diff --git a/extract-files.sh b/extract-files.sh index a9400a7..43ab716 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -78,6 +78,7 @@ PRODUCT_COPY_FILES += \\ vendor/__MANUFACTURER__/__DEVICE__/proprietary/BCM4329B1_002.002.023.0511.0538.hcd:system/etc/firmware/BCM4329B1_002.002.023.0511.0538.hcd \\ vendor/__MANUFACTURER__/__DEVICE__/proprietary/bcm4329.hcd:system/etc/firmware/bcm4329.hcd \\ vendor/__MANUFACTURER__/__DEVICE__/proprietary/htcleo.acdb:system/etc/firmware/htcleo.acdb \\ + vendor/__MANUFACTURER__/__DEVICE__/proprietary/default.acdb:system/etc/firmware/default.acdb \\ vendor/__MANUFACTURER__/__DEVICE__/proprietary/yamato_pfp.fw:system/etc/firmware/yamato_pfp.fw \\ vendor/__MANUFACTURER__/__DEVICE__/proprietary/yamato_pm4.fw:system/etc/firmware/yamato_pm4.fw \\ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libEGL_adreno200.so:system/lib/egl/libEGL_adreno200.so \\ diff --git a/gps.conf b/gps.conf index b766326..68c5bfc 100644 --- a/gps.conf +++ b/gps.conf @@ -4,3 +4,14 @@ 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 +NTP_SERVER=0.north-america.pool.ntp.org +NTP_SERVER=1.north-america.pool.ntp.org +NTP_SERVER=2.north-america.pool.ntp.org +NTP_SERVER=3.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=FQDN +SUPL_PORT=7275 +SUPL_TLS_HOST=FQDN +SUPL_TLS_CERT=/etc/SuplRootCert diff --git a/leo.mk b/leo.mk index 78a3a94..a9e01d8 100755 --- a/leo.mk +++ b/leo.mk @@ -109,7 +109,7 @@ PRODUCT_PACKAGES += \ librs_jni \ gralloc.qsd8k \ copybit.qsd8k \ - leo-reference-ril + leo-reference-ril \ gps.leo \ leo-reference-ril \ libOmxCore \