From d15d31d4557b0522daa033cbc53ebd3666d26511 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Wed, 29 Jan 2025 07:50:08 +0100 Subject: [PATCH] Updated Device Tests & Coverage Report (markdown) --- Device-Tests-&-Coverage-Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Device-Tests-&-Coverage-Report.md b/Device-Tests-&-Coverage-Report.md index ec814ae..628610d 100644 --- a/Device-Tests-&-Coverage-Report.md +++ b/Device-Tests-&-Coverage-Report.md @@ -7,7 +7,7 @@ The instrumented test uses the RFC-2217 server to control the other end of the s # Android Setup -By default the USB port is used for ADB debugging, but ADB can also use Wi-Fi. To enable Wi-Fi you have to enable it in *Android Settings -> Developer options*, connect with USB ADB and enable Wi-Fi with ``adb tcpip 5555``, see more details [here](https://developer.android.com/studio/command-line/adb.html). +By default the USB port is used for ADB debugging, but ADB can also use Wi-Fi. To enable Wi-Fi you have to enable it in *Android Settings -> Developer options*. Connecting to the device is Android version specific, see more details [here](https://developer.android.com/studio/command-line/adb.html). # Serial host setup