Skip to content

Instantly share code, notes, and snippets.

View TimurHaryo's full-sized avatar
👾
Chill

Timur Haryo TimurHaryo

👾
Chill
  • Indonesia
View GitHub Profile
@TimurHaryo
TimurHaryo / AdbCommands
Created June 4, 2021 05:46 — 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