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
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
80
80
81
-
##使用 Wear Installer 2 將 **AAPS** Wear 從手機側載到手錶上
81
+
### Using Wear Installer 2 to side-load **AAPS** Wear from the phone onto the watch
在“開發者選項”中,打開“ADB 調試”和“無線調試”。 後者將顯示手錶的 IP 地址,其最後兩位數字每次與新手機配對時都會改變。 他會像是:**167.177.0.20.** 5555(忽略最後4位數)。 請注意,每次將 AAPS 切換到新手機時,這個地址的最後兩位數字(這裡為“20”)將發生變化。
110
+
在“開發者選項”中,打開“ADB 調試”和“無線調試”。 後者將顯示手錶的 IP 地址,其最後兩位數字每次與新手機配對時都會改變。 It will be something like: **167.177.0.20.** 5555 (ignore the last 4 digits). 請注意,每次將 AAPS 切換到新手機時,這個地址的最後兩位數字(這裡為“20”)將發生變化。
步驟 3) 在手機上的 Easy Fire Tools 中輸入 IP 位址,例如: **167.177.0.20** (進入左側選單,設定並輸入 IP 位址)。 然後點擊右上角的插頭圖示。
114
+
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). 然後點擊右上角的插頭圖示。
步驟 4) 請按照[這裡](https://wearablestouse.com/blog/2022/01/04/install-apps-apk-samsung-galaxy-watch-4/?utm_content=cmp-true)的指示,使用 Easy Fire 工具將 Wear.apk 透過側載(即傳輸)到手錶上
122
+
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
124
123
125
-
點擊應用中的側 "外掛" 插孔,以將 Wear OS.apk 上傳到手錶:
124
+
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.
139
+
140
+
- To install ADB download it from: https://developer.android.com/tools/releases/platform-tools
141
+
- Open a terminal.
142
+
- After installation of ADB for windows set the path to the folder where ADB is located: `setx PATH "%PATH%;C:\platform-tools"`
143
+
- For Mac instead of installing manually you can use homebrew: `brew install android-platform-tools`
144
+
145
+
On the watch:
146
+
- Go to Settings → About watch → **Software Information**
147
+
- Tap Software version 7 times until you see Developer mode enabled.
148
+
- Go to Settings → Developer options. Enable **ADB debugging**
149
+
- Go to Settings → Developer options → Wireless debugging → **Pair new device**
150
+
151
+
You will see a wifi pariing code and ipaddress and port appearing:
152
+
<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" />
153
+
- In the terminal: `adb pair ipaddress:port` E.g. `adb pair 10.10.1.125:36443`
154
+
- You will be asked for the pairing code. Enter it.
155
+
- You will see a response:<br> `Successfully paired to 10.10.1.125:36443 [guid=adb-RXXXW20LMKJY-eh5zBj]`<br>
156
+
- 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>
157
+
158
+
- 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.
159
+
- You will see:<br> `Performing Streamed Install`<br> `Success`
0 commit comments