Skip to content

Instantly share code, notes, and snippets.

View DharmarajX24's full-sized avatar
📡
REST-ing

Dharmaraj DharmarajX24

📡
REST-ing
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active July 4, 2024 02:27
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