Skip to content

Instantly share code, notes, and snippets.

View atultiwaree's full-sized avatar
🎯
Focusing

Atul Tiwaree atultiwaree

🎯
Focusing
View GitHub Profile
@atultiwaree
atultiwaree / AdbCommands
Created August 25, 2023 12:33 — 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