Skip to content

Instantly share code, notes, and snippets.

View vatsal4u2's full-sized avatar

Vatsal patel vatsal4u2

View GitHub Profile
@vatsal4u2
vatsal4u2 / AdbCommands
Created April 21, 2020 21:20 — 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