diff --git a/configs/gps/gps_psds.conf b/configs/gps/gps_psds.conf new file mode 100644 index 0000000000000000000000000000000000000000..29436722393093c8e48f028eebd1f4384001528f --- /dev/null +++ b/configs/gps/gps_psds.conf @@ -0,0 +1,5 @@ +NTP_SERVER=north-america.pool.ntp.org +XTRA_SERVER_1=https://glltos1.glpals.com/4day/v5/latest/lto2.dat +XTRA_SERVER_2=https://glltos2.glpals.com/4day/v5/latest/lto2.dat +SUPL_HOST=supl.google.com +SUPL_PORT=7275 diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b2032abd453ee0489861b4eee5213b9b96b245e9..32bcf49158b0fe412b7a5e610b639183263df768 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -80,8 +80,11 @@ + SUPL_HOST=supl.google.com + SUPL_PORT=7275 XTRA_SERVER_1=https://glltos1.glpals.com/4day/v5/latest/lto2.dat XTRA_SERVER_2=https://glltos2.glpals.com/4day/v5/latest/lto2.dat + NTP_SERVER=north-america.pool.ntp.org