From 6dc9dbf5aae28afe0a0b692245facb7614067629 Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Thu, 24 Aug 2023 15:06:11 -0500 Subject: [PATCH] Update site/en/android/adb-over-wifi.md Co-authored-by: Sam Richard --- site/en/android/adb-over-wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/android/adb-over-wifi.md b/site/en/android/adb-over-wifi.md index d9ba65f1..d517576d 100644 --- a/site/en/android/adb-over-wifi.md +++ b/site/en/android/adb-over-wifi.md @@ -64,7 +64,7 @@ Once you have physically connected your devices with an Ethernet cable, you can **Note:** These instructions assume your local network is running on the `192.168.1.x` address space. !!! -!!! aside.message--alert +!!! aside.message--note **Alert:** For non-ChromeOS phones and tablets, you may need to enable TCP/IP mode. To do so, connect your Android device to your development machine via USB and run the command `adb tcpip 5555` on the development machine. This will put the device into TCP/IP mode listening on port 5555. Once enabled, you can disconnect the USB cable. !!!