Skip to content

Instantly share code, notes, and snippets.

View Hogan28's full-sized avatar
💭
I am just learning the basics and getting started.

HOGAN228 Hogan28

💭
I am just learning the basics and getting started.
View GitHub Profile
@Hogan28
Hogan28 / AdbCommands
Created July 17, 2023 17: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