Romain Vimont

Results 2057 comments of Romain Vimont

> installation method: [apt-> updated using pull request] What do you mean? What is the full output in the console?

Run `scrcpy -Vverbose`, and press some keys and click with the mouse, then copy the whole console output.

OK, so everythings looks fine (except that your device does not react). Focus some text area / text field on your device, and execute from your computer: ``` adb shell...

> `adb shell input text hello` works If you run `scrcpy --prefer-text`, are you able to enter text ("hello") manually?

Is your device rooted? #1606 (btw you should upgrade to the latest version)

I have no good solution for this clipboard issue with rooted devices. > Just typing "adb shell" automatically gives me a root shell. You can temporarily execute `adb unroot`, then...

The header has changed in scrcpy 2.0 by 238ab872ba0ea18c2553dfe3c2202d64d67d8960. The protocol is [documented here](https://github.com/Genymobile/scrcpy/blob/master/doc/develop.md#protocol).

It might solve the problem in specific cases, but why is the display id for events is different from the display id for display? Is it always +1? On which...

Looks like a bug in the device system. What if you use `screenrecord`: ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ```

These are adb disconnections. Run `adb shell` or `adb logcat` in a separate terminal, they will be closed at the same time as scrcpy due to the disconnection. This is...