Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hydranix's full-sized avatar

Hydranix hydranix

  • San Francisco Bay Area, California
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active April 22, 2024 03:11
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