diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 17:26:03 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:30:09 +0100 |
commit | ba456892a7f2e3ff1f00f687cf4cd0d475342c54 (patch) | |
tree | a8950d25d9d0c1019acaf34c9ddd94ea748fb4b9 /gps/etc | |
parent | b157b3b3c110e58cf78f51f06b36f8ce98b24e3c (diff) |
z2_plus: Fix target device to build gps
Change-Id: Iabe4c3e09dbdd315456337e128e6e3940ce21065
Diffstat (limited to 'gps/etc')
-rw-r--r-- | gps/etc/flp.conf | 2 | ||||
-rw-r--r-- | gps/etc/izat.conf | 11 | ||||
-rw-r--r-- | gps/etc/sap.conf | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/gps/etc/flp.conf b/gps/etc/flp.conf index 7d6002f..a424121 100644 --- a/gps/etc/flp.conf +++ b/gps/etc/flp.conf @@ -42,7 +42,7 @@ CAPABILITIES=0x03 # Low accuracy = 0 # Medium accuracy = 1 # High accuracy = 2 -ACCURACY=0 +ACCURACY=1 ################################### # FLP GEOFENCE RESPONSIVENESS diff --git a/gps/etc/izat.conf b/gps/etc/izat.conf index d77a0b4..93d9501 100644 --- a/gps/etc/izat.conf +++ b/gps/etc/izat.conf @@ -27,7 +27,10 @@ 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. -NLP_MODE = 1 +# QNP preferred mode prefers QNP when there is EULA consent, +# otherwise OSNLP is used. +NLP_MODE = 3 +NLP_MODE_EMERGENCY = 2 NLP_TOLERANCE_TIME_FIRST = 5000 NLP_TOLERANCE_TIME_AFTER = 20000 NLP_THRESHOLD = 3 @@ -79,12 +82,12 @@ GTP_CELL_PROC=MODEM #GTP_CELL valid modes: # DISABLED # BASIC -GTP_CELL=DISABLED +GTP_CELL=BASIC #GTP_WIFI valid modes: # DISABLED # BASIC -GTP_WIFI=DISABLED +GTP_WIFI=BASIC #GTP_WAA valid modes: # DISABLED @@ -188,7 +191,7 @@ HARDWARE_TYPE=all PROCESS_NAME=/system/bin/lowi-server PROCESS_ARGUMENT= PROCESS_STATE=ENABLED -PROCESS_GROUPS=gps wifi inet qcom_diag +PROCESS_GROUPS=gps net_admin wifi inet qcom_diag PREMIUM_FEATURE=0 IZAT_FEATURE_MASK=0xf303 PLATFORMS=all diff --git a/gps/etc/sap.conf b/gps/etc/sap.conf index ae9f5e5..d5f79b5 100644 --- a/gps/etc/sap.conf +++ b/gps/etc/sap.conf @@ -27,7 +27,7 @@ SENSOR_GYRO_SAMPLES_PER_BATCH_HIGH=25 # Sensor Control Mode (0=AUTO, 1=FORCE_ON) # used in loc_eng_reinit -SENSOR_CONTROL_MODE=1 +SENSOR_CONTROL_MODE=0 # Enable or Disable Sensors for GPS use (0=Enable, 1=Disable) # used in loc_eng_reinit |