Skip to content

Instantly share code, notes, and snippets.

@Raj9039852537
Raj9039852537 / AdbCommands
Created September 18, 2023 11:48 — 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