Created
February 15, 2018 20:39
-
-
Save sirusdas/ce1df40be745bc042466776e2f9607ef to your computer and use it in GitHub Desktop.
Helpful ADB(Android Debuggind Bridge) Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>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