Skip to content

Instantly share code, notes, and snippets.

@eugenius1
Created September 25, 2015 00:59
Show Gist options
  • Save eugenius1/98b7896df01145356b87 to your computer and use it in GitHub Desktop.
Save eugenius1/98b7896df01145356b87 to your computer and use it in GitHub Desktop.
Windows script to reboot an Android device via adb
@ECHO OFF
CD /D "C:\Users\Username\AppData\Local\Android\sdk\platform-tools"
adb reboot
echo rebooting..
PAUSE
@eugenius1
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment