Skip to content

Instantly share code, notes, and snippets.

View agrawal-pratham's full-sized avatar
🧐

Agrawal Pratham agrawal-pratham

🧐
View GitHub Profile
@agrawal-pratham
agrawal-pratham / AdbCommands
Created August 27, 2023 19:18 — 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