Romain Vimont
Romain Vimont
> I have same problem, but i use Android 4.2. Is the OS version the problem? Yes, scrcpy requires Android >= 5.
https://stackoverflow.com/questions/10461257/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissi ?
I don't know `hdc`, but if it behaves _exactly_ like adb (for example `hdc devices` with the same output), then you can just set the environment variable `ADB=hdc` and run...
> tapping the screen becomes a long press behavior The duration between input events is not guaranteed to be preserved, which can become visible under huge network jitter. So in...
Install manually, the version packaged in Debian is outdated anyway: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version
What are you trying to do?
Check https://code.videolan.org/rom1v/vlc/-/merge_requests/20 for an example.
@markosc What's the error message (run `scrcpy-console.bat`)? Note that you asked your question on an "issue" which is not related to your problem.
Please read the README: https://github.com/Genymobile/scrcpy#display
Thank you for your contribution. > Fix the same incorrect capture occur before 7e3b9359322fff65bd350febfdc02a76186981cd when using DisplayManager API The commit 7e3b9359322fff65bd350febfdc02a76186981cd destroyed/created a new display on every rotation. On the...