Skip to content

Instantly share code, notes, and snippets.

View mani94454182's full-sized avatar

NETINTI MANIKANTA mani94454182

  • HYDERABAD
View GitHub Profile
@mani94454182
mani94454182 / AdbCommands
Created August 30, 2020 14:17 — 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