Mention adb wireless option for Android 11+
Add a paragraph about toggling an option to bypass having to physically connect the device to the user's computer. PR #1303 <https://github.com/Genymobile/scrcpy/pull/1303> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
1693797277
commit
ff8a69d8ec
1 changed files with 5 additions and 0 deletions
|
@ -419,6 +419,11 @@ Alternatively, it is possible to enable the TCP/IP connection manually using
|
||||||
with the device IP address you found)_.
|
with the device IP address you found)_.
|
||||||
7. Run `scrcpy` as usual.
|
7. Run `scrcpy` as usual.
|
||||||
|
|
||||||
|
Since Android 11, a [Wireless debugging option][adb-wireless] allows to bypass
|
||||||
|
having to physically connect your device directly to your computer.
|
||||||
|
|
||||||
|
[adb-wireless]: https://developer.android.com/studio/command-line/adb#connect-to-a-device-over-wi-fi-android-11+
|
||||||
|
|
||||||
If the connection randomly drops, run your `scrcpy` command to reconnect. If it
|
If the connection randomly drops, run your `scrcpy` command to reconnect. If it
|
||||||
says there are no devices/emulators found, try running `adb connect
|
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
|
DEVICE_IP:5555` again, and then `scrcpy` as usual. If it still says there are
|
||||||
|
|
Loading…
Reference in a new issue