Romain Vimont
Romain Vimont
Please post your framework.jar: ``` adb pull /system/framework/framework.jar ```
Thank you for your `framework.jar`. 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...
Please test this fix (the link to `scrcpy-server` in the comment): https://github.com/Genymobile/scrcpy/pull/4657#issuecomment-1935845644
@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](https://github.com/Genymobile/scrcpy#prerequisites): > On some devices, you also need to enable [an additional option](https://github.com/Genymobile/scrcpy/issues/70#issuecomment-373286323) `USB debugging (Security Settings)` (this is an item different from...
> ERROR: Could not find any ADB device What was the result of `adb devices`? https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#device-not-detected
> DEBUG: [Audio] Buffering threshold exceeded, skipping 960 samples > DEBUG: [Audio] Buffering threshold exceeded, skipping 960 samples > DEBUG: [Audio] Buffering threshold exceeded, skipping 960 samples Technically, the [audio...
It's probably a problem with graphics drivers. Try with `--render-driver=software`. Or maybe the decoder, but that would be surprising. If you record (`scrcpy --record=file.mp4`) and play with vlc, is the...
> The screen record looks exactly as what I see in the scrcpy window, no visible difference. Given that you get a lot of frames skipped in scrcpy logs, that's...
There is no encoder on the desktop side, only a decoder. > I wirelessly scrcpy into my phone to fill screen it The delay typically comes from the wireless network...