Skip to content

Instantly share code, notes, and snippets.

View kutaibaa-akraa's full-sized avatar
🎯
Focusing

kutaibaa kutaibaa-akraa

🎯
Focusing
View GitHub Profile
@Jonarod
Jonarod / README.md
Created August 21, 2020 13:11
Install Android Apps on Linux
@arlm
arlm / AdbCommands.md
Last active April 17, 2022 21:33 — forked from Pulimet/AdbCommands
Adb useful commands list

General ADB Commands

ADB Server

  • Ensures that there is an ADB server running: adb start-server
  • Kills the ADB server if it is running: adb kill-server

Device Rebooting