Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8166954 authored by voron00's avatar voron00
Browse files

mako: overlay GPS configuration

Ancient 8960 gps.conf no longer provides correct values and also vulnerable to CVE-2016-5341.

Change-Id: If3497d8f64db3da693225d5ca0f9a09c18150ed4
parent 2d851d96
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -278,4 +278,23 @@
    <!-- Configure wifi tcp buffersizes in the form:
         rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
    <string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,4194304,262144,524288,1048576</string>

    <!-- 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=https://xtrapath1.izatcloud.net/xtra3grc.bin</item>
        <item>XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin</item>
        <item>XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin</item>
        <item>XTRA_VERSION_CHECK=1</item>
        <item>NTP_SERVER=north-america.pool.ntp.org</item>
        <item>SUPL_MODE=1</item>
        <item>SUPL_VER=0x10000</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>