From 7bb1419ecee957227dab39ccdc4869b7f1559e42 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Thu, 11 Aug 2011 00:32:26 +0100 Subject: [PATCH] fixed couple of build.prop and added custom gps.conf --- leo.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/leo.mk b/leo.mk index 01ba4d9..38968ea 100755 --- a/leo.mk +++ b/leo.mk @@ -34,8 +34,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ ro.ril.enable.a53.HTC-ITA=1 \ ro.ril.enable.a52=0 \ ro.ril.enable.a53=1 \ - ro.ril.enable.dtm = 1 \ - ro.ril.gprsclass = 12 \ + ro.ril.enable.dtm=1 \ + ro.ril.gprsclass=12 \ ro.ril.hsdpa.category=8 \ ro.ril.hsupa.category=5 \ ro.ril.hsxpa=2 \ @@ -148,7 +148,8 @@ LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) endif # The gps config appropriate for this device -$(call inherit-product, device/common/gps/gps_as_supl.mk) +PRODUCT_COPY_FILES += \ + device/htc/leo/gps.conf:system/etc/gps.conf PRODUCT_COPY_FILES += \ $(LOCAL_KERNEL):kernel