Renumber steps in wireless section
The actual numbers are ignored by markdown, but start at 1 for consistency. PR #1303 <https://github.com/Genymobile/scrcpy/pull/1303> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
90816291d4
commit
78b18b7cee
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -404,19 +404,19 @@ connect to the device before starting.
|
||||||
Alternatively, it is possible to enable the TCP/IP connection manually using
|
Alternatively, it is possible to enable the TCP/IP connection manually using
|
||||||
`adb`:
|
`adb`:
|
||||||
|
|
||||||
0. Plug the device into a USB port on your computer.
|
1. Plug the device into a USB port on your computer.
|
||||||
1. Connect the device to the same Wi-Fi as your computer.
|
2. Connect the device to the same Wi-Fi as your computer.
|
||||||
2. Get your device IP address, in Settings → About phone → Status, or by
|
3. Get your device IP address, in Settings → About phone → Status, or by
|
||||||
executing this command:
|
executing this command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
adb shell ip route | awk '{print $9}'
|
adb shell ip route | awk '{print $9}'
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Enable adb over TCP/IP on your device: `adb tcpip 5555`.
|
4. Enable adb over TCP/IP on your device: `adb tcpip 5555`.
|
||||||
4. Unplug your device.
|
5. Unplug your device.
|
||||||
5. 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`)_.
|
||||||
6. Run `scrcpy` as usual.
|
7. Run `scrcpy` as usual.
|
||||||
|
|
||||||
It may be useful to decrease the bit-rate and the definition:
|
It may be useful to decrease the bit-rate and the definition:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue