Advertisement
stuw

nexus 7, android 4.3, kernel 3.1.10

Sep 30th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. >adb shell service list |grep dbus
  2.  
  3. >adb shell service list |grep blue
  4. 39 bluetooth_manager: [android.bluetooth.IBluetoothManager]
  5.  
  6. >adb shell ls -la /dev/u*
  7. crw-rw---- system net_bt_stack 10, 39 2013-08-27 23:46 uhid
  8. crw-rw---- system net_bt_stack 10, 223 2013-08-27 23:46 uinput
  9. crw-rw-rw- root root 1, 9 2013-08-27 23:46 urandom
  10. crw-rw---- root usb 10, 50 2013-08-27 23:46 usb_accessory
  11.  
  12. >adb shell ls -la /dev/rf*
  13. crw------- root root 10, 61 2013-08-27 23:46 rfkill
  14.  
  15. >adb shell ls -la /system/etc/blue*
  16. -rw-r--r-- root root 1541 2012-11-20 04:55 auto_pair_devlist.conf
  17. -rw-r--r-- root root 2821 2012-11-20 04:55 bt_did.conf
  18. -rw-r--r-- root root 947 2013-07-31 07:56 bt_stack.conf
  19. -rw-r--r-- root root 3085 2012-11-20 04:55 main.conf
  20.  
  21. >adb shell ls -la /system/etc/ |grep
  22. blue
  23. drwxr-xr-x root root 2013-07-31 07:56 bluetooth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement