Romain Vimont

Results 1988 comments of Romain Vimont

Hi, I would like to avoid short options for "advanced features", and reserve them for more common features. (The first versions of scrcpy, I always assigned shortopts, but that's not...

https://github.com/Genymobile/scrcpy/blob/master/doc/mouse.md#mouse-bindings

> failed to authenticate to 192.168.1.136:5555 That does not look related to the fact that there are 2 devices connected. > How can I specify a different port? There is...

> Ok so why does it not work? Can you reproduce the problem with your second phone only, without the first one being connected?

You can connect from 1 pc to several devices wirelessly (btw, that's what you do and it works). But you cannot connect 2 PC to 1 device wirelessly (this is...

> PC 1 is connected to the phones via USB. On PC1, since you execute : ``` scrcpy -s SERIAL_NUMBER --tcpip ``` Then the devices are also connected wirelessly on...

> ERROR: Could not find ADB device 192.168.1.124:5555: > ERROR: (tcpip) 192.168.1.155:5555 device SM_G715FN Your device 192.168.1.124 is not connected via adb, only 192.168.1.155 is. Check `adb devices` from PC...

> PC2 > C:\Program Files\scrcpy\Devices>adb devices > List of devices attached > 192.168.1.155:5555 device So 192.168.1.124 is not connected. > PC1 > C:\Program Files\scrcpy\Devices>adb tcpip 5555 > error: more than...

Sorry, of course, I meant: ``` adb -s XXXX tcpip 5555 ``` (just add `-s XXXX` to your command)

IIUC what you are trying to do, you want to connect both devices via USB on PC1, and via Wifi on PC2. Disconnect everything, reboot your devices, restart adb (`adb...