Skip to content

Instantly share code, notes, and snippets.

View NitheshKumarK's full-sized avatar

Nithesh kumar K NitheshKumarK

View GitHub Profile
@NitheshKumarK
NitheshKumarK / AdbCommands
Created July 15, 2021 03: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