Skip to content

Instantly share code, notes, and snippets.

View pavanb0's full-sized avatar
๐Ÿ
Focusing

pavan bagwe pavanb0

๐Ÿ
Focusing
  • DesignAccent
  • india
  • 11:15 (UTC -12:00)
View GitHub Profile
@pavanb0
pavanb0 / AdbCommands
Created November 20, 2022 08:38 — 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