How to Speed up GPS on Android
Sunday, October 3, 2010 by big big
Follow this step by create notepad:
NTP_SERVER=id.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
SUPL_HOST=supl.google.com
SUPL_PORT=7276
then save it as gps.conf and copy to your root SDcard.
run ADB Shell, with command:
$ su
# remount rw
# cat /sdcard/gps.conf > /system/etc/gps.conf
# reboot
Now your GPS is faster when locking.
NTP_SERVER=id.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
SUPL_HOST=supl.google.com
SUPL_PORT=7276
then save it as gps.conf and copy to your root SDcard.
run ADB Shell, with command:
$ su
# remount rw
# cat /sdcard/gps.conf > /system/etc/gps.conf
# reboot
Now your GPS is faster when locking.
Post a Comment