Skip to content

Instantly share code, notes, and snippets.

View kizzdev2304's full-sized avatar

Nguyễn Văn Tài kizzdev2304

View GitHub Profile
@kizzdev2304
kizzdev2304 / AdbCommands
Created June 15, 2023 07:52 — 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