You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CROWDIN/nl/WearOS/WearOsSmartwatch.md
+35-13Lines changed: 35 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,9 @@ a) using a USB cable to put the **AAPS** wear apk file onto the phone, and then
77
77
b) cut and paste Wear.apk from Android Studio onto your Gdrive.
78
78
79
79
80
-
You can use eitherWear Installer 2 or Easy Fire tools to side-load AAPS onto the watch. Here we recommend Wear Installer 2, because the instructions and process in the video are so clear and well-explained.
80
+
To side-load AAPS onto the watch You can use either: 1) Wear Installer 2 2) Easy Fire tools 3) Android Debug Bridge (ADB) Here we recommend Wear Installer 2, because the instructions and process in the video are so clear and well-explained. If Wear Installer 2 does not work for you try via
81
81
82
-
## Using Wear Installer 2 to side-load **AAPS** Wear from the phone onto the watch
82
+
###Using Wear Installer 2 to side-load **AAPS** Wear from the phone onto the watch
2) Make yourself a developer in the watch (once set up and connected to phone):
105
+
2) Make yourself a developer in the watch (once set up and connected to phone):
107
106
108
-
Go to settings >about watch (bottom option) >- software info > software version.
107
+
Go to settings >about watch (bottom option) >- software info > software version.
109
108
110
-
Rapidly tap on “ software version” until a notification appears that the watch is now in "developer mode". Return to the top of settings menu, scroll to the bottom
111
-
and see “developer options” below “about watch”.
109
+
Rapidly tap on “ software version” until a notification appears that the watch is now in "developer mode". Return to the top of settings menu, scroll to the bottom and see “developer options” below “about watch”.
112
110
113
-
In “developer options”, turn on “ADB debugging” and “wireless debugging”. The latter option then reveals the IP address of the watch, the final two digits of which changes each time the watch is paired with a new phone. It will be something like: **167.177.0.20.** 5555 (ignore the last 4 digits). Note that the last two digits (here, “20”) of this address will change every time you change to a new phone handset for AAPS.
111
+
In “developer options”, turn on “ADB debugging” and “wireless debugging”. The latter option then reveals the IP address of the watch, the final two digits of which changes each time the watch is paired with a new phone. It will be something like: **167.177.0.20.** 5555 (ignore the last 4 digits). Note that the last two digits (here, “20”) of this address will change every time you change to a new phone handset for AAPS.
STEP 3) Enter IP address _e.g._ **167.177.0.20** into Easy Fire tools on the phone (go into the left hamburger, settings and enter the IP address). Then click the plug socket icon on the top right.
115
+
STEP 3) Enter IP address _e.g._**167.177.0.20** into Easy Fire tools on the phone (go into the left hamburger, settings and enter the IP address). Then click the plug socket icon on the top right.
@@ -124,7 +122,7 @@ STEP 3) Enter IP address _e.g._ **167.177.0.20** into Easy Fire tools on the
124
122
125
123
STEP 4) Follow the instructions [here](https://wearablestouse.com/blog/2022/01/04/install-apps-apk-samsung-galaxy-watch-4/?utm_content=cmp-true) to side-load (i.e. transfer) Wear.apk onto the smartwatch using Easy Fire tools
126
124
127
-
Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the smartwatch:
125
+
Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the smartwatch:
Connect your smartwatch and computer to the same wifi network.
140
+
141
+
- To install ADB download it from: https://developer.android.com/tools/releases/platform-tools
142
+
- Open a terminal.
143
+
- After installation of ADB for windows set the path to the folder where ADB is located: `setx PATH "%PATH%;C:\platform-tools"`
144
+
- For Mac instead of installing manually you can use homebrew: `brew install android-platform-tools`
145
+
146
+
On the watch:
147
+
- Go to Settings → About watch → **Software Information**
148
+
- Tap Software version 7 times until you see Developer mode enabled.
149
+
- Go to Settings → Developer options. Enable **ADB debugging**
150
+
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
151
+
152
+
You will see a wifi pariing code and ipaddress and port appearing:
153
+
<imgwidth="689"height="400"alt="Screenshot 2025-12-21 at 17 46 42"src="https://github.com/user-attachments/assets/9b73869a-e4ca-47e6-9ac4-37ecc20182e1" />
154
+
- In the terminal: `adb pair ipaddress:port` E.g. `adb pair 10.10.1.125:36443`
155
+
- You will be asked for the pairing code. Enter it.
156
+
- You will see a response:<br> `Successfully paired to 10.10.1.125:36443 [guid=adb-RXXXW20LMKJY-eh5zBj]`<br>
157
+
- In the terminal type: <br>`adb devices`.<br> You should see something like:<br> `List of devices attached`<br> `10.10.1.125:45559 offline`<br> `adb-RFAW20LMKJY-eh5zBj._adb-tls-connect._tcp device`<br>
158
+
159
+
- Now go to the folder on your computer where the Wear apk is and type<br> `adb install wear-full.apk` <br>with wear.apk replaced by the name of your apk file.
160
+
- You will see:<br> `Performing Streamed Install`<br> `Success`
161
+
162
+
141
163
### General troubleshooting recommendations for Wear OS 5
0 commit comments