forked from JackpotClavin/android_device_lge_g2-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
izat.conf
47 lines (43 loc) · 1.77 KB
/
izat.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
########################################
# NLP/WIFI positioning options bit mask
########################################
# Enable NLP fixes for WIPER/ODCPI feature => WIPER = 0x1
# Enable free wifi scan injections for GEOFENCE => FREE_WIFI = 0x2
# Enable SUPL2 MLD wifi => SUPL_WIFI = 0x4
# default = WIPER | FREE_WIFI | SUPL_WIFI
#LGE_CHANGE_GPS, [S] [email protected] 2013-10-28, To disable wiper
NLP_WIFI_LISTENER_MODE = 0
#LGE_CHANGE_GPS, [E] [email protected] 2013-10-28, To disable wiper
##################################################
# Select WIFI Wait Timeout value in seconds for SUPL
##################################################
WIFI_WAIT_TIMEOUT_SELECT = 0
################################
# Indoor Positioning Settings
################################
# 0: QUIPC disabled, 1: QUIPC enabled, 2: forced QUIPC only
#LGE_UPDATE_CHANGE [email protected], to disable pip feature
#QUIPC_ENABLED = 1
QUIPC_ENABLED = 0
################################
# NLP Settings
################################
# 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
# to determine how much Tolerance for positions after first
# NLP_THRESHOLD: Sets how many failures needed before
# switching preferred NLP in Combo mode
# NLP_ACCURACY_MULTIPLE: Determines how far off the accuracy
# must be, in multiples, between two NLP location reports to
# be considered much worse accuracy. Used in switching logic
#LGE_UPDATE_CHANGE [email protected], to disable QNP
#NLP_MODE = 3
NLP_MODE = 1
NLP_TOLERANCE_TIME_FIRST = 5000
NLP_TOLERANCE_TIME_AFTER = 20000
NLP_THRESHOLD = 3
NLP_ACCURACY_MULTIPLE = 2
# Threshold period for ZPP triggers
ZPP_TRIGGER_THRESHOLD=10000