Recipes > How To Speed Up Your GPS

You are in:  Forums / Recipes / How To Speed Up Your GPS
Locked
Deluser
Posted at 2014-06-26 14:17:34 (583 wks ago)
Deleted Account



Posts: 504
Location:


Every android OS smartphone has a GPS system, which is actually working and you should have no problems with it, that's for sure, but you can speed up your GPS system. It will update your location even faster, like 5-10 seconds. This tutorial will not just speed up your smartphone, it will also gain you strong signal when it's cloudy or light raining.


Requirements
Rooted Phone
*Before you start, notice that this tutorial is only for Android OS phones. Any smartphone who has Android OS.

Tutorial
Access Poll.NTP Site from www.pool.ntp.org/en/
In the right side of the site, you have a category called Active Servers.
Choose your continent. For exemple, i will choose Romania (Europe).
Click on your country name and will redirect you to a new page.
The new page, will give you the pools for your zone.
Now, create a new file on your PC. Let's say GPS.txt
Copy this GPS config in your notepad.


NTP_SERVER=country.pool.ntp.org
NTP_SERVER=0.COUNTRY.pool.ntp.org
NTP_SERVER=1.COUNTRY.pool.ntp.org
NTP_SERVER=2.COUNTRY.pool.ntp.org
NTP_SERVER=0.REGION.pool.ntp.org
NTP_SERVER=1.REGION.pool.ntp.org
NTP_SERVER=2.REGION.pool.ntp.org
NTP_SERVER=3.REGION.pool.ntp.org


XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin

# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL =0

# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0

# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
ACCURACY_THRES=0

# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=1

# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=1

################################
##### AGPS server settings #####
################################

# FOR SUPL SUPPORT, set the following
SUPL_HOST=supl.google.com
SUPL_PORT=7276
SUPL_NO_SECURE_PORT=3425
SUPL_SECURE_PORT=7275
SUPL_TLS_HOST=FQDN
SUPL_TLS_CERT=/etc/SuplRootCert

# FOR C2K PDE SUPPORT, set the following
C2K_HOST=c2k.pde.com
C2K_PORT=1234

CURRENT_CARRIER=common
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE

# TRUE for "User Plane", FALSE for "Control Plane"
DEFAULT_USER_PLANE=TRUE


We bolded what is important, so the rest of the config, please do NOT modify. We have to edit only this code:


NTP_SERVER=country.pool.ntp.org
NTP_SERVER=0.COUNTRY.pool.ntp.org
NTP_SERVER=1.COUNTRY.pool.ntp.org
NTP_SERVER=2.COUNTRY.pool.ntp.org
NTP_SERVER=0.REGION.pool.ntp.org
NTP_SERVER=1.REGION.pool.ntp.org
NTP_SERVER=2.REGION.pool.ntp.org
NTP_SERVER=3.REGION.pool.ntp.org




NTP_SERVER=country.pool.ntp.org
You should edit this one with, the pool if your country. In my case is: ro.pool.ntp.org. So this code will look like this:
NTP_SERVER=ro.pool.ntp.org


Now, let's take the other lines. After you click on your country it will give you a few pools.



So the next 3 lines will be replaced with the new pools.

NTP_SERVER=0.COUNTRY.pool.ntp.org
NTP_SERVER=1.COUNTRY.pool.ntp.org
NTP_SERVER=2.COUNTRY.pool.ntp.org

and replace them with:

server 0.ro.pool.ntp.org
server 1.ro.pool.ntp.org
server 2.ro.pool.ntp.org

Now, all we have to do now is to take care of the Region lines.

NTP_SERVER=0.REGION.pool.ntp.org
NTP_SERVER=1.REGION.pool.ntp.org
NTP_SERVER=2.REGION.pool.ntp.org
NTP_SERVER=3.REGION.pool.ntp.org

If youre from EUROPE replace the Region lines with:


NTP_SERVER=0.europe.pool.ntp.org
NTP_SERVER=1.europe.pool.ntp.org
NTP_SERVER=2.europe.pool.ntp.org
NTP_SERVER=3.europe.pool.ntp.org

If youre from AFRICA, replace the Region lines with:

NTP_SERVER=1.africa.pool.ntp.org
NTP_SERVER=1.pool.ntp.org
NTP_SERVER=0.pool.ntp.org

If youre from ASIA, replace the Region lines with:

NTP_SERVER=0.asia.pool.ntp.org
NTP_SERVER=1.asia.pool.ntp.org
NTP_SERVER=2.asia.pool.ntp.org
NTP_SERVER=3.asia.pool.ntp.org

If youre from North America, replace the Region lines with:

NTP_SERVER=0.north-america.pool.ntp.org
NTP_SERVER=1.north-america.pool.ntp.org
NTP_SERVER=2.north-america.pool.ntp.org
NTP_SERVER=3.north-america.pool.ntp.org

If youre from Oceania, replace the Region lines with:

NTP_SERVER=0.oceania.pool.ntp.org
NTP_SERVER=1.oceania.pool.ntp.org
NTP_SERVER=2.oceania.pool.ntp.org
NTP_SERVER=3.oceania.pool.ntp.org

If youre from South America, replace the Region lines with:

NTP_SERVER=0.south-america.pool.ntp.org
NTP_SERVER=1.south-america.pool.ntp.org
NTP_SERVER=2.south-america.pool.ntp.org
NTP_SERVER=3.south-america.pool.ntp.org

After you replace the lines with respective codes from your region, save the file as: gps.conf
Copy & overwrite the file in /etc/gps.conf and reboot your phone.

So, in the final, my gps.conf(Romania) file will look like:


NTP_SERVER=ro.pool.ntp.org
NTP_SERVER=0.ro.pool.ntp.org
NTP_SERVER=1.ro.pool.ntp.org
NTP_SERVER=2.ro.pool.ntp.org
NTP_SERVER=0.europe.pool.ntp.org
NTP_SERVER=1.europe.pool.ntp.org
NTP_SERVER=2.europe.pool.ntp.org
NTP_SERVER=3.europe.pool.ntp.org

XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin

# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL =0

# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0

# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
ACCURACY_THRES=0

# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=1

# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=1

################################
##### AGPS server settings #####
################################

# FOR SUPL SUPPORT, set the following
SUPL_HOST=supl.google.com
SUPL_PORT=7276
SUPL_NO_SECURE_PORT=3425
SUPL_SECURE_PORT=7275
SUPL_TLS_HOST=FQDN
SUPL_TLS_CERT=/etc/SuplRootCert

# FOR C2K PDE SUPPORT, set the following
C2K_HOST=c2k.pde.com
C2K_PORT=1234

CURRENT_CARRIER=common
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE

# TRUE for "User Plane", FALSE for "Control Plane"
DEFAULT_USER_PLANE=TRUE


If you still have problems with the gps.conf file, PM me or leave a comment with your country and i will do the GPS file for you

Source: Click here

FORUMS_REPORT_POST FORUMS_GOTO_TOP_PAGE
0 0  
Deluser
Posted at 2014-06-26 14:17:40 (583 wks ago)
Deleted Account



Posts: 504
Location:


Topic Locked by [url=/userdetails.php?id=12856301]niculaee[/url]
Reason: .

FORUMS_REPORT_POST FORUMS_GOTO_TOP_PAGE
0 0  

<< Prev  1   Next >>

Locked
FORUMS_TOPIC_LOCKED

Online Since 10.09.2011 - 2025 | XTR: Android APP | Donate: BTC ETH CRYPTO
Ora:(
  • :
  • :
)