Skip to content

Instantly share code, notes, and snippets.

@sirusdas
Created February 15, 2018 20:39
Show Gist options
  • Save sirusdas/ce1df40be745bc042466776e2f9607ef to your computer and use it in GitHub Desktop.
Save sirusdas/ce1df40be745bc042466776e2f9607ef to your computer and use it in GitHub Desktop.
Helpful ADB(Android Debuggind Bridge) Commands
>adb devices
>adb reboot-bootloader //boots into fastboot mode
>fastboot flash recovery twrp.img //flashing a recovery image
>fastboot boot twrp.img //boots recovery which can be used to flash custom rom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment