Skip to content

Instantly share code, notes, and snippets.

View soumikshah's full-sized avatar

Soumik soumikshah

  • 10:34 (UTC -07:00)
View GitHub Profile
@soumikshah
soumikshah / AdbCommands
Created January 11, 2022 17:34 — 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