Skip to content

Instantly share code, notes, and snippets.

Avatar

Hydranix hydranix

  • San Francisco Bay Area, California
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active March 24, 2023 23:17
Adb useful commands list
View AdbCommands
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader