-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Android 14 Beta 5 crop not working (Pixel 6 Pro) #4162
Comments
@rom1v installed Beta 5 now, seems it's still broken. Do you have any idea what has changed from Android 13? |
Nope, I don't know, they changed things related to display, which also broke |
FWIW: seems like the source is released now: https://android-developers.googleblog.com/2023/10/android-14-is-live-in-aosp.html I can also confirm crop not working* on the Pixel 8 Pro, so nothing's changed there since beta it seems. * The inputs do get "cropped" though, so any touches go to wrong places. |
See #4011 |
Please test #5455. |
@rom1v Thank you very much, can you provide updated binaries so I can test it? |
Cropping is working again. Tested on a Pixel 6a with LineageOS 21.0 |
Please test a new version in #5455, a binary is provided. |
Thanks again, verified it's working as expected. |
Environment
Describe the bug
Tried to crop the black bar from the screen which is always visible on Pixel 6 Pro in Landscape mode. It worked perfectly on Android 13
but crop is completely ignored on Android 14 Beta 4
--crop 1440:2600:0:120 removed the black bar on Android 13 but doesn't do anything on Android 14
Note: Mouse position is still wrong if the crop is applied and also the scrcpy output says it has cropped
INFO: Texture: 1440x2480 vs. INFO: Texture: 1440x2600 if crop is 0
The text was updated successfully, but these errors were encountered: