Skip to content

Instantly share code, notes, and snippets.

View gedenata's full-sized avatar
:octocat:

Nata gedenata

:octocat:
  • 07:22 (UTC +08:00)
View GitHub Profile
@gedenata
gedenata / AdbCommands
Created February 17, 2022 02:48 — 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