From eb0c8951196c637e44daf3c0617b131b997d5d2c Mon Sep 17 00:00:00 2001 From: Lena Date: Thu, 1 Jan 2026 00:00:00 +0000 Subject: scrcpy-android: mirror an Android device over wireless ADB Native Java app for Android 12+ that mirrors another Android device over wireless ADB, forwarding video, audio, touch input, and clipboard. Bundles a pinned scrcpy-server.jar and the vendored libadb-android stack. Supports h264/h265/av1 video and raw/opus audio with in-app codec selection. No NDK, no Kotlin. Includes JVM unit tests and a Docker-based emulator e2e rig. --- fastlane/metadata/android/en-US/changelogs/1.txt | 5 +++++ .../metadata/android/en-US/full_description.txt | 20 ++++++++++++++++++++ .../android/en-US/images/phoneScreenshots/1.png | Bin 0 -> 127122 bytes .../android/en-US/images/phoneScreenshots/2.png | Bin 0 -> 151143 bytes .../metadata/android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + 6 files changed, 27 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/1.txt create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/1.png create mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/2.png create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt (limited to 'fastlane/metadata') diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..ecef3e4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1,5 @@ +First release. + +Mirror a second Android device over Wireless ADB: video, audio, touch, keys, +and clipboard. Selectable video and audio codecs, screen recording, and +automatic reconnection. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..9ca1ea9 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,20 @@ +This app mirrors a second Android device on your phone or tablet over Wireless +ADB, the same way the desktop scrcpy tool does. + +The device running this app is the source; the target is any Android 12+ device +with Wireless Debugging enabled. Video, audio, touch, key input, and clipboard +are forwarded between them. No root is required on either side. + +Features: + +* Wireless pairing and connection using the target's Wireless Debugging code +* Live video mirroring with selectable codec (H.264, H.265, or AV1) +* Audio forwarding with selectable codec (raw or Opus) +* Multi-touch, soft keys, hardware Back, and two-way clipboard sync +* Adjustable max size, bit rate, and frame rate +* Screen recording of the mirrored session +* Automatic reconnection when the link drops + +The app pushes the scrcpy server, built from Genymobile's scrcpy sources, to the +target device and speaks the scrcpy protocol directly. It is written in plain +Java with no proprietary dependencies. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..2026b9f Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..fe62024 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..f161f30 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Mirror a second Android device over wireless ADB. No root required. diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..49299a1 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +scrcpy -- cgit v1.2.3