Created
September 25, 2015 00:59
-
-
Save eugenius1/98b7896df01145356b87 to your computer and use it in GitHub Desktop.
Windows script to reboot an Android device via adb
This file contains hidden or 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
@ECHO OFF | |
CD /D "C:\Users\Username\AppData\Local\Android\sdk\platform-tools" | |
adb reboot | |
echo rebooting.. | |
PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace Username with your actual user folder name
Path may differ depending on SDK setup
I used this to reboot my phone when it was frozen in TWRP custom recovery.