Advertisement
Guest User

Untitled

a guest
May 7th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Freeze
  2. su
  3. pm disable com.android.bluetooth
  4.  
  5. # Unfreeze
  6. su
  7. pm enable com.android.bluetooth
  8.  
  9. # Check the list if it's disabled or not
  10. su
  11. pm list packages -d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement