Skip to content

Instantly share code, notes, and snippets.

View MFIQBAL1991's full-sized avatar
🎯
Focusing

MFIQBAL MFIQBAL1991

🎯
Focusing
  • warsaw,poland
View GitHub Profile
@MFIQBAL1991
MFIQBAL1991 / AdbCommands
Created February 13, 2021 20:12 — 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