Romain Vimont

Results 2060 comments of Romain Vimont

Scrcpy does not store any state, it is configures by the arguments you pass every time. If you want to always pass the same arguments, create a script (as explained...

Did you `adb tcpip 5555`? Check https://stackoverflow.com/questions/37267335/android-studio-wireless-adb-error-10061/41422712

It should immediately open a window showing your Android device. Check the output of `adb logcat` (in a separate terminal) when you start scrcpy.

Oh ok you must solve that adb issue then. ``` adb disconnect adb kill-server ``` Reboot your device and try again over USB...

> Is this by design? It's how adb works. However, if you just reboot your computer (not your device), you should be able to `adb connect` without plugging USB again.

Is the device on the same network as the computer? Without AP isolation? https://www.reddit.com/r/scrcpy/comments/16pxn29/i_can_use_my_device_wired_but_cant_seem_to_use_on/

https://github.com/Genymobile/scrcpy#prerequisites

Not about acceleration, but pointer speed: - https://www.reddit.com/r/ShieldAndroidTV/comments/57q4lr/change_mouse_speed/ - https://gossipfunda.com/how-to-disable-mouse-acceleration-on-android-windows-mac/#how-to-disable-mouse-acceleration-in-android Does it help? Scrcpy only sends mouse HID events, how the device handles them is out of control of scrcpy.

Thank you for your investigations and details! Mouse event resampling could also solve a separate problem: #3088. So it might be interesting to add an option `--mouse-resample=40` for 40ms. For...