Skip to content

Instantly share code, notes, and snippets.

View hivivo's full-sized avatar
🏠
Working from Mars

Vivo hivivo

🏠
Working from Mars
View GitHub Profile
@hivivo
hivivo / adb.md
Last active January 21, 2023 18:49 — forked from Jalict/sendapk.md
Remote ADB actions

Remote ADB actions

Connect to device via ADB

  • adb connect ip:port

Install the APK to the device

  • adb install <app.apk>