Skip to content

Commit c1fedcb

Browse files
committed
ADB with Windows
1 parent 49100f4 commit c1fedcb

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

docs/EN/WearOS/WearOsSmartwatch.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@ Connect your smartwatch and computer to the same Wi-Fi network.
146146
- To install ADB download it from:
147147
https://developer.android.com/tools/releases/platform-tools
148148
- Open a terminal.
149-
- After installation of ADB for windows set the path to the folder where ADB is located:
150-
```setx PATH "%PATH%;C:\platform-tools"```
149+
- For Windows, create a new folder named `adb` under your disk `C:`.
150+
Open the `platform-tools-latest-windows.zip` file you downloaded above.
151+
Copy all files inside `platform-tools` to `C:\adb` and open this folder with a command prompt (right click and Open in Terminal).
152+
Type the command below to set the path to the folder where ADB is located:
153+
```setx PATH "%PATH%;C:\adb"```
151154
- For Mac instead of installing manually you can use homebrew:
152155
`brew install android-platform-tools`
153156

@@ -158,18 +161,18 @@ On the watch:
158161
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
159162

160163
You will see a Wi-Fi paring code and IP address and port appearing:
161-
<img width="689" height="400" alt="Screenshot 2025-12-21 at 17 46 42" src="https://github.com/user-attachments/assets/9b73869a-e4ca-47e6-9ac4-37ecc20182e1" />
164+
![image](../images/wearos/ADB03.png)
162165

163166
- In the terminal:
164167
`adb pair ipaddress:port`
165168
E.g.
166-
`adb pair 10.10.1.125:36443`
169+
`adb pair 10.10.1.125:36299`
167170
- You will be asked for the pairing code. Enter it.
168171
- You will see a response:<br>
169-
`Successfully paired to 10.10.1.125:36443 [guid=adb-RXXXW20LMKJY-eh5zBj]`<br>
172+
`Successfully paired to 10.10.1.125:36299 [guid=adb-RXXXW20LMKJY-eh5zBj]`<br>
170173
- In the terminal type: <br>`adb devices`.<br> You should see something like:<br>
171174
`List of devices attached`<br>
172-
`10.10.1.125:45559 offline`<br>
175+
`10.10.1.125:36299 offline`<br>
173176
`adb-RFAW20LMKJY-eh5zBj._adb-tls-connect._tcp device`<br>
174177

175178
- Now go to the folder on your computer where the Wear apk is and type<br>
@@ -183,7 +186,7 @@ E.g.
183186
- Do not use Wi-Fi Tethering. That won't work.
184187
- You do not need to enable adb debugging on the phone (only on the watch). Disable adb debugging on the Phone.
185188
- Make sure you are connecting to your local network where phone and watch can see each other (do not use your Wi-Fi guest network to connect).
186-
- For GW7 you need to install using Wear Installer as it gives you the option to select the AAPS(Custom) watchface on installation.
189+
- For GW7 you need to install using Wear Installer 2 as it gives you the option to select the AAPS (Custom) watchface on installation.
187190
- Make sure both watch and phone are on the same network and Wi-Fi device. Especially Wi-Fi repeaters or access points may create problems.
188191
- Make sure to be near your main router, then restart both phone and watch.
189192

docs/EN/images/wearos/ADB03.png

45.2 KB
Loading

0 commit comments

Comments
 (0)