From f6745648c04ab818eb48fa596314152dd7ec05e5 Mon Sep 17 00:00:00 2001 From: LuckYViii Date: Fri, 12 Feb 2021 15:07:02 +0200 Subject: [PATCH] sm7325-common: rootdir: Remove legacy ril-daemon and vendor.ril-daemon rules * W libc : Unable to set property "ctl.stop" to "ril-daemon": error code: 0x20 * W libc : Unable to set property "ctl.stop" to "vendor.ril-daemon": error code: 0x20 Change-Id: I80784cb3d6ee3cf539b3a8b5dbcada2e8b850641 --- rootdir/bin/init.class_main.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rootdir/bin/init.class_main.sh b/rootdir/bin/init.class_main.sh index 05c3251..e6a2277 100755 --- a/rootdir/bin/init.class_main.sh +++ b/rootdir/bin/init.class_main.sh @@ -39,7 +39,6 @@ qcrild_status=true case "$baseband" in "apq" | "sda" | "qcs" ) setprop ro.vendor.radio.noril yes - stop vendor.ril-daemon stop vendor.qcrild esac @@ -86,11 +85,7 @@ case "$baseband" in if [ "$qcrild_status" = "true" ]; then # Make sure both rild, qcrild are not running at same time. # This is possible with vanilla aosp system image. - stop vendor.ril-daemon - start vendor.qcrild - else - start vendor.ril-daemon fi case "$baseband" in @@ -111,16 +106,11 @@ case "$baseband" in if [ "$multisim" = "dsds" ] || [ "$multisim" = "dsda" ]; then if [ "$qcrild_status" = "true" ]; then start vendor.qcrild2 - else - start vendor.ril-daemon2 fi elif [ "$multisim" = "tsts" ]; then if [ "$qcrild_status" = "true" ]; then start vendor.qcrild2 start vendor.qcrild3 - else - start vendor.ril-daemon2 - start vendor.ril-daemon3 fi fi