diff options
| author | Lena <lena@omega> | 2026-01-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-06-24 22:14:50 +0300 |
| commit | eb0c8951196c637e44daf3c0617b131b997d5d2c (patch) | |
| tree | 2f83b6a41cee745467e53fc401942b82cea286ea /fastlane/metadata | |
| download | scrcpy-android-eb0c8951196c637e44daf3c0617b131b997d5d2c.tar.gz | |
scrcpy-android: mirror an Android device over wireless ADB0.1
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.
Diffstat (limited to 'fastlane/metadata')
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/1.txt | 5 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/full_description.txt | 20 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/images/phoneScreenshots/1.png | bin | 0 -> 127122 bytes | |||
| -rw-r--r-- | fastlane/metadata/android/en-US/images/phoneScreenshots/2.png | bin | 0 -> 151143 bytes | |||
| -rw-r--r-- | fastlane/metadata/android/en-US/short_description.txt | 1 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/title.txt | 1 |
6 files changed, 27 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..2026b9f --- /dev/null +++ b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png Binary files differnew file mode 100644 index 0000000..fe62024 --- /dev/null +++ b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png 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 |