Skip to content

Instantly share code, notes, and snippets.

View m38d1's full-sized avatar
🏠
Working from home

Mehdi Askari m38d1

🏠
Working from home
View GitHub Profile
@m38d1
m38d1 / AdbCommands
Created July 7, 2022 09:58 — 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