Skip to content

Instantly share code, notes, and snippets.

View vaishaliSingroha's full-sized avatar

Vaishali vaishaliSingroha

  • @facebook through Tech Mahindra
  • Mountain View, CA
  • 10:39 (UTC -07:00)
View GitHub Profile
@vaishaliSingroha
vaishaliSingroha / AdbCommands
Created November 9, 2023 23:07 — 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