summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormcgi5sr2 <mcgi5sr2@gmail.com>2015-09-08 10:42:33 +0100
committerforkbomb <keepcalm444@gmail.com>2015-11-25 08:58:10 +1100
commit68ff6eba8345e3ac7c6d007fc5db720e664a5bee (patch)
treeb54a79f54c2d1b28b175f9b8a104f9de6a00ef71 /configs
parentfc862f3a4c433c67605f12ad2d9addc6fc1bc831 (diff)
downloaddevice_samsung_i9300-68ff6eba8345e3ac7c6d007fc5db720e664a5bee.zip
device_samsung_i9300-68ff6eba8345e3ac7c6d007fc5db720e664a5bee.tar.gz
device_samsung_i9300-68ff6eba8345e3ac7c6d007fc5db720e664a5bee.tar.bz2
i9300: GPS modifications for use of Groupers PIE blobs [1/2]
gps.xml removal of values that cause segfualt init.rc addition of required data folders and init of gps-daemon (gpsd->glgps) Set preset values gps.h header removed as non-samsung blobs Conflicts: include/hardware/gps.h Change-Id: I9e07d8a507b5669987480a4ecae4f7697685e1f4
Diffstat (limited to 'configs')
-rw-r--r--configs/gps.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/configs/gps.xml b/configs/gps.xml
index 0289635..acbcef2 100644
--- a/configs/gps.xml
+++ b/configs/gps.xml
@@ -7,16 +7,12 @@
gpioNStdbyPath="/sys/class/sec/gps/GPS_PWR_EN/value"
gpioNResetPath="/sys/class/sec/gps/GPS_nRST/value"
gpioDelayMs="250"
- acNvStoDir="/data/"
- FactoryTestFilePath="/data/"
+ acNvStoDir="/data/gps/"
+ acNmeaOutName="/data/gps/nmea_out"
+ ctrlPipe="/data/gps/glgpsctrl"
acLogDirectory="/sdcard/gps/broadcom/"
- TISEnabled="true"
- LPmode="false"
- cp-cold-start="false"
- cp-guard-time-sec="1"
-
arp-supl-enable="true"
arp-supl-cap-msb="true"
arp-supl-cap-msa="true"
@@ -32,17 +28,11 @@
SuplUT3Seconds="20"
SuplVersion="1"
- LbsEnable="true"
- LbsLocal="false"
- LbsServer="BCMLS2.glpals.com"
- LbsPort="7275"
LbsSyncLto="false"
SyncLto="true"
ltoFileName="lto2.dat"
acLtoDir="/data/gps/"
LbsSyncLtoThresholdDays="3"
- LbsTAC="10101222"
- LbsWlanEnable="false"
IgnoreJniTime="true"
AssertEnabled="false"