Skip to content

Instantly share code, notes, and snippets.

View kodewilliams's full-sized avatar
🎯
Focusing

Kodé Williams kodewilliams

🎯
Focusing
View GitHub Profile
@kodewilliams
kodewilliams / AdbCommands
Created February 9, 2023 21:54 — 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