Skip to content

Instantly share code, notes, and snippets.

View amrsa1's full-sized avatar
๐Ÿ‘‹

Amr Salem amrsa1

๐Ÿ‘‹
View GitHub Profile
@amrsa1
amrsa1 / AdbCommands
Created February 1, 2023 14:24 — 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