Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. C:Program Files (x86)Androidsdkplatform-tools>adb devices
  2. List of devices attached
  3. 007667324ccb229b unauthorized
  4.  
  5. cd ~/.android
  6. adb push adbkey.pub /data/misc/adb/adb_keys
  7.  
  8. adb kill-server
  9. adb start-server
  10.  
  11. delete the computers adb key: rm /data/misc/adb/adb_key on device
  12.  
  13. (I have no idea if in case of multiple authorized computers the additional keys are in a new line of the file or if they are in new files. I have only 1 computer.)
  14.  
  15. stop all adb processes "killall adb" in linuxoids and "taskkill /IM adb.exe" in windows or simply the taskmanager in both.
  16.  
  17. restart the phone
  18.  
  19. toggle usb debugging off and on
  20.  
  21. connect
  22.  
  23. use adb
  24.  
  25. click authorize
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement