|
Edited by galpec at 2016-6-30 09:52 \n\n
Hello Greetings!
I live in north america and I did this and my GPS signal is fixed even when I am driving fast enough.
Steps:
NOTE: If your phone has "SU" installed just copy the "gps.conf" from the the gps.zip (attached) in "/system/etc" with a file manager...
If not, follow the next steps...
0. Install all the USB drivers (on your Windows System).
1. Install the "adb" command from the Android SDK (on your Windows System).
2. Unizip the gps.zip (attached) (I recommend to put it in "C:\Program Files\Android\android-sdk\platform-tools>")
3. Put your phone in debug mode.
4. Run in a terminal:
[I]cd[/I] C:\Program Files\Android\android-sdk\platform-tools
C:\Program Files\Android\android-sdk\platform-tools> adb shell
5. Then (in the shell of the phone run the 'mount' command)...
root@SUPER:/ # mount -o rw,remount /system
6. Then (in the shell of the phone run the 'exit' command)...
root@SUPER:/ # exit
7. Then (in the shell of the windows system run the 'mount' command)...
C:\Program Files\Android\android-sdk\platform-tools> adb push gps.conf /system/etc/gps.conf
8. Clear system cache:
System Settings -> Internal storage -> Cached data (touch & respond to "Clear cached data?" OK)
9. Reboot
Now your GPS will be a lot better... :good:
For other regions just change this:
- NTP_SERVER=north-america.pool.ntp.org
- 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
Copy the Code
For your own region settings, you can get them from here:
http://forum.xda-developers.com/showthread.php?t=953630
Best regards
galpec
|
|