adeen-s

grep -i ril /init.*

May 28th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. sh-3.2# grep -i ril /init.*
  2. /init.cm.rc:# Disable ril services if noril prop is set
  3. /init.cm.rc:on property:ro.radio.noril=1
  4. /init.cm.rc: stop ril-daemon
  5. /init.cm.rc:on property:persist.radio.noril=1
  6. /init.cm.rc: setprop ro.radio.noril 1
  7. /init.qcom.rc:# ATTENTION: you should not rely on this to set the rild.libpath property, you
  8. /init.qcom.rc:# you'll be facing a possible race condition, rild might want to start before
  9. /init.qcom.rc:# you have the property, and you'll end up without a running rild.
  10. /init.qcom.rc: setprop rild.libpath /system/vendor/lib64/libril-qc-qmi-1.so
  11. /init.qcom.rc: setprop rild.libpath /system/vendor/lib/libril-qc-qmi-1.so
  12. /init.qcom.rc:service ril-daemon1 /system/bin/rild -c 2
  13. /init.qcom.rc: socket rild2 stream 660 root radio
  14. /init.qcom.rc: socket rild-debug2 stream 660 radio system
  15. /init.rc:service ril-daemon /system/bin/rild
  16. /init.rc: socket rild stream 660 root radio
  17. /init.rc: socket rild-debug stream 660 radio system
Add Comment
Please, Sign In to add comment