From d8957646afe4a204bf79c989bbf435554856f63b Mon Sep 17 00:00:00 2001 From: FireLord1 Date: Sat, 18 Mar 2017 14:49:59 +0530 Subject: [PATCH] land: make rild entry and update rild2 from latest aosp Signed-off-by: FireLord1 --- rootdir/init.qcom.rc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index db075c1..cb079f5 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -669,12 +669,22 @@ service hostapd /system/bin/hostapd -dd /data/hostapd/hostapd.conf oneshot disabled +service ril-daemon /system/bin/rild + class main + socket rild stream 660 root radio + socket sap_uim_socket1 stream 660 bluetooth bluetooth + socket rild-debug stream 660 radio system + user root + group radio cache inet misc audio log readproc wakelock qcom_diag + service ril-daemon2 /system/bin/rild -c 2 class main socket rild2 stream 660 root radio + socket sap_uim_socket2 stream 660 bluetooth bluetooth socket rild-debug2 stream 660 radio system user root - group radio cache inet misc audio sdcard_r sdcard_rw qcom_diag diag log + disabled + group radio cache inet misc audio log readproc wakelock qcom_diag service usb_uicc_enable /system/bin/sh /system/etc/init.qcom.uicc.sh class late_start