summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device.mk3
-rw-r--r--gps.conf6
2 files changed, 8 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index f07f73d..550a4a9 100644
--- a/device.mk
+++ b/device.mk
@@ -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