adeen-s

commented from init.rc and init.qcom.rc

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