scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

ERROR: Could not find ADB device W:

Open k0daxc opened this issue 1 year ago • 1 comments

  • [ ] I have read the FAQ.
  • [ ] I have searched in existing issues.

Environment

  • OS: Windows
  • scrcpy version: 2.4
  • installation method: [e.g. manual build, apt, snap, brew, Windows release...]
  • device model: 23021RAA2Y
  • Android version: 14

Describe the bug So just to simply explain the issue, when i type "scrcpy -sW" it gives me this error:

ERROR: Could not find ADB device W: ERROR: (usb) d91f1ea2 device 23021RAA2Y ERROR: Server connection failed

However, if i run the normal scrcpy program it works. USB debugging enabled,, And i basically have enabled everything. Maybe now that i think about it its probally because i updated the phone driver to MTP USB device

(https://github.com/Genymobile/scrcpy/assets/166319817/3b2182c3-b6c2-41d4-83d6-adda1a85d98c)

k0daxc avatar Jun 17 '24 16:06 k0daxc

scrcpy -sW" it gives me this error:

ERROR: Could not find ADB device W:

Because -s is the option to pass a device serial, and you pass W.

What you want is probably -Sw:

  • -S (or --turn-screen-off): turn screen off
  • -w (or --stay-awake): stay awake while plugged in

rom1v avatar Jun 18 '24 05:06 rom1v