starbase64
Ikone
- 6.515
Hallo,
in custom Roms werden manchmal Konfigurationen verwendet die hier nicht so geeignet sind,
so zum Beispiel die GPS Konfiguration die manchmal nicht gut ist für Europa.
Deshalb hat sich jemand die Mühe gemacht und eine flashbare zip mit einer globalen Konfiguration erstellt.
Quelle: http://forum.xda-developers.com/showthread.php?t=2709759
Mit dieser Konfiguration erhalte ich in 2-3 Sekunden einen GPS Fix, das heißt die Position wurde erfolgreich ermittelt.
Wer nicht flashen möchte weil er gerade keine Lust hat ins Recovery zu gehen,
oder stock Recovery hat. Kann auch via ADB pushen (Reboot trotzdem erforderlich):
MfG
starbase64
in custom Roms werden manchmal Konfigurationen verwendet die hier nicht so geeignet sind,
so zum Beispiel die GPS Konfiguration die manchmal nicht gut ist für Europa.
Deshalb hat sich jemand die Mühe gemacht und eine flashbare zip mit einer globalen Konfiguration erstellt.
Quelle: http://forum.xda-developers.com/showthread.php?t=2709759
Mit dieser Konfiguration erhalte ich in 2-3 Sekunden einen GPS Fix, das heißt die Position wurde erfolgreich ermittelt.
Wer nicht flashen möchte weil er gerade keine Lust hat ins Recovery zu gehen,
oder stock Recovery hat. Kann auch via ADB pushen (Reboot trotzdem erforderlich):
Geändert wird hierbei nur die gps.conf im Ordner /system/etc.
- adb remount
- adb push gps.conf /system/etc/gps.conf
- adb shell chmod 644 /system/etc/gps.conf
- adb reboot
Inhalt der modifizierten gps.conf schrieb:NTP_SERVER=0.pool.ntp.org
NTP_SERVER=1.pool.ntp.org
NTP_SERVER=2.pool.ntp.org
NTP_SERVER=3.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra2.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7275
SUPL_TLS_HOST=supl.google.com
SUPL_TLS_PORT=7275
SUPL_TLS_CERT=/etc/SuplRootCert
SUPL_VER=0x10000
PHONE_TYPE=UMTS
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_USER_PLANE=TRUE
DEFAULT_SSL_ENABLE=FALSE
INTERMEDIATE_POS=1
ACCURACY_THRES=3000
QOS_ACCURACY=50
QOS_TIME_OUT_AGPS=95
QOS_TIME_OUT_STANDALONE=80
QosHorizontalThreshold=1000
QosVerticalThreshold=500
AssistMethodType=1
AgpsUse=1
AgpsServerType=1
AgpsServerIp=3232235555
AgpsMtConf=0
AgpsMtResponseType=1
REPORT_POSITION_USE_SUPL_REFLOC=1
MfG
starbase64
Anhänge
Zuletzt bearbeitet: