Skip to content

Instantly share code, notes, and snippets.

View dhananjaycse's full-sized avatar

dhananjaycse

  • Bangalore
View GitHub Profile
@dhananjaycse
dhananjaycse / AdbCommands
Created January 17, 2024 06:32 — 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