summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddharth Ray <siddharthr@google.com>2017-09-06 12:11:45 -0700
committerSiddharth Ray <siddharthr@google.com>2017-09-06 12:11:45 -0700
commitfc51bb53a4c251a604348cb4a7b44b7219161604 (patch)
tree2eef25a36c23e4dbdbff84ad3cbf11f6ab25b388
parent3057aa4e6ce4c1f139e473a6152781b716d29ebc (diff)
downloadbullhead-fc51bb53a4c251a604348cb4a7b44b7219161604.tar.gz
SI SUPL for Bullhead
Enabling SI SUPL for Verizon on Bullhead Adding GPS config (enables SI SUPL also) to ATT on Bullhead BUG:63457096 Change-Id: If612a9e34b97e215804081767129e0a145c5582c
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml2
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml15
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml2
3 files changed, 17 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
index 430867d..d88acd6 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
@@ -46,7 +46,7 @@
<item>INTERMEDIATE_POS=0</item>
<item>LPP_PROFILE=3</item>
<item>GPS_LOCK=3</item>
- <item>SUPL_MODE=0</item>
+ <item>SUPL_MODE=1</item>
<item>SUPL_ES=1</item>
</string-array>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml
index f521c62..c889b69 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml
@@ -48,4 +48,19 @@
<string translatable="false" name="config_mobile_hotspot_provision_app_no_ui">com.lge.entitlement.SILENT_ENTITLEMENT_CHECK</string>
<string translatable="false" name="config_mobile_hotspot_provision_response">com.lge.entitlement.SILENT_ENTITLEMENT_CHECK_RESULT</string>
+ <!-- Values for GPS configuration (AT&T) -->
+ <string-array translatable="false" name="config_gpsParameters">
+ <item>SUPL_HOST=supl.google.com</item>
+ <item>SUPL_PORT=7275</item>
+ <item>NTP_SERVER=north-america.pool.ntp.org</item>
+ <item>SUPL_MODE=3</item>
+ <item>SUPL_VER=0x20000</item>
+ <item>LPP_PROFILE=3</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>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
index 4acfdcc..2cd087b 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
@@ -46,7 +46,7 @@
<item>INTERMEDIATE_POS=0</item>
<item>GPS_LOCK=3</item>
<item>LPP_PROFILE=3</item>
- <item>SUPL_MODE=0</item>
+ <item>SUPL_MODE=1</item>
<item>SUPL_ES=1</item>
</string-array>