Skip to content

Instantly share code, notes, and snippets.

View Yaredseb9's full-sized avatar
💻
coding

Hope Yaredseb9

💻
coding
View GitHub Profile
@Yaredseb9
Yaredseb9 / AdbCommands
Created August 11, 2022 08:20 — 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