Romain Vimont

Results 2011 comments of Romain Vimont

I guess you should use an older JDK (compatible with your gradle version). I haven't checked though.

> scrcpy: error while loading shared libraries: libavformat.so.59: cannot open shared object file: No such file or directory You probably got an update of ffmpeg, you must just rebuild/reinstall scrcpy...

Implemented in v2.3.

They finally published the change in AOSP: [0e3e509b](https://android.googlesource.com/platform/frameworks/base.git/+/0e3e509b3bf4d561c26d87213387a290dfd688e3%5E%21/). A new parameter `attributionTag` has been added. We can probably pass `null` as a value. Please test this new binary and confirm...

Merged into `dev`: 82cb8ab870140403f244fba80ddf2bc5b26b2d78 (will be in the next release)

Uninstall the package and install the latest version manually: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version

The translations are not in the repo itself anymore, they must be done in the wiki: https://github.com/Genymobile/scrcpy/wiki Cf 72ba913324d65cded8672dca7a57415cb82da095

Multitouch from a touchscreen works. From a touchpad, It seems complicated, since a touchpad moves the cursor on the computer (each touch involves relative locations), while a touchscreen involves absolute...