Skip to content

Instantly share code, notes, and snippets.

View SuperFluouss's full-sized avatar
💭
Out of lunch

Super Fluouss SuperFluouss

💭
Out of lunch
  • GEORGIA
  • 19:27 (UTC -04:00)
View GitHub Profile
@SuperFluouss
SuperFluouss / AdbCommands
Created March 20, 2023 22:19 — 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