diff options
-rw-r--r-- | device.mk | 3 | ||||
-rw-r--r-- | gps.conf | 6 |
2 files changed, 8 insertions, 1 deletions
@@ -43,7 +43,8 @@ PRODUCT_COPY_FILES := \ device/samsung/tuna/init.tuna.rc:root/init.tuna.rc \ device/samsung/tuna/init.tuna.usb.rc:root/init.tuna.usb.rc \ device/samsung/tuna/ueventd.tuna.rc:root/ueventd.tuna.rc \ - device/samsung/tuna/media_profiles.xml:system/etc/media_profiles.xml + device/samsung/tuna/media_profiles.xml:system/etc/media_profiles.xml \ + device/samsung/tuna/gps.conf:system/etc/gps.conf # Bluetooth configuration files PRODUCT_COPY_FILES += \ diff --git a/gps.conf b/gps.conf new file mode 100644 index 0000000..bd431a6 --- /dev/null +++ b/gps.conf @@ -0,0 +1,6 @@ +NTP_SERVER=north-america.pool.ntp.org
+XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
+XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
+XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
+SUPL_HOST=supl.google.com
+SUPL_PORT=7276
|