Skip to content

Instantly share code, notes, and snippets.

View nishusri's full-sized avatar
🎯
Focusing

nishusri

🎯
Focusing
View GitHub Profile
@nishusri
nishusri / AdbCommands
Created September 23, 2019 05:48 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@nishusri
nishusri / AdbCommands
Created September 23, 2019 05:48 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell