Add troubleshooting in wireless section
Add a small troubleshooting section since wireless might add some complexity, and to lessen incoming relevant issue posts. PR #1303 <https://github.com/Genymobile/scrcpy/pull/1303> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
528275d501
commit
8610e9a454
1 changed files with 5 additions and 0 deletions
|
@ -418,6 +418,11 @@ Alternatively, it is possible to enable the TCP/IP connection manually using
|
||||||
6. Connect to your device: `adb connect DEVICE_IP:5555` _(replace `DEVICE_IP`)_.
|
6. Connect to your device: `adb connect DEVICE_IP:5555` _(replace `DEVICE_IP`)_.
|
||||||
7. Run `scrcpy` as usual.
|
7. Run `scrcpy` as usual.
|
||||||
|
|
||||||
|
If the connection randomly drops, run your `scrcpy` command to reconnect. If it
|
||||||
|
says there are no devices/emulators found, try running `adb connect
|
||||||
|
DEVICE_IP:5555` again, and then `scrcpy` as usual. If it still says there are
|
||||||
|
none found, try running `adb disconnect` and then run those two commands again.
|
||||||
|
|
||||||
It may be useful to decrease the bit-rate and the definition:
|
It may be useful to decrease the bit-rate and the definition:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue