Merge "Port: Don't show phone unlock targets for devices without voice (2/2)" into cm-11.0
diff --git a/config/common.mk b/config/common.mk
index f1f1211..53b321a 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -274,7 +274,7 @@
ifeq ($(CM_BUILDTYPE), UNOFFICIAL)
ifneq ($(TARGET_UNOFFICIAL_BUILD_ID),)
- CM_EXTRAVERSION := "-$(TARGET_UNOFFICIAL_BUILD_ID)"
+ CM_EXTRAVERSION := -$(TARGET_UNOFFICIAL_BUILD_ID)
endif
endif
@@ -298,7 +298,8 @@
PRODUCT_PROPERTY_OVERRIDES += \
ro.cm.version=$(CM_VERSION) \
- ro.modversion=$(CM_VERSION)
+ ro.modversion=$(CM_VERSION) \
+ ro.cmlegal.url=http://www.cyanogenmod.org/docs/privacy
-include vendor/cm-priv/keys/keys.mk
diff --git a/config/common_mini_tablet_wifionly.mk b/config/common_mini_tablet_wifionly.mk
index 9060001..2ccbfe2 100644
--- a/config/common_mini_tablet_wifionly.mk
+++ b/config/common_mini_tablet_wifionly.mk
@@ -13,10 +13,6 @@
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Hassium.ogg
-# BT config
-PRODUCT_COPY_FILES += \
- system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf
-
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml
index 996a981..2bd036d 100644
--- a/prebuilt/common/etc/apns-conf.xml
+++ b/prebuilt/common/etc/apns-conf.xml
@@ -516,6 +516,8 @@
<apn carrier="Eircom/Meteor MMS" mcc="272" mnc="03" apn="wap.mymeteor.ie" user="my" password="meteor" server="http://wap.mymeteor.ie" proxy="10.85.85.85" port="8799" mmsc="http://mms.mymeteor.ie" mmsproxy="10.85.85.85" mmsport="8799" type="mms" />
<apn carrier="3 IE MMS" mcc="272" mnc="05" apn="3ireland.ie" server="3ireland.ie" mmsc="http://mms.um.3ireland.ie:10021/mmsc" mmsproxy="mms.3ireland.ie" mmsport="8799" type="default,supl,mms" />
<apn carrier="3 Ireland" mcc="272" mnc="05" apn="3ireland.ie" mmsc="http://mms.um.3ireland.ie:10021/mmsc" mmsproxy="mms.3ireland.ie" mmsport="8799" type="default,supl,mms" />
+ <apn carrier="TMI Internet APN" mcc="272" mnc="11" apn="tescomobile.liffeytelecom.com" type="default,supl" />
+ <apn carrier="TMI MMS APN" mcc="272" mnc="11" apn="tescomobile.liffeytelecom.com" mmsc="http://mmc1/servlets/mms" mmsproxy="10.1.11.19" mmsport="8080" type="mms" />
<apn carrier="Siminn" mcc="274" mnc="01" apn="internet" type="default,supl" />
<apn carrier="Siminn MMS" mcc="274" mnc="01" apn="mms.simi.is" mmsc="http://mms.simi.is/servlets/mms" mmsproxy="213.167.138.200" mmsport="9201" type="mms" />
<apn carrier="Vodafone Internet" mcc="274" mnc="02" apn="gprs.is" type="default,supl" />