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/zh_TW/WearOS/WearOsSmartwatch.md
+34-34Lines changed: 34 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ a) 使用 USB 傳輸線將 **AAPS** wear apk 檔案放入手機,然後將其
76
76
b) 從 Android Studio 將 Wear.apk 剪切並粘貼到你的 Gdrive 中。
77
77
78
78
79
-
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
### Use Easy Fire tools to side-load the **AAPS**wear on the watch
98
+
### 使用 Easy Fire Tools 將 **AAPS**Wear 側載到手錶上
99
99
100
-
1) Download _[Easy Fire Tools](https://play.google.com/store/apps/details?id=de.agondev.easyfiretools&hl=en)_ from the Play Store onto phone
100
+
1)從 Play 商店在手機上下載 _[Easy Fire Tools](https://play.google.com/store/apps/details?id=de.agondev.easyfiretools&hl=en)_
101
101
102
102

103
103
104
-
2) Make yourself a developer in the watch (once set up and connected to phone):
104
+
2)將自己設為手錶的開發者(設置完成並連線到手機後):
105
105
106
-
Go to settings >about watch (bottom option) -> software info -> software version.
106
+
前往 設定 > 關於手錶(最下方選項) -> 軟體資訊 -> 軟體版本。
107
107
108
108

109
109
110
110
快速點擊“軟體版本”,直到出現通知,告知手錶現在處於“開發者模式”。
111
111
112
112

113
113
114
-
Return to the top of settings menu, scroll to the bottom and see “developer options” below “about watch”.
114
+
回到設定選單頂端,捲動至底部,在「關於手錶」下方可看到「開發人員選項」。
115
115
116
-
在“開發者選項”中,打開“ADB 調試”和“無線調試”。 後者將顯示手錶的 IP 地址,其最後兩位數字每次與新手機配對時都會改變。 It will be something like: **192.168.1.214**.5555 (ignore the last 4 digits). 請注意,每次將 AAPS 切換到新手機時,這個地址的最後兩位數字(這裡為“20”)將發生變化。
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).
120
+
步驟 3) 將 IP 地址 _例如_**192.168.1.214**輸入手機上的 Easy Fire tools(進入左側的漢堡選單,設置並輸入 IP 地址)。
121
121
122
122

123
123
124
-
然後點擊右上角的插頭圖示。 It will turn green when connected.
124
+
然後點擊右上角的插頭圖示。 連線後會變成綠色。
125
125
126
126

127
127
128
128
129
-
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
+
步驟 4)依照 [這裡](https://wearablestouse.com/blog/2022/01/04/install-apps-apk-samsung-galaxy-watch-4/?utm_content=cmp-true)的說明,使用 Easy Fire Tools 將 aaps-wear.apk 側載(亦即傳輸)到智慧型手錶上
130
130
131
131
132
132

133
133
134
134
135
135
(BuildingAapsWearOs-WearOS5-TShoot)=
136
136
137
-
### Using the terminal
138
-
Connect your smartwatch and computer to the same Wi-Fi network.
137
+
### 使用終端機
138
+
將你的智慧型手錶與電腦連接到同一個 Wi-Fi 網路。
139
139
140
-
-To install ADB download it from:https://developer.android.com/tools/releases/platform-tools
141
-
-Open a terminal.
142
-
-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"`
143
-
-For Mac instead of installing manually you can use homebrew:`brew install android-platform-tools`
-在 Windows 中,於磁碟機 `C:` 底下建立名為 `adb` 的新資料夾。 開啟你在上方下載的`platform-tools-latest-windows.zip`檔案。 將 `platform-tools`內的所有檔案複製到`C:\adb`,並以命令提示字元開啟此資料夾(在資料夾按右鍵並選擇 Open in Terminal)。 輸入下列指令,將路徑指向 ADB 所在的資料夾:`setx PATH "%PATH%;C:\adb"`
143
+
-在 Mac 上,你可以改用 Homebrew,而非手動安裝:`brew install android-platform-tools`
144
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**
145
+
在手錶上:
146
+
-前往 設定 → 關於手錶 → **軟體資訊**
147
+
-連點 軟體版本 7 次,直到看到已啟用開發人員模式。
148
+
-前往 設定 → 開發人員選項。 啟用 **ADB 偵錯**
149
+
-前往 設定 → 開發人員選項 → 無線偵錯 → **配對新裝置**
150
150
151
-
You will see a Wi-Fi paring code and IP address and port appearing:
151
+
你會看到顯示 Wi‑Fi 配對代碼以及 IP 位址與連接埠:
152
152
153
-
-In the terminal: `adb pair ipaddress:port`E.g.`adb pair 10.10.1.125:36299`
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:36299 [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:36299 offline`<br> `adb-RFAW20LMKJY-eh5zBj._adb-tls-connect._tcp device`<br>
-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