Skip to content

Instantly share code, notes, and snippets.

View rverdam's full-sized avatar

Robert Verdam rverdam

  • 01:20 (UTC +02:00)
View GitHub Profile
@rverdam
rverdam / AdbCommands
Created March 1, 2024 13:49 — 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