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
2) Make yourself a developer in the watch (once set up and connected to phone):
106
106
107
-
Go to settings >about watch (bottom option) >- software info > software version.
107
+
Go to settings >about watch (bottom option) -> software info -> software version.
108
108
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
+

110
110
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 watchis now in "developer mode".
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”.
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.
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).
121
122
123
+

122
124
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.
124
126
125
-
Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the smartwatch:
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
129
131
130
-
Next step > accept the authorisation request on the smartwatch
Connect your smartwatch and computer to the same wifi network.
139
+
Connect your smartwatch and computer to the same Wi-Fi network.
140
140
141
141
- To install ADB download it from: https://developer.android.com/tools/releases/platform-tools
142
142
- Open a terminal.
143
-
-After installation of ADB for windowsset 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"`
144
144
- For Mac instead of installing manually you can use homebrew: `brew install android-platform-tools`
145
145
146
146
On the watch:
@@ -149,12 +149,12 @@ On the watch:
149
149
- Go to Settings → Developer options. Enable **ADB debugging**
150
150
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
151
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`
152
+
You will see a Wi-Fi paring code and IP address and port appearing:
153
+
154
+
- In the terminal: `adb pair ipaddress:port` E.g. `adb pair 10.10.1.125:36299`
155
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>
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>
158
158
159
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
160
- 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:
165
165
- Do not use Wi-Fi Tethering. That won't work.
166
166
- You do not need to enable adb debugging on the phone (only on the watch). Disable adb debugging on the Phone.
167
167
- 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.
169
169
- 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.
170
170
- Make sure to be near your main router, then restart both phone and watch.
2) Make yourself a developer in the watch (once set up and connected to phone):
106
106
107
-
Go to settings >about watch (bottom option) >- software info > software version.
107
+
Go to settings >about watch (bottom option) -> software info -> software version.
108
108
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
+

110
110
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.
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”.
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.
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).
121
122
123
+

122
124
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.
124
126
125
-
Click side "plug-in" socket in the app, in order to upload Wear OS.apk onto the smartwatch:
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
129
131
130
-
Next step > accept the authorisation request on the smartwatch
Connect your smartwatch and computer to the same wifi network.
139
+
Connect your smartwatch and computer to the same Wi-Fi network.
140
140
141
141
- To install ADB download it from: https://developer.android.com/tools/releases/platform-tools
142
142
- Open a terminal.
143
-
-After installation of ADB for windowsset 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"`
144
144
- For Mac instead of installing manually you can use homebrew: `brew install android-platform-tools`
145
145
146
146
On the watch:
@@ -149,12 +149,12 @@ On the watch:
149
149
- Go to Settings → Developer options. Enable **ADB debugging**
150
150
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
151
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`
152
+
You will see a Wi-Fi paring code and IP address and port appearing:
153
+
154
+
- In the terminal: `adb pair ipaddress:port` E.g. `adb pair 10.10.1.125:36299`
155
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>
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>
158
158
159
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
160
- 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:
165
165
- WLAN Tethering nicht verwenden. Das wird nicht funktionieren.
166
166
- ADB-Debugging muss nicht auf dem Smartphone aktiviert werden (nur auf der Smartwatch). Deaktiviere das ADB Debugging auf dem Smartphone.
167
167
- 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.
169
169
- 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.
170
170
- Achte darauf, dass Du in der Nähe des Haupt-Routers bist, und starte dann Smartphone und Smartwatch neu.
0 commit comments