Romain Vimont

Results 2060 comments of Romain Vimont

That's weird. It should not be necessary. Xiaomi, I suppose? (often they require to create a Xiaomi account to enable `USB Debugging (security settings)`).

Over SSH, you won't have a display by default. Even if you forwarded display via SSH (`ssh -X`), this is not what you want: you want to transmit the compressed...

> scrcpy 1.21 Way too old. Uninstall the package and install the latest version: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version

What command did you execute?

This can happen if you start a new capture (either via scrcpy or an app on the phone).

You must execute `adb tcpip 5555` on every phone reboot. But not on computer reboot.

If you don't want to connect over USB at all, as mentioned in the [doc](https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md), from Android 11 you can pair wirelessly: https://developer.android.com/tools/adb#wireless-android11-command-line

Did you enable wireless debugging? Please follow the steps here, I cannot help more, it's the official Android documentation: https://developer.android.com/tools/adb#wireless-android11-command-line

`scrcpy -s XXXX` just selects a device listed by `adb devices` (like `adb -s XXXX shell` would do), it does not create any new connection. So if your device is...

1) https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#selection 2) No