Skip to content

Instantly share code, notes, and snippets.

View paafff's full-sized avatar
💭
I may be slow to respond.

Danang Rifai paafff

💭
I may be slow to respond.
View GitHub Profile
@paafff
paafff / AdbCommands
Created April 10, 2024 11:28 — 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