summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-03-19 22:07:09 +0100
committerPaul Kocialkowski <contact@paulk.fr>2012-07-09 00:16:12 +0200
commit8e7212a2ca07b6f04de61613aec1c4ceba46f821 (patch)
tree74552bad8a2346e6803c59a644f0087cf55eb247
parent6c23d8421254d196cab6131506d1d37b48f5a9e1 (diff)
downloaddevice_samsung_galaxysmtd-8e7212a2ca07b6f04de61613aec1c4ceba46f821.zip
device_samsung_galaxysmtd-8e7212a2ca07b6f04de61613aec1c4ceba46f821.tar.gz
device_samsung_galaxysmtd-8e7212a2ca07b6f04de61613aec1c4ceba46f821.tar.bz2
Using free RIL and rild.preserveroot set to true
Also removed the inclusion of the non-free-dedicated Makefile
-rw-r--r--galaxysmtd.mk16
-rw-r--r--system.prop1
2 files changed, 10 insertions, 7 deletions
diff --git a/galaxysmtd.mk b/galaxysmtd.mk
index e79cf7a..cfdc7c4 100644
--- a/galaxysmtd.mk
+++ b/galaxysmtd.mk
@@ -129,13 +129,21 @@ PRODUCT_COPY_FILES += \
PRODUCT_PROPERTY_OVERRIDES := \
ro.opengles.version=131072
+# RIL/RIL client/libsamsung-ipc
+PRODUCT_PACKAGES += \
+ libsamsung-ril \
+ libsamsung-ril-client \
+ ipc-modemctrl
+
+PRODUCT_PROPERTY_OVERRIDES += \
+ rild.preserveroot=true
+
# These are the hardware-specific settings that are stored in system properties.
# Note that the only such settings should be the ones that are too low-level to
# be reachable from resources or other mechanisms.
PRODUCT_PROPERTY_OVERRIDES += \
wifi.interface=eth0 \
wifi.supplicant_scan_interval=20 \
- ro.telephony.ril_class=samsung \
mobiledata.interfaces=pdp0,eth0,gprs,ppp0 \
dalvik.vm.heapsize=32m
@@ -159,9 +167,3 @@ PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_COPY_FILES += \
device/samsung/aries-common/updater.sh:updater.sh
-
-# See comment at the top of this file. This is where the other
-# half of the device-specific product definition file takes care
-# of the aspects that require proprietary drivers that aren't
-# commonly available
-$(call inherit-product-if-exists, vendor/samsung/galaxysmtd/galaxysmtd-vendor.mk)
diff --git a/system.prop b/system.prop
index d5a3d09..24a6799 100644
--- a/system.prop
+++ b/system.prop
@@ -4,5 +4,6 @@
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
+rild.preserveroot=true
ro.sf.lcd_density=240