diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-13 02:10:15 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:53:42 +0100 |
commit | a6adbf2778d10b866053a44f24ff550a74298d6e (patch) | |
tree | fdf96a2e0ba4a5e6c903873b93c5a0e585095d44 /gps/etc | |
parent | f0eafbab5cb9a6da0be43bd07e0f5a3ab9850d30 (diff) |
z2_plus: Update gps config
Change-Id: Ie9fd13ad84842e5fda57114b9f96ab76b878db12
Diffstat (limited to 'gps/etc')
-rw-r--r-- | gps/etc/gps.conf | 21 | ||||
-rw-r--r-- | gps/etc/izat.conf | 6 |
2 files changed, 6 insertions, 21 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index 0cf98b3..c74e826 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -4,11 +4,6 @@ #XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin #XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin -#ifdef VENDOR_EDIT -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 #Version check for XTRA #DISABLE = 0 #AUTO = 1 @@ -21,19 +16,13 @@ XTRA_VERSION_CHECK=0 # _CLEAR = 0 ERR_ESTIMATE=0 -#Test -NTP_SERVER=time.gpsonextra.net -#Asia -# NTP_SERVER=asia.pool.ntp.org -#Europe -# NTP_SERVER=europe.pool.ntp.org -#North America -# NTP_SERVER=north-america.pool.ntp.org +#NTP server +NTP_SERVER=time.izatcloud.net # 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 @@ -54,7 +43,7 @@ SUPL_ES=0 #Choose PDN for Emergency SUPL #1 - Use emergency PDN #0 - Use regular SUPL PDN for Emergency SUPL -USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 +USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0 #SUPL_MODE is a bit mask set in config.xml per carrier by default. #If it is uncommented here, this value will overwrite the value from @@ -119,7 +108,7 @@ SGLTE_TARGET=0 # 0x1: RRC CPlane # 0x2: RRLP UPlane # 0x4: LLP Uplane -A_GLONASS_POS_PROTOCOL_SELECT = 15 +A_GLONASS_POS_PROTOCOL_SELECT = 0 ################################################## # Select technology for LPPe Control Plane diff --git a/gps/etc/izat.conf b/gps/etc/izat.conf index 02b6efb..d9fc913 100644 --- a/gps/etc/izat.conf +++ b/gps/etc/izat.conf @@ -12,7 +12,7 @@ WIFI_WAIT_TIMEOUT_SELECT = 0 ################################ # NLP Settings ################################ -# NLP_MODE 1: OSNLP Only, 2: QNP Only, 3: Combo, 4: QNP preferred +# NLP_MODE 1: GNP Only, 2: QNP Only, 3: Combo # NLP_TOLERANCE_TIME_FIRST: Time in ms used in Combo mode # to determine how much Tolerance for first position # NLP_TOLERANCE_TIME_AFTER: Time in ms used in Combo mode @@ -27,16 +27,12 @@ WIFI_WAIT_TIMEOUT_SELECT = 0 # QNP when the EULA is not consented to by the user. QNP can # still return ZPP locations or injected locations even # without EULA consent, but the uncertainty can be high. -# QNP preferred mode prefers QNP when there is EULA consent, -# otherwise OSNLP is used. NLP_MODE = 1 NLP_TOLERANCE_TIME_FIRST = 5000 NLP_TOLERANCE_TIME_AFTER = 20000 NLP_THRESHOLD = 3 NLP_ACCURACY_MULTIPLE = 2 NLP_COMBO_MODE_USES_QNP_WITH_NO_EULA_CONSENT = 1 -OSNLP_PACKAGE = com.google.android.gms -OSNLP_ACTION = com.android.location.service.v3.NetworkLocationProvider # Threshold period for ZPP triggers ZPP_TRIGGER_THRESHOLD=60000 |