GPS Speedup (Lock GPS Location much Faster)
Usually when we use GPS on Android, it takes few moments to lock your location. There is a trick to speed up the GPS locking speed, so it become much faster. Follow these steps bellow :
Write or copy this command on Notepad
Save with name gps.conf and copy to root SDCARD.
Run ADB Shell, perform this command:
$ su
# Remount rw
# Cat / sdcard / gps.conf > / system / etc / gps.conf
# reboot
Now the GPS will be faster when locking.
Usually when we use GPS on Android, it takes few moments to lock your location. There is a trick to speed up the GPS locking speed, so it become much faster. Follow these steps bellow :
Write or copy this command on Notepad
NTP_SERVER = id.pool.ntp.org
XTRA_SERVER_1 = xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2 = xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3 = xtra3.gpsonextra.net/xtra.bin
SUPL_HOST = supl.google.com
SUPL_PORT = 7276
Save with name gps.conf and copy to root SDCARD.
Run ADB Shell, perform this command:
$ su
# Remount rw
# Cat / sdcard / gps.conf > / system / etc / gps.conf
# reboot
Now the GPS will be faster when locking.