Skip to content

Instantly share code, notes, and snippets.

View reizdev192's full-sized avatar
:octocat:
Ducking

Reizdev reizdev192

:octocat:
Ducking
View GitHub Profile
@reizdev192
reizdev192 / AdbCommands
Created July 4, 2021 09:03 — 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