Skip to content

Instantly share code, notes, and snippets.

View AnujShah17's full-sized avatar

Anuj Shah AnujShah17

View GitHub Profile
@AnujShah17
AnujShah17 / AdbCommands
Created October 17, 2023 12:53 — 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