Guest User

Untitled

a guest
Jan 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. service config_bt_addr /system/vendor/bin/btnvtool -O
  2. class core
  3. user bluetooth
  4. group bluetooth radio
  5. oneshot
  6. service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot"
  7. class core
  8. user root
  9. oneshot
  10. service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh
  11. class late_start
  12. user bluetooth
  13. group bluetooth net_bt_admin
  14. disabled
  15. oneshot
  16. on property:bluetooth.hciattach=true
  17. start hciattach
  18. setprop bluetooth.status on
  19. on property:bluetooth.hciattach=false
  20. setprop bluetooth.status off
Add Comment
Please, Sign In to add comment