Skip to content

Instantly share code, notes, and snippets.

View XemXongXoa's full-sized avatar

Nguyễn Tuấn XemXongXoa

View GitHub Profile
@XemXongXoa
XemXongXoa / AdbCommands
Created June 26, 2021 19:07 — 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