From c81fd0170b0f66eea8990720b58ad18db37e3994 Mon Sep 17 00:00:00 2001 From: "SamBe.ng" Date: Mon, 30 Nov 2020 10:16:50 +0100 Subject: [PATCH] Wireless Config update I added a command that display the IP address of the device we want to connect to. This will helps a lot users from going to Settings -> Wifi to get that informations. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d10aaa74..620ce04d 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ _Scrcpy_ uses `adb` to communicate with the device, and `adb` can [connect] to a device over TCP/IP: 1. Connect the device to the same Wi-Fi as your computer. -2. Get your device IP address (in Settings → About phone → Status). +2. Get your device IP address (This command print device IP address `adb shell ip route | awk '{print $9}'`) 3. Enable adb over TCP/IP on your device: `adb tcpip 5555`. 4. Unplug your device. 5. Connect to your device: `adb connect DEVICE_IP:5555` _(replace `DEVICE_IP`)_.