Skip to content

Commit

Permalink
Add FAQ section about HID/OTG on Windows
Browse files Browse the repository at this point in the history
Refs #3654 <#3654>
  • Loading branch information
rom1v committed Jan 3, 2023
1 parent 4c43784 commit b3f626f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here are the common reported problems and their status.
If you encounter any error, the first step is to upgrade to the latest version.


## `adb` issues
## `adb` and USB issues

`scrcpy` execute `adb` commands to initialize the connection with the device. If
`adb` fails, then scrcpy will not work.
Expand Down Expand Up @@ -133,6 +133,21 @@ Try with another USB cable or plug it into another USB port. See [#281] and
[#283]: https://github.com/Genymobile/scrcpy/issues/283


## HID/OTG issues on Windows

On Windows, if `scrcpy --otg` (or `--hid-keyboard`/`--hid-mouse`) results in:

> ERROR: Could not find any USB device
(or if only unrelated USB devices are detected), there might be drivers issues.

Please read [#3654], in particular [this comment][#3654-comment1] and [the next
one][#3654-comment2].

[#3654]: https://github.com/Genymobile/scrcpy/issues/3654
[#3654-comment1]: https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-1369278232
[#3654-comment2]: https://github.com/Genymobile/scrcpy/issues/3654#issuecomment-1369295011


## Control issues

Expand Down

1 comment on commit b3f626f

@LVL-s
Copy link

@LVL-s LVL-s commented on b3f626f Feb 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello to everyone who is reading this!
First time using Scrcpy, and a big thank you to everyone who makes it possible!
I adore everything about this software.
I only have one problem.
Please tell me how to switch between apps using Scrcpy on Android 10 on a Windows 10 machine using keyboard shortcuts.

Best regards!
Luke

Please sign in to comment.