Skip to content

Instantly share code, notes, and snippets.

View kyjones03's full-sized avatar

Kyle Jones kyjones03

View GitHub Profile
@kyjones03
kyjones03 / AdbCommands
Created June 16, 2024 14:23 — 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