MyGit

v1.24

Genymobile/scrcpy

版本发布时间: 2022-04-29 03:18:21

Genymobile/scrcpy最新发布版本:v2.4(2024-03-03 07:17:49)

To receive a notification on new releases, click on Watch > Custom > Releases on the top.


scrcpy v1.24

Changes since v1.23:


Highlights

Android 13 (preview)

Input injection from previous scrcpy versions failed on Android 13 preview (#3186). This version makes it work.

HID/OTG support for Windows 32-bit

The previous scrcpy version (v1.23) added HID/OTG support for all platforms except Windows 32-bit. By upgrading to the latest libusb version, Windows 32-bit is now supported.

$ANDROID_SERIAL

adb uses the ANDROID_SERIAL environment variable if no -s is specified. Use this same variable in scrcpy if no selector is specified (#3111):

# via a command line parameter
adb -s 0123456789abcdef shell
scrcpy -s 0123456789abcdef

# via an environment variable
export ANDROID_SERIAL=0123456789abcdef
adb shell
scrcpy

On Windows, setting an environment variable is slightly different:

:: in cmd
set ANDROID_SERIAL=0123456789abcdef
# in PowerShell
$env:ANDROID_SERIAL = '0123456789abcdef'

No power on

By default, on start, the device is powered on. A new option has been added to disable this behavior:

scrcpy --no-power-on

相关地址:原始地址 下载(tar) 下载(zip)

1、 scrcpy-server-v1.24 40.19KB

2、 scrcpy-win32-v1.24.zip 21.9MB

3、 scrcpy-win64-v1.24.zip 33.99MB

4、 SHA256SUMS.txt 264B

5、 SHA256SUMS.txt.asc 833B

查看:2022-04-29发行的版本