From 16937972770df9ae20f8e5ae5579df15d1b00e57 Mon Sep 17 00:00:00 2001 From: Flying Press Date: Mon, 20 Apr 2020 04:59:54 -0500 Subject: [PATCH] Make step more explicit in wireless section PR #1303 Signed-off-by: Romain Vimont --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cf8996..b78acadc 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,8 @@ Alternatively, it is possible to enable the TCP/IP connection manually using 4. Enable adb over TCP/IP on your device: `adb tcpip 5555`. 5. Unplug your device. -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` +with the device IP address you found)_. 7. Run `scrcpy` as usual. If the connection randomly drops, run your `scrcpy` command to reconnect. If it