flo: Add carrier specific GPS configurations

Change-Id: I901bbcb59f20d46861e5a78171d18dd3105cf8ce
This commit is contained in:
Hyejin Kim 2015-03-20 17:11:28 +09:00 committed by followmsi
parent a59d3655fe
commit 813b117249

View file

@ -297,4 +297,22 @@
<!-- Enable device idle mode -->
<bool name="config_enableAutoPowerModes">true</bool>
<!-- Values for GPS configuration -->
<string-array translatable="false" name="config_gpsParameters">
<item>SUPL_HOST=supl.google.com</item>
<item>SUPL_PORT=7275</item>
<item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin</item>
<item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin</item>
<item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin</item>
<item>NTP_SERVER=north-america.pool.ntp.org</item>
<item>SUPL_MODE=1</item>
<item>SUPL_VER=0x20000</item>
<item>LPP_PROFILE=0</item>
<item>NMEA_PROVIDER=0</item>
<item>A_GLONASS_POS_PROTOCOL_SELECT=0</item>
<item>ERR_ESTIMATE=0</item>
<item>INTERMEDIATE_POS=0</item>
<item>SUPL_ES=0</item>
</string-array>
</resources>