Skip to content

Instantly share code, notes, and snippets.

View tridib04-IN's full-sized avatar
🎯
Focusing

Tridib Urinda tridib04-IN

🎯
Focusing
View GitHub Profile
@tridib04-IN
tridib04-IN / AdbCommands
Created February 23, 2021 15:40 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader