Skip to content

Instantly share code, notes, and snippets.

View tesvn7's full-sized avatar
🤔
I may be slow to respond.

TusharJ tesvn7

🤔
I may be slow to respond.
View GitHub Profile
@tesvn7
tesvn7 / AdbCommands
Created August 7, 2021 22:54 — 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