diff --git a/rootdir/bin/init.class_main.sh b/rootdir/bin/init.class_main.sh index a88c38f3..8315109c 100755 --- a/rootdir/bin/init.class_main.sh +++ b/rootdir/bin/init.class_main.sh @@ -38,7 +38,6 @@ qcrild_status=true case "$baseband" in "apq" | "sda" | "qcs" ) setprop ro.vendor.radio.noril yes - stop ril-daemon stop vendor.ril-daemon stop vendor.qcrild esac @@ -86,12 +85,10 @@ 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 ril-daemon stop vendor.ril-daemon start vendor.qcrild else - start ril-daemon start vendor.ril-daemon fi