sh-3.2# grep -i ril /init.* /init.cm.rc:# Disable ril services if noril prop is set /init.cm.rc:on property:ro.radio.noril=1 /init.cm.rc: stop ril-daemon /init.cm.rc:on property:persist.radio.noril=1 /init.cm.rc: setprop ro.radio.noril 1 /init.qcom.rc:# ATTENTION: you should not rely on this to set the rild.libpath property, you /init.qcom.rc:# you'll be facing a possible race condition, rild might want to start before /init.qcom.rc:# you have the property, and you'll end up without a running rild. /init.qcom.rc: setprop rild.libpath /system/vendor/lib64/libril-qc-qmi-1.so /init.qcom.rc: setprop rild.libpath /system/vendor/lib/libril-qc-qmi-1.so /init.qcom.rc:service ril-daemon1 /system/bin/rild -c 2 /init.qcom.rc: socket rild2 stream 660 root radio /init.qcom.rc: socket rild-debug2 stream 660 radio system /init.rc:service ril-daemon /system/bin/rild /init.rc: socket rild stream 660 root radio /init.rc: socket rild-debug stream 660 radio system