Skip to content

Instantly share code, notes, and snippets.

View kayibea's full-sized avatar

kayibea kayibea

  • Le Havre / France
  • 02:32 (UTC +02:00)
View GitHub Profile
@kayibea
kayibea / AdbCommands
Created May 1, 2023 01:40 — 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