Skip to content

Instantly share code, notes, and snippets.

View mohammadfaisalmaple's full-sized avatar
🎯
Focusing

mohammadfaisalmaple

🎯
Focusing
View GitHub Profile
@mohammadfaisalmaple
mohammadfaisalmaple / AdbCommands
Created July 18, 2023 08:59 — 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