Skip to content

Instantly share code, notes, and snippets.

View imtheaman's full-sized avatar
💜

Aman Kumar imtheaman

💜
View GitHub Profile
@imtheaman
imtheaman / AdbCommands
Created November 3, 2023 11:52 — 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