馬上加入Android 台灣中文網,立即免費下載應用遊戲。
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
| 【手機型號】: | X10i | | 【ROM 版本】: | 2.3.3 |
主要改的地方有
1. 增加NTP的主機列表(原本只有一個,改為四個,資料如下:)
NTP_SERVER=tw.pool.ntp.org
NTP_SERVER=1.tw.pool.ntp.org
NTP_SERVER=1.asia.pool.ntp.org
NTP_SERVER=2.asia.pool.ntp.org
2. 關閉偵錯(原本為3,改為0)
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 0
3. 增加回報SUPL位址(新增項目,原本沒有)
# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=1
4. 增加Wiper(wifi定址)
# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=1
5. AGPS主機修改(原本為supl.Sonyericsson.com:7275,改為supl.google.com:7276)
# FOR SUPL SUPPORT, set the following
SUPL_HOST=supl.google.com
SUPL_PORT=7276
SUPL_NO_SECURE_PORT=7276
SUPL_SECURE_PORT=7276
6. AGPS Carrier 設定(原本沒有,新增)
#################################
##### 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
以上很多新增,都是為了加速定位。
附件把xrecovry直接刷的檔案,請下載更名後放到手機內刷機(僅覆蓋system\etc\gps.conf,不會清除其他資料)
或者 自行下載 GPS_fix_TW_V4.zip
|