scrcpy: Fails with more than one device or emulator.. even if theres only one device
adb devices
List of devices attached
192.168.100.5:5555 device
scrcpy
/usr/share/scrcpy/scrcpy-server.jar: 1 file pushed. 0.3 MB/s (19334 bytes in 0.070s)
error: more than one device/emulator
ERROR: "adb reverse" returned with value 1
WARN: 'adb reverse' failed, fallback to 'adb forward'
Version:
scrcpy -v
scrcpy v1.1
dependencies:
- SDL 2.0.8
- libavcodec 57.107.100
- libavformat 57.83.100
- libavutil 55.78.100
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16
This is an expected error message (see #5), but then it fallbacks to
adb forward
, so this is not the problem.Probably #944. Try
v1.10
ordev
branch instead. Could also be #268 (see #956).That’s expected (see https://github.com/Genymobile/scrcpy/issues/5). 👍
Then use
scrcpy -s SERIAL
, with the serial as printed byadb devices
.yeah, it works,!
On Jan 22 2019, at 12:54 pm, Romain Vimont notifications@github.com wrote:
@rom1v Yes, it works with v1.2, but the error (impt?) still shows up.