From d8a72c713442657d2b709947a6a25ed533a10ecd Mon Sep 17 00:00:00 2001 From: Flying Press Date: Mon, 20 Apr 2020 04:59:54 -0500 Subject: [PATCH] Add troubleshooting in wireless section Add a small troubleshooting section since wireless might add some complexity, and to lessen incoming relevant issue posts. Signed-off-by: Romain Vimont --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 966341f1..3b7901bb 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,11 @@ device over TCP/IP: 6. Connect to your device: `adb connect DEVICE_IP:5555` _(replace `DEVICE_IP`)_. 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: ```bash