Skip to content

Instantly share code, notes, and snippets.

View aniruddhanath's full-sized avatar

Aniruddha Nath aniruddhanath

  • Mumbai, India
View GitHub Profile
@aniruddhanath
aniruddhanath / AdbCommands
Created April 4, 2022 12:05 — 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