Skip to content

Instantly share code, notes, and snippets.

View Vinit023's full-sized avatar
๐Ÿ˜
Waiting for something new.

Vinit Chauhan Vinit023

๐Ÿ˜
Waiting for something new.
View GitHub Profile
@Vinit023
Vinit023 / AdbCommands
Created October 2, 2022 06: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