Skip to content

Instantly share code, notes, and snippets.

View terrettazmaxime's full-sized avatar

Maxime Terrettaz terrettazmaxime

  • Medioh
  • Montréal
View GitHub Profile
@terrettazmaxime
terrettazmaxime / AdbCommands
Created December 12, 2023 15:59 — 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