diff options
-rw-r--r-- | gps/etc/gps.conf | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index dfe91c1..1027d76 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -4,19 +4,6 @@ #XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin #XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin -#ifdef VENDOR_EDIT -# zuoyonghua@oneplus.cn add gps xtra server for speed up gps cold start -XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin -XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin -XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin -#endif - -#ifdef VENDOR_EDIT -# songhao@oneplus.cn,XTRA download config for debug -XTRA_TEST_ENABLED = 1 -XTRA_THROTTLE_ENABLED = 0 -#endif - #Version check for XTRA #DISABLE = 0 #AUTO = 1 @@ -31,17 +18,14 @@ ERR_ESTIMATE=0 #NTP server NTP_SERVER=time.izatcloud.net -#Asia -# NTP_SERVER=asia.pool.ntp.org -#Europe -# NTP_SERVER=europe.pool.ntp.org -#North America -# NTP_SERVER=north-america.pool.ntp.org + +#XTRA CA path +XTRA_CA_PATH=/system/etc/security/cacerts # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose # If DEBUG_LEVEL is commented, Android's logging levels will be used -DEBUG_LEVEL = 2 +DEBUG_LEVEL = 3 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 @@ -78,11 +62,11 @@ SUPL_VER=0x10000 # ON_DEMAND_TIME = 0x10 # GEOFENCE = 0x20 # default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE -CAPABILITIES=0x31 +CAPABILITIES=0x37 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions -ACCURACY_THRES=100 +# ACCURACY_THRES=5000 ################################ ##### AGPS server settings ##### @@ -111,7 +95,7 @@ ACCURACY_THRES=100 # 1: Enable LPP_User_Plane on LTE # 2: Enable LPP_Control_Plane # 3: Enable both LPP_User_Plane and LPP_Control_Plane -LPP_PROFILE = 0 +LPP_PROFILE = 2 ################################ # EXTRA SETTINGS @@ -127,11 +111,7 @@ SGLTE_TARGET=0 # 0x1: RRC CPlane # 0x2: RRLP UPlane # 0x4: LLP Uplane -#ifndef zuoyonghua@oneplus.cn enable all bit mask for GLONASS -#A_GLONASS_POS_PROTOCOL_SELECT = 0 -#else -A_GLONASS_POS_PROTOCOL_SELECT = 15 -#endif +A_GLONASS_POS_PROTOCOL_SELECT = 0 ################################################## # Select technology for LPPe Control Plane |