Skip to content

Commit 9cd344b

Browse files
committed
New translations wearossmartwatch.md (Dutch)
1 parent 50e1e51 commit 9cd344b

1 file changed

Lines changed: 35 additions & 13 deletions

File tree

docs/CROWDIN/nl/WearOS/WearOsSmartwatch.md

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ a) using a USB cable to put the **AAPS** wear apk file onto the phone, and then
7777
b) cut and paste Wear.apk from Android Studio onto your Gdrive.
7878

7979

80-
You can use either Wear 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
8181

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
8383

8484
![image](../images/43577a66-f762-4c11-a3b3-4d6d704d26c7.png)
8585

@@ -96,25 +96,23 @@ As mentioned in the video, once complete, switch ADB debugging off on the watch,
9696

9797
Alternatively, but not for Wear OS 5, you can:
9898

99-
```{admonition} Use Easy Fire tools to side-load the **AAPS** wear on the watch
100-
:class: dropdown
99+
### Use Easy Fire tools to side-load the **AAPS** wear on the watch
101100

102-
1) Download _Easy Fire Tools_ from playstore onto phone
101+
1) Download _Easy Fire Tools_ from playstore onto phone
103102

104103
![image](../images/81ceb8f3-dfa6-468b-b9d0-c31b885bc104.png)
105104

106-
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):
107106

108-
Go to settings >about watch (bottom option) >- software info > software version.
107+
Go to settings >about watch (bottom option) >- software info > software version.
109108

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”.
112110

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.
114112

115113
![24-10-23, watch ADB debug pic](../images/643f4e8b-09f3-4a8d-8277-76b1839a5c3a.png)
116114

117-
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.
118116

119117
![image](../images/b927041f-cc53-4cde-9f77-11cd517c9be0.png)
120118

@@ -124,7 +122,7 @@ STEP 3) Enter IP address _e.g._ **167.177.0.20** into Easy Fire tools on the
124122

125123
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
126124

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:
128126

129127
![image](../images/d1bc4c9d-d5ef-4402-a9a2-a51ed242eff3.png)
130128

@@ -134,10 +132,34 @@ Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the
134132

135133
![image](../images/2c398a34-b865-4aa1-9c53-d83dfef052a7.png)
136134

137-
```
138135

139136
(BuildingAapsWearOs-WearOS5-TShoot)=
140137

138+
### Using the terminal
139+
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+
<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" />
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+
141163
### General troubleshooting recommendations for Wear OS 5
142164

143165
- Do not use Wi-Fi Tethering. That won't work.

0 commit comments

Comments
 (0)