flo: Restoring XTRA GPS assistance

Pointing the base config.xml to XTRA v3
and removing the redundant overlays

Bug: 36356863
Test: Fast GPS fix after delete all on Angler,
 and build confirmation on Bullhead's
 identical fix.

Change-Id: I255b864808dc1b59fde3b2e013335ad81c3ef0e6
This commit is contained in:
Wyatt Riley 2017-04-06 09:43:59 -07:00 committed by followmsi
parent 813b117249
commit df0710fc71

View file

@ -301,9 +301,9 @@
<string-array translatable="false" name="config_gpsParameters"> <string-array translatable="false" name="config_gpsParameters">
<item>SUPL_HOST=supl.google.com</item> <item>SUPL_HOST=supl.google.com</item>
<item>SUPL_PORT=7275</item> <item>SUPL_PORT=7275</item>
<item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin</item> <item>XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin</item>
<item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin</item> <item>XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin</item>
<item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin</item> <item>XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin</item>
<item>NTP_SERVER=north-america.pool.ntp.org</item> <item>NTP_SERVER=north-america.pool.ntp.org</item>
<item>SUPL_MODE=1</item> <item>SUPL_MODE=1</item>
<item>SUPL_VER=0x20000</item> <item>SUPL_VER=0x20000</item>