Advertisement
metalx1000

Enable USB debugging from shell on Android

Nov 12th, 2023
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #this can be done from termux with root
  2.  
  3. #enable developer mode
  4. settings put global development_settings_enabled 1
  5.  
  6. #enable usb debugging
  7. settings put global adb_enabled 1
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement