Skip to content

Instantly share code, notes, and snippets.

View chanshu19's full-sized avatar

Chanshu Kumar chanshu19

  • Bihar
  • 11:25 (UTC -12:00)
View GitHub Profile
@chanshu19
chanshu19 / AdbCommands
Created February 20, 2022 09:17 — 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