Skip to content

Instantly share code, notes, and snippets.

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

don_ep1fani0 mod94

🏠
Working from home
View GitHub Profile
@mod94
mod94 / AdbCommands
Created February 6, 2023 01:03 — 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