[英]GPS Operation Solution for Samsung SM-113NU Tablet
我们在 GPS 位置遇到问题,解决方案是更改/system/etc/gps.conf或/etc/gps.conf
原始文件:
NTP_SERVER=north-america.pool.ntp.org
XTRA_SERVER_1=http://gllto1.glpals.com/7day/v3/latest/lto2.dat
XTRA_SERVER_2=http://gllto2.glpals.com/7day/v3/latest/lto2.dat
SUPL_HOST=supl.google.com
SUPL_PORT=7275
解决方案#1)修改文件:
NTP_SERVER=north-america.pool.ntp.org
#XTRA_SERVER_1=http://gllto1.glpals.com/7day/v3/latest/lto2.dat
#XTRA_SERVER_2=http://gllto2.glpals.com/7day/v3/latest/lto2.dat
SUPL_HOST=supl.google.com
SUPL_PORT=7275
解决方案#2)修改文件:
NTP_SERVER=north-america.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra1.gpsonextra.net/xtra.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7276
要求:
亚行命令:
adb devices
adb shell su -c "chmod 777 /etc/gps.conf"
adb push gps.conf /etc/gps.conf
最后再次格式化平板电脑以恢复出厂设置,以取回原始引导加载程序。
我希望我能帮助你
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.