Merge "Move carrier-specific GPS parameters out of framework/base directory. Bug: 17288144" into lmp-dev

This commit is contained in:
Tsuwei Chen
2014-09-09 23:29:13 +00:00
committed by Android (Google) Code Review
8 changed files with 0 additions and 55 deletions

View File

@@ -34,11 +34,4 @@
</string-array>
<bool name="config_auto_attach_data_on_creation">false</bool>
<!-- Values for GPS configuration (Verizon) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITIES=0x31</item>
<item>LPP_PROFILE=3</item>
<item>GPS_LOCK=3</item>
</string-array>
</resources>

View File

@@ -25,10 +25,4 @@
-->
<integer name="config_mobile_mtu">1422</integer>
<!-- Values for GPS configuration (Sprint) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITIES=0x31</item>
<item>GPS_LOCK=3</item>
<item>LPP_PROFILE=2</item>
</string-array>
</resources>

View File

@@ -33,10 +33,4 @@
<item>315</item>
<item>316</item>
</string-array>
<!-- Values for GPS configuration (AT&T) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITIES=0x33</item>
<item>LPP_PROFILE=3</item>
<item>GPS_LOCK=1</item>
</string-array>
</resources>

View File

@@ -29,11 +29,4 @@
carrier provisioning. If false: hard disabled. If true: then depends on carrier
provisioning, availability etc -->
<bool name="config_carrier_volte_vt_available">true</bool>
<!-- Values for GPS configuration (T-Mobile) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITEIS=0x33</item>
<item>GPS_LOCK=1</item>
<item>LPP_PROFILE=2</item>
</string-array>
</resources>

View File

@@ -40,12 +40,6 @@
<item>315</item>
<item>316</item>
</string-array>
<!-- Values for GPS configuration (AT&T) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITIES=0x33</item>
<item>GPS_LOCK=1</item>
<item>LPP_PROFILE=3</item>
</string-array>
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
<string-array name="config_twoDigitNumberPattern">
<item>"0"</item>

View File

@@ -37,11 +37,4 @@
note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
<string translatable="false" name="config_tether_apndata">Tether,broadband.cellular1.net,,,,,,,,,311,190,,DUN</string>
<!-- Values for GPS configuration (Sprint) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITIES=0x31</item>
<item>GPS_LOCK=3</item>
<item>LPP_PROFILE=2</item>
</string-array>
</resources>

View File

@@ -44,11 +44,4 @@
<bool name="config_carrier_volte_vt_available">false</bool>
<bool name="config_auto_attach_data_on_creation">false</bool>
<!-- Values for GPS configuration (Verizon) -->
<string-array translatable="false" name="config_gpsParameters">
<item>CAPABILITIES=0x31</item>
<item>GPS_LOCK=3</item>
<item>LPP_PROFILE=3</item>
</string-array>
</resources>

View File

@@ -1722,16 +1722,7 @@
<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_VER=0x20000</item>
<item>CAPABILITIES=0x33</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>
</string-array>
</resources>