docomo f-12c root化

このエントリーをはてなブックマークに追加
888SIM無しさん
>>886
docomo のA-GPSサーバはSPモード契約でしか使えないので、MVNO回線を使う場合は
google のA-GPSサーバが使えるように、gps.conf の設定を書き換えます。(要root)

NTP_SERVER=ntp.jst.mfeed.ad.jp
SUPL_HOST=supl.google.com
SUPL_PORT=7276
最低3行変更、ntpサーバはお好みで。 これ以上詳しくはググれ

A-GPSは↓が分かりやすい。
http://k-tai.impress.co.jp/docs/column/keyword/20100223_350721.html
889SIM無しさん:2013/01/15(火) 16:59:06.40 ID:RI6WBEsc
>>888
ありがとう
取り敢えずこんな感じにしてみた

#// COPYRIGHT(C) FUJITSU LIMITED 2011
NTP_SERVER=jp.pool.ntp.org
NTP_SERVER=ntp.jst.mfeed.ad.jp
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
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
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 = 3

# 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=5000

################################
##### AGPS server settings #####
################################

# FOR SUPL SUPPORT, set the following
# SUPL_HOST=supl.host.com or IP
# SUPL_PORT=1234
#/* FUJITSU:2011-05-30 GPS Add start */
SUPL_HOST=supl.google.com
SUPL_PORT=7276
#/* FUJITSU:2011-05-30 GPS End start */

# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234

################################
# EXTRA SETTINGS
################################
#/* FUJITSU:2011-05-30 GPS Add start */
# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=1
#/* FUJITSU:2011-05-30 GPS End start */


# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=1
890SIM無しさん:2013/01/15(火) 18:08:29.42 ID:ThnM3tYT
>>889
enablewiperが2つあるの変だろ
あとdebuglevelは0でいいんじゃね?
3にする理由は?
891SIM無しさん:2013/01/15(火) 23:28:43.89 ID:e42EkB+p
>>890
そこ弄ってなくて、Fオリジナルのまんまじゃね。