Skip to content

Instantly share code, notes, and snippets.

View shahariar007's full-sized avatar
🎯
Focusing

Mortuza Shahariar shahariar007

🎯
Focusing
View GitHub Profile
@shahariar007
shahariar007 / AdbCommands
Created October 26, 2021 07:08 — 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