Skip to content

Instantly share code, notes, and snippets.

Avatar
🏠
Working from home

Arun ArunYogeshwaran

🏠
Working from home
  • Zenjob. Ex-VMware
  • Bangalore
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active March 30, 2023 09:38
Adb useful commands list
View AdbCommands
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader