Adb: Difference between revisions
Jump to navigation
Jump to search
Created page with "[https://developer.android.com/studio/releases/platform-tools Download the platform tools here] =Useful commands= adb shell adb reboot download adb reboot-bootloade..." |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[https://developer.android.com/studio/releases/platform-tools Download the platform tools here] | [https://developer.android.com/studio/releases/platform-tools Download the platform tools here] | ||
You will need usb debugging enabled for this to work | |||
=Useful commands= | =Useful commands= | ||
adb devices | |||
adb shell | adb shell | ||
adb reboot download | adb reboot download Download mode | ||
adb reboot | adb reboot bootloader | ||
adb reboot recovery | adb reboot recovery TWRP if available | ||
=Errors= | =Errors= |
Latest revision as of 17:33, 30 April 2020
Download the platform tools here
You will need usb debugging enabled for this to work
Useful commands
adb devices
adb shell
adb reboot download Download mode adb reboot bootloader adb reboot recovery TWRP if available
Errors
error: device unauthorized. This adbd's $ADB_VENDOR_KEYS is not set; try 'adb kill-server' if that seems wrong. Otherwise check for a confirmation dialog on your device.
Try Revoke USB DEBUGGING Authorization. Enable USB debugging again.
Check the screen and make sure you allow the PC for always.