summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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