• v0.2.0 2a273a6f1c

    oss released this 2026-06-29 08:57:32 +02:00 | 13 commits to main since this release

    ScrcpyManager 0.2.0

    Wireless ADB

    • Pair a device over Wi-Fi (one-time) via pairing code or QR code; QR auto-discovers the device over mDNS and pairs.
    • Stable device identity (ro.serialno) so sessions and per-device settings survive wireless port changes and unify a device across USB and Wi-Fi.
    • With Android 17 + adb 37 ("ADB Wi-Fi 2.0") a paired device on a trusted network reconnects automatically after a reboot of either side.

    Bundled adb

    • The app now ships its own adb (Android SDK platform-tools) and keeps it up to date from Google's manifest — no separate adb install required.
    • Optional private adb server (off by default, so the app shares the standard server with Android Studio and other tools).

    App and bundled adb are dev-signed (not notarized) — Gatekeeper may prompt on first launch.

    Downloads