Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Android 15 Beta 1 #952

Open
haskayneharry opened this issue Apr 15, 2024 · 0 comments
Open

Doesn't work on Android 15 Beta 1 #952

haskayneharry opened this issue Apr 15, 2024 · 0 comments

Comments

@haskayneharry
Copy link

I'm using a Stock Pixel 7 with beta channel and it's running Android 15 Beta 1 and Qtscrcpy doesn't seem to work with it even tho the normal Scrcpy works just fine.
I'm gonna paste the error message here for further reference:

AdbProcessImpl::out:List of devices attached
35181FDH2000M0	device
adb return  0 exit status  QProcess::NormalExit
"/home/caffeine/Downloads/Release/adb" "devices"
AdbProcessImpl::out:List of devices attached
35181FDH2000M0	device
adb return  0 exit status  QProcess::NormalExit
"/home/caffeine/Downloads/Release/adb" "-s 35181FDH2000M0 push /home/caffeine/Downloads/Release/scrcpy-server /data/local/tmp/scrcpy-server.jar"
AdbProcessImpl::out:/home/caffeine/Downloads/Release/scrcpy-server: 1 file pushed, 0 skipped. 129.6 MB/s (69007 bytes in 0.001s)
"/home/caffeine/Downloads/Release/adb" "-s 35181FDH2000M0 reverse localabstract:scrcpy_000015c5 tcp:27183"
adb return  0 exit status  QProcess::NormalExit
"/home/caffeine/Downloads/Release/adb" "-s 35181FDH2000M0 shell CLASSPATH=/data/local/tmp/scrcpy-server.jar app_process / com.genymobile.scrcpy.Server 2.1.1 video_bit_rate=2000000 log_level=info max_size=1080 audio=false scid=000015c5"
adb return  0 exit status  QProcess::NormalExit
AdbProcessImpl::error:[server] ERROR: The server version (2.4) does not match the client (2.1.1)
java.lang.IllegalArgumentException: The server version (2.4) does not match the client (2.1.1)
AdbProcessImpl::error:at com.genymobile.scrcpy.Options.parse(Options.java:237)
	at com.genymobile.scrcpy.Server.internalMain(Server.java:231)
	at com.genymobile.scrcpy.Server.main(Server.java:214)
	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
"/home/caffeine/Downloads/Release/adb" "-s 35181FDH2000M0 reverse --remove localabstract:scrcpy_000015c5"
server process stop
adb return  1 exit status  QProcess::NormalExit
adb return  0 exit status  QProcess::NormalExit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant