-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
SCRCPY Broken for Android 14 QPR3 Beta #4656
Comments
|
Please post your framework.jar:
|
sorry for the late reply. |
I had already posted it above |
Congrats! 🥳🎊 |
Thank you for your Indeed, they removed the method. There was a lot of refactor in Android regarding the display starting in Android 14 (#3927, #4011), it seems they are continuing the work, which causes a lot of changes. This will require investigations to adapt the code (but the AOSP sources where the method is removed are not available yet). Refs #4646. |
Please test this fix (the link to |
@rom1v Can confirm it works |
@rom1v Thank you - the updated scrcpy-server has resolved this issue for me also. Same device and Android version as @MemeCornucopia |
I'll add that scrcpy does manage to turn my Pixel 7's screen off before it crashes
Edit: @rom1v works for me, too! |
sweet I thought my Pixel 7 with a dead screen was not working \ USB debugging issue with my PC, I just looked and saw it was a different error (same as above) so I came to look in here and found you guys digging into it. flawlessly worked after replacing scrpy-server with the updated one. thanks! |
doesnt work for Poco M5S on Android 13.
|
@oguzokbalbesov This has nothing to do with this problem. Please read https://github.com/Genymobile/scrcpy#prerequisites |
Yes, it's explained in the section I linked:
|
I don't know if this is related to the build from @rom1v but I thought I'd mention scrcpy froze once and I couldn't reconnect with scrcpy complaining that "ERROR: Could not find any ADB device" despite the fact that nmap showed the port was still open. After maybe a half hour of doing nothing (phone was in another room) it magically worked again so I don't know what that was all about. |
What was the result of https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#device-not-detected |
If I could go back in time I'd tell ya. Let me know if there is anything else you'd like me to test if it happens again. |
Late to the party, but the modified scrcpy-server is working for me. I had just run a git pull when I saw it not work initially, so I guess that new file wasn't included. |
So it's happening again and adb devices shows no devices. Port 5555 is open according to nmap Edit: again, it cleared itself up eventually via some magic. |
scrcpy v2.4 Changes since v2.3.1: - Add UHID keyboard and mouse support (Genymobile#4473) - Simulate tilt multitouch by pressing Shift (Genymobile#4529) - Add rotation support for non-default display (Genymobile#4698) - Improve audio player (Genymobile#4572) - Adapt to display API changes in Android 15 (Genymobile#4646, Genymobile#4656, Genymobile#4657) - Adapt audio workarounds to Android 14 (Genymobile#4492) - Fix clipboard for IQOO devices on Android 14 (Genymobile#4492, Genymobile#4589, Genymobile#4703) - Fix integer overflow for audio packet duration (Genymobile#4536) - Rework cleanup (Genymobile#4649) - Upgrade FFmpeg to 6.1.1 in Windows releases (Genymobile#4713) - Upgrade libusb to 1.0.27 in Windows releases (Genymobile#4713) - Various technical fixes
我应该如何替换他 |
Environment
Describe the bug
After installing Android 14 QPR3 Beta 1 scrcpy doesnt work. I think they changed the method.
The text was updated successfully, but these errors were encountered: