Skip to content

Instantly share code, notes, and snippets.

View tarunwalia's full-sized avatar

Tarun tarunwalia

  • India
View GitHub Profile
@tarunwalia
tarunwalia / AdbCommands
Created February 4, 2021 13:20 — 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