Skip to content

Commit 53fd432

Browse files
authored
Merge pull request #2541 from openaps/l10n_master
New Crowdin updates
2 parents 1375d13 + e369ee9 commit 53fd432

144 files changed

Lines changed: 414 additions & 414 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/CROWDIN/cs/WearOS/WearOsSmartwatch.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -98,49 +98,49 @@ Alternatively, but not for Wear OS 5, you can:
9898

9999
### Use Easy Fire tools to side-load the **AAPS** wear on the watch
100100

101-
1) Download _Easy Fire Tools_ from playstore onto phone
101+
1) Download _[Easy Fire Tools](https://play.google.com/store/apps/details?id=de.agondev.easyfiretools&hl=en)_ from the Play Store onto phone
102102

103-
![image](../images/81ceb8f3-dfa6-468b-b9d0-c31b885bc104.png)
103+
![image](../images/wearos/easyfire01.png)
104104

105105
2) Make yourself a developer in the watch (once set up and connected to phone):
106106

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

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”.
109+
![image](../images/wearos/easyfire02.png)
110110

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.
111+
Rapidly tap on “ software version” until a notification appears that the watch is now in "developer mode".
112112

113-
![24-10-23, watch ADB debug pic](../images/643f4e8b-09f3-4a8d-8277-76b1839a5c3a.png)
113+
![image](../images/wearos/easyfire03.png)
114114

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.
115+
Return to the top of settings menu, scroll to the bottom and see “developer options” below “about watch”.
116116

117-
![image](../images/b927041f-cc53-4cde-9f77-11cd517c9be0.png)
117+
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: **192.168.1.214**.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.
118118

119+
![image](../images/wearos/easyfire04.png)
119120

120-
![image](../images/00b2fb8b-5996-4b71-894e-516d63469e1b.png)
121+
STEP 3) Enter IP address _e.g._ **192.168.1.214** into Easy Fire tools on the phone (go into the left hamburger, settings and enter the IP address).
121122

123+
![image](../images/wearos/easyfire05.png)
122124

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
125+
Then click the plug socket icon on the top right. It will turn green when connected.
124126

125-
Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the smartwatch:
127+
![image](../images/wearos/easyfire06.png)
126128

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

130+
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) aaps-wear.apk onto the smartwatch using Easy Fire tools
129131

130-
Next step > accept the authorisation request on the smartwatch
131132

132-
133-
![image](../images/2c398a34-b865-4aa1-9c53-d83dfef052a7.png)
133+
![image](../images/wearos/easyfire07.png)
134134

135135

136136
(BuildingAapsWearOs-WearOS5-TShoot)=
137137

138138
### Using the terminal
139-
Connect your smartwatch and computer to the same wifi network.
139+
Connect your smartwatch and computer to the same Wi-Fi network.
140140

141141
- To install ADB download it from: https://developer.android.com/tools/releases/platform-tools
142142
- 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"`
143+
- For Windows, create a new folder named `adb` under your disk `C:`. Open the `platform-tools-latest-windows.zip` file you downloaded above. Copy all files inside `platform-tools` to `C:\adb` and open this folder with a command prompt (right click and Open in Terminal). Type the command below to set the path to the folder where ADB is located: `setx PATH "%PATH%;C:\adb"`
144144
- For Mac instead of installing manually you can use homebrew: `brew install android-platform-tools`
145145

146146
On the watch:
@@ -149,12 +149,12 @@ On the watch:
149149
- Go to Settings → Developer options. Enable **ADB debugging**
150150
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
151151

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`
152+
You will see a Wi-Fi paring code and IP address and port appearing: ![image](../images/wearos/ADB03.png)
153+
154+
- In the terminal: `adb pair ipaddress:port` E.g. `adb pair 10.10.1.125:36299`
155155
- 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>
156+
- You will see a response:<br> `Successfully paired to 10.10.1.125:36299 [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:36299 offline`<br> `adb-RFAW20LMKJY-eh5zBj._adb-tls-connect._tcp device`<br>
158158

159159
- 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.
160160
- You will see:<br> `Performing Streamed Install`<br> `Success`
@@ -165,7 +165,7 @@ You will see a wifi pariing code and ipaddress and port appearing:
165165
- Do not use Wi-Fi Tethering. That won't work.
166166
- You do not need to enable adb debugging on the phone (only on the watch). Disable adb debugging on the Phone.
167167
- 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).
168-
- For GW7 you need to install using Wear Installer as it gives you the option to select the AAPS(Custom) watchface on installation.
168+
- For GW7 you need to install using Wear Installer 2 as it gives you the option to select the AAPS (Custom) watchface on installation.
169169
- 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.
170170
- Make sure to be near your main router, then restart both phone and watch.
171171

45.2 KB
Loading
27.3 KB
Loading
14.4 KB
Loading
84.9 KB
Loading
62.3 KB
Loading
16.2 KB
Loading
113 KB
Loading

docs/CROWDIN/de/WearOS/WearOsSmartwatch.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -98,49 +98,49 @@ Alternativ, allerdings nicht für Wear OS 5, kannst Du:
9898

9999
### Use Easy Fire tools to side-load the **AAPS** wear on the watch
100100

101-
1) Download _Easy Fire Tools_ from playstore onto phone
101+
1) Download _[Easy Fire Tools](https://play.google.com/store/apps/details?id=de.agondev.easyfiretools&hl=en)_ from the Play Store onto phone
102102

103-
![grafik](../images/81ceb8f3-dfa6-468b-b9d0-c31b885bc104.png)
103+
![grafik](../images/wearos/easyfire01.png)
104104

105105
2) Make yourself a developer in the watch (once set up and connected to phone):
106106

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

109-
Tippe schnell so lange auf "Softwareversion", bis eine Benachrichtigung erscheint, die besagt, dass die Smartwatch nun im "Entwicklermodus" ist. Kehre zum oberen Teil des Einstellungsmenüs zurück, scrolle nach unten zum Punkt „Entwickleroptionen“ unter „Info zur Uhr“.
109+
![grafik](../images/wearos/easyfire02.png)
110110

111-
In den „Entwickleroptionen“ aktiviere das „ADB Debugging“ und „Über Bluetooth debuggen“. Die letzte Option zeigt dann die IP-Adresse der Smartwatch. Die letzten beiden Ziffern ändern sich jedesmal mit dem Koppelungsvorgang zu einem neuen Smartphone. It will be something like: **167.177.0.20.** 5555 (ignore the last 4 digits). Beachte, dass sich die letzten beiden Ziffern (hier, „20“) dieser Adresse mit jedem neuen AAPS Smartphone ändern.
111+
Tippe schnell so lange auf "Softwareversion", bis eine Benachrichtigung erscheint, die besagt, dass die Smartwatch nun im "Entwicklermodus" ist.
112112

113-
![24-10-23, watch ADB debug pic](../images/643f4e8b-09f3-4a8d-8277-76b1839a5c3a.png)
113+
![grafik](../images/wearos/easyfire03.png)
114114

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). Klicke dann auf das plug socket Icon oben rechts.
115+
Return to the top of settings menu, scroll to the bottom and see “developer options” below “about watch”.
116116

117-
![grafik](../images/b927041f-cc53-4cde-9f77-11cd517c9be0.png)
117+
In den „Entwickleroptionen“ aktiviere das „ADB Debugging“ und „Über Bluetooth debuggen“. Die letzte Option zeigt dann die IP-Adresse der Smartwatch. Die letzten beiden Ziffern ändern sich jedesmal mit dem Koppelungsvorgang zu einem neuen Smartphone. It will be something like: **192.168.1.214**.5555 (ignore the last 4 digits). Beachte, dass sich die letzten beiden Ziffern (hier, „20“) dieser Adresse mit jedem neuen AAPS Smartphone ändern.
118118

119+
![grafik](../images/wearos/easyfire04.png)
119120

120-
![grafik](../images/00b2fb8b-5996-4b71-894e-516d63469e1b.png)
121+
STEP 3) Enter IP address _e.g._ **192.168.1.214** into Easy Fire tools on the phone (go into the left hamburger, settings and enter the IP address).
121122

123+
![grafik](../images/wearos/easyfire05.png)
122124

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
125+
Klicke dann auf das plug socket Icon oben rechts. It will turn green when connected.
124126

125-
Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the smartwatch:
127+
![grafik](../images/wearos/easyfire06.png)
126128

127-
![grafik](../images/d1bc4c9d-d5ef-4402-a9a2-a51ed242eff3.png)
128129

130+
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) aaps-wear.apk onto the smartwatch using Easy Fire tools
129131

130-
Next step > accept the authorisation request on the smartwatch
131132

132-
133-
![grafik](../images/2c398a34-b865-4aa1-9c53-d83dfef052a7.png)
133+
![grafik](../images/wearos/easyfire07.png)
134134

135135

136136
(BuildingAapsWearOs-WearOS5-TShoot)=
137137

138138
### Using the terminal
139-
Connect your smartwatch and computer to the same wifi network.
139+
Connect your smartwatch and computer to the same Wi-Fi network.
140140

141141
- To install ADB download it from: https://developer.android.com/tools/releases/platform-tools
142142
- 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"`
143+
- For Windows, create a new folder named `adb` under your disk `C:`. Open the `platform-tools-latest-windows.zip` file you downloaded above. Copy all files inside `platform-tools` to `C:\adb` and open this folder with a command prompt (right click and Open in Terminal). Type the command below to set the path to the folder where ADB is located: `setx PATH "%PATH%;C:\adb"`
144144
- For Mac instead of installing manually you can use homebrew: `brew install android-platform-tools`
145145

146146
On the watch:
@@ -149,12 +149,12 @@ On the watch:
149149
- Go to Settings → Developer options. Enable **ADB debugging**
150150
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
151151

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`
152+
You will see a Wi-Fi paring code and IP address and port appearing: ![grafik](../images/wearos/ADB03.png)
153+
154+
- In the terminal: `adb pair ipaddress:port` E.g. `adb pair 10.10.1.125:36299`
155155
- 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>
156+
- You will see a response:<br> `Successfully paired to 10.10.1.125:36299 [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:36299 offline`<br> `adb-RFAW20LMKJY-eh5zBj._adb-tls-connect._tcp device`<br>
158158

159159
- 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.
160160
- You will see:<br> `Performing Streamed Install`<br> `Success`
@@ -165,7 +165,7 @@ You will see a wifi pariing code and ipaddress and port appearing:
165165
- WLAN Tethering nicht verwenden. Das wird nicht funktionieren.
166166
- ADB-Debugging muss nicht auf dem Smartphone aktiviert werden (nur auf der Smartwatch). Deaktiviere das ADB Debugging auf dem Smartphone.
167167
- Achte darauf, dass Du Dich mit Deinem lokalen Netzwerk verbindest, in dem sich das Smartphone und die Smartwatch gegenseitig „sehen“ können (verwende nicht Dein WLAN-Gästenetzwerk).
168-
- Für die Galaxy Watch 7 musst Du den Wear Installer verwenden, da dieser Dir die Möglichkeit gibt das „AAPS(Custom)“-Zifferblatt bei der Installation auszuwählen.
168+
- For GW7 you need to install using Wear Installer 2 as it gives you the option to select the AAPS (Custom) watchface on installation.
169169
- Achte darauf, dass sowohl die Smartwatch als auch das Smartphone im gleichen Netzwerk und auf dem gleichen WLAN-Gerät sind. Insbesondere WLAN-Repeater oder Access Points können Probleme verursachen.
170170
- Achte darauf, dass Du in der Nähe des Haupt-Routers bist, und starte dann Smartphone und Smartwatch neu.
171171

45.2 KB
Loading

0 commit comments

Comments
 (0)