diff options
author | Steve Kondik <steve@cyngn.com> | 2016-06-13 11:17:23 -0700 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:26:07 +0100 |
commit | 8126cb8c09f99ae625364c98b1301d0c5390e27d (patch) | |
tree | e746055c69b6e98186d61b5495b91aecbfccf426 /gps | |
parent | ec9758c57d4a2b0f615a1729f29e4f952eaf5131 (diff) |
z2_plus: Disable the combo provider
* With combo provider enabled we see the heading while navigating
freeze and jump erratically. Let's just disable it. With this
configuration, we still get hardware geofences and such.
Change-Id: Ic37d6b7064dce19fa2f4f75ab74bc036b6b33611
Diffstat (limited to 'gps')
-rw-r--r-- | gps/etc/izat.conf | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gps/etc/izat.conf b/gps/etc/izat.conf index 17098a2..f98ee70 100644 --- a/gps/etc/izat.conf +++ b/gps/etc/izat.conf @@ -27,10 +27,7 @@ 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 = 3 -NLP_MODE_EMERGENCY = 2 +NLP_MODE = 1 NLP_TOLERANCE_TIME_FIRST = 5000 NLP_TOLERANCE_TIME_AFTER = 20000 NLP_THRESHOLD = 3 @@ -82,7 +79,7 @@ GTP_CELL_PROC=MODEM #GTP_CELL valid modes: # DISABLED # BASIC -GTP_CELL=BASIC +GTP_CELL=DISABLED #GTP_WIFI valid modes: # DISABLED @@ -103,22 +100,22 @@ SAP=PREMIUM #ODCPI valid modes: #DISABLED #BASIC -ODCPI=BASIC +ODCPI=DISABLED #FREE_WIFI_SCAN_INJECT valid modes: #DISABLED #BASIC -FREE_WIFI_SCAN_INJECT=BASIC +FREE_WIFI_SCAN_INJECT=DISABLED #SUPL_WIFI valid modes: #DISABLED #BASIC -SUPL_WIFI=BASIC +SUPL_WIFI=DISABLED #WIFI_SUPPLICANT_INFO valid modes: #DISABLED #BASIC -WIFI_SUPPLICANT_INFO=BASIC +WIFI_SUPPLICANT_INFO=DISABLED ##################################### # Location process launcher settings |