Adb: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
Line 6: Line 6:
   adb shell
   adb shell


   adb reboot download
   adb reboot download         Download mode
   adb reboot-bootloader
   adb reboot bootloader
   adb reboot recovery
   adb reboot recovery         TWRP if available


=Errors=
=Errors=

Revision as of 15:03, 19 September 2019

Download the platform tools here

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.