Xperia X10 mini proのカスタムROMで設定されている/system/etc/gps.confは以下の設定値であることが多い。
1 2 3 4 5 6 | NTP_SERVER=europe.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 |
実際にどんな値が設定されているのか、他機種を含めて調べてみた。
NTP_SERVERの候補
・asia.pool.ntp.org
・europe.pool.ntp.org
・jp.pool.ntp.org
・north-america.pool.ntp.org
・us.pool.ntp.org
・xtra1.gpsonextra.net
SUPL_HOSTの候補
・dcm-supl.com : 7275 (SPモードonly, mopera U不可)
・supl.google.com : 7276
・supl.sonyericsson.com : 7275
・supl.skyhook.com : 7278
・h-slp.mnc410.mcc310.pub.3gppnetwork.org : 7275
CK2という設定…しかしc2k.pde.comは名前解決不可なの死んでいる?
1 2 | C2K_HOST=c2k.pde.com C2K_PORT=1234 |
いろいろ調べた結果、うちのXperia X10 mini proでは、gps.confを以下の様な感じに設定した。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | NTP_SERVER=0.jp.pool.ntp.org NTP_SERVER=1.jp.pool.ntp.org NTP_SERVER=2.jp.pool.ntp.org NTP_SERVER=3.jp.pool.ntp.org XTRA_SERVER_1=http://xtra2.gpsonextra.net/xtra.bin XTRA_SERVER_2=http://xtra1.gpsonextra.net/xtra.bin XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose DEBUG_LEVEL =0 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions ACCURACY_THRES=0 # Report supl ref location as position, 1=enable, 0=disable REPORT_POSITION_USE_SUPL_REFLOC=1 # Wiper (wifi positioning), 1=enable, 0=disable ENABLE_WIPER=1 ################################ ##### AGPS server settings ##### ################################ # FOR SUPL SUPPORT, set the following SUPL_HOST=supl.google.com SUPL_PORT=7276 SUPL_NO_SECURE_PORT=7276 SUPL_SECURE_PORT=7276 # FOR C2K PDE SUPPORT, set the following # C2K_HOST=c2k.pde.com or IP # C2K_PORT=1234 ################################# ##### AGPS Carrier settings ##### ################################# CURRENT_CARRIER=common DEFAULT_AGPS_ENABLE=TRUE DEFAULT_SSL_ENABLE=FALSE # TRUE for "User Plane", FALSE for "Control Plane" DEFAULT_USER_PLANE=TRUE |
なお、手に入れたばかりのMUCHTEL A1 Android 2.2のgps.confはこんな感じでした。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NTP_SERVER=xtra1.gpsonextra.net 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 # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose DEBUG_LEVEL = 4 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions ACCURACY_THRES=500 ################################ ##### AGPS server settings ##### ################################ # FOR SUPL SUPPORT, set the following # SUPL_HOST=supl.host.com or IP # SUPL_PORT=1234 # FOR C2K PDE SUPPORT, set the following # C2K_HOST=c2k.pde.com or IP # C2K_PORT=1234 ################################ # EXTRA SETTINGS ################################ # |
ちなみに、この記事、ほんとはメモ書きで、公開する予定はなかったのですが、間違えて公開してしまったので・・・
— 2012/01/04 追記 —
[DEC.05.2011] Instantaneous GPS Fixation v1.2! *FOR ALL ANDROIDS PHONES!*
これで配布しているasia-v1.2.zip内のgps.conf
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | NTP_SERVER=0.asia.pool.ntp.org NTP_SERVER=1.asia.pool.ntp.org NTP_SERVER=2.asia.pool.ntp.org NTP_SERVER=3.asia.pool.ntp.org NTP_SERVER=ph.pool.ntp.org NTP_SERVER=my.pool.ntp.org NTP_SERVER=tr.pool.ntp.org NTP_SERVER=sg.pool.ntp.org NTP_SERVER=in.pool.ntp.org NTP_SERVER=hk.pool.ntp.org NTP_SERVER=ae.pool.ntp.org NTP_SERVER=jp.pool.ntp.org NTP_SERVER=bd.pool.ntp.org NTP_SERVER=il.pool.ntp.org NTP_SERVER=kr.pool.ntp.org NTP_SERVER=th.pool.ntp.org NTP_SERVER=ir.pool.ntp.org NTP_SERVER=tw.pool.ntp.org NTP_SERVER=cn.pool.ntp.org NTP_SERVER=id.pool.ntp.org NTP_SERVER=vn.pool.ntp.org NTP_SERVER=pk.pool.ntp.org NTP_SERVER=om.pool.ntp.org NTP_SERVER=uz.pool.ntp.org NTP_SERVER=lk.pool.ntp.org NTP_SERVER=kg.pool.ntp.org NTP_SERVER=kh.pool.ntp.org NTP_SERVER=qa.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 INTERMEDIATE_POS=1 C2K_HOST=c2k.pde.com C2K_PORT=1234 SUPL_HOST=FQDN SUPL_HOST=supl.google.com SUPL_PORT=7276 SUPL_SECURE_PORT=7275 SUPL_NO_SECURE_PORT=3425 SUPL_TLS_HOST=FQDN SUPL_TLS_CERT=/etc/SuplRootCert ACCURACY_THRES=5000 CURRENT_CARRIER=common DEFAULT_USER_PLANE=TRUE REPORT_POSITION_USE_SUPL_REFLOC=1 |
0 件のコメント:
コメントを投稿