From e276fb3f369a096c6f5e48dd12cae276ee432b34 Mon Sep 17 00:00:00 2001 From: xkeita Date: Fri, 23 Jun 2017 19:44:27 +0000 Subject: shinano-common: Add ril-daemon2 service for dsds models Change-Id: I4d6263e6f475c79c68d6d5c7c7903d28822e37f0 --- rootdir/init.qcom.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rootdir/init.qcom.rc') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 7829530..2ef6765 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -455,6 +455,17 @@ on property:ro.data.large_tcp_window_size=true # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB) write /proc/sys/net/ipv4/tcp_adv_win_scale 2 +service ril-daemon2 /system/bin/rild -c 2 + class main + socket rild2 stream 660 root radio + socket rild-debug2 stream 660 radio system + user root + disabled + group radio cache inet misc audio sdcard_r sdcard_rw qcom_diag log + +on property:persist.radio.multisim.config=dsds + start ril-daemon2 + service loc_launcher /system/bin/loc_launcher #loc_launcher will start as root and set its uid to gps class late_start -- cgit v1.2.3