forked from TeamBliss-Devices/android_device_lge_vk810
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgps.conf
121 lines (99 loc) · 3.29 KB
/
gps.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#Test
#NTP_SERVER=time.gpsonextra.net
#Asia
# NTP_SERVER=asia.pool.ntp.org
#Europe
# NTP_SERVER=europe.pool.ntp.org
#JP
#NTP_SERVER=0.jp.pool.ntp.org
#North America
NTP_SERVER=north-america.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra2.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 1
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# supl version 1.0
#SUPL_VER=0x10000
# supl version 2.0
#SUPL_VER=0x20000
# Error Estimate
# _SET = 1
# _CLEAR = 0
ERR_ESTIMATE=0
# GPS Capabilities bit mask
# SCHEDULING = 1
# MSB = 2
# MSA = 4
# ON_DEMAND_TIME=0x10
# ULP = 0x20
# default = MSA | MSB | SCHEDULING | ULP
# CAPABILITIES=0x27 // Not support ULP
CAPABILITIES=0x11
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
# ACCURACY_THRES=5000
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
# SUPL_HOST=supl.host.com or IP
# SUPL_PORT=1234
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
################################
# Sensor Settings
################################
# Needs to be set explicitly based on sensor
# There is no default value.
#GYRO_BIAS_RANDOM_WALK=
# Sensor Sampling Rate Parameters for Low-Data Rate Filter (should be greater than 0)
#SENSOR_ACCEL_BATCHES_PER_SEC=2
#SENSOR_ACCEL_SAMPLES_PER_BATCH=5
#SENSOR_GYRO_BATCHES_PER_SEC=2
#SENSOR_GYRO_SAMPLES_PER_BATCH=5
# Sensor Sampling Rate Parameters for High-Data Rate Filter (should be greater than 0)
#SENSOR_ACCEL_BATCHES_PER_SEC_HIGH=4
#SENSOR_ACCEL_SAMPLES_PER_BATCH_HIGH=25
#SENSOR_GYRO_BATCHES_PER_SEC_HIGH=4
#SENSOR_GYRO_SAMPLES_PER_BATCH_HIGH=25
# Sensor Control Mode (0=AUTO, 1=FORCE_ON)
#SENSOR_CONTROL_MODE=0
# Enable or Disable Sensors for GPS use (0=Enable, 1=Disable)
//LGE_UPDATE_E : [email protected] 2013-05-14 Sensor Provider disabled [START]
#SENSOR_USAGE=0
SENSOR_USAGE=1
//LGE_UPDATE_E : [email protected] 2013-05-14 Sensor Provider disabled [START]
# Choose GSIFF sensor provider (1=DSPS, 2=Android NDK)
#SENSOR_PROVIDER=1
################################
# Indoor Positioning Settings
################################
# 0: QUIPC disabled, 1: QUIPC enabled, 2: forced QUIPC only
QUIPC_ENABLED = 0
################################
# EXTRA SETTINGS
################################
# Enable or Disable Wiper (1=Enable, 0=Disable)
//LGE_UPDATE_S : [email protected] 2012-05-03
//[GNSS] Temp disable WIPER to "0"
ENABLE_WIPER=0
//LGE_UPDATE_E : [email protected] 2012-05-03
//LGE_UPDATE_E : [email protected] 2013-02-23 GLONASS NMEA Provider [START]
# NMEA provider (1=Modem Processor, 0=Application Processor)
NMEA_PROVIDER=1
//LGE_UPDATE_E : [email protected] 2013-02-23 GLONASS NMEA Provider [START]
####################################
# LTE Positioning Profile Settings
####################################
# 0: Enable RRLP on LTE(Default) 1: Enable LPP_User_Plane on LTE
#LPP_PROFILE = 0
################################
# LGE EXTRA SETTINGS
################################
VENDOR=VZW_TABLET
LGE_GPS_POSITION_MODE=0