diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/gps.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/configs/gps.xml b/configs/gps.xml index 6c6124d..fd1eccb 100644 --- a/configs/gps.xml +++ b/configs/gps.xml @@ -7,12 +7,15 @@ gpioNStdbyPath="/sys/class/sec/gps/GPS_PWR_EN/value" gpioDelayMs="250" acNvStoDir="/data/gps/" - acNmeaOutName="/data/gps/nmea_out" - ctrlPipe="/data/gps/glgpsctrl" + FactoryTestFilePath="/data/" Log="JAVA" acLogDirectory="/storage/sdcard0/gps/broadcom/storage" + 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" @@ -28,13 +31,19 @@ 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="1" + LbsTAC="10101106" LbsCellEnable="false" ctrlPipe="/data/gps/glgpsctrl" + LbsWlanEnable="false" IgnoreJniTime="true" AssertEnabled="false" |