Some watch face projects for Samsung Watch Face Studio.
In short, this is a collection of watch faces I created for my own watches, tailored to my specific functional requirements. They have been personally tested over a long time on the Mobvoi TicWatch Pro 3 GPS and Mobvoi TicWatch Pro 5 Enduro (thanks to Mobvoi for the unique dual-display system with an FSTN display, just like on the good old Casios).
ColdBoot_3.5.wfs— a ColdBoot variant for the TicWatch Pro 3 (Wear OS 3.5).ColdBoot_4.0.wfs— a ColdBoot variant for the TicWatch Pro 5 (Wear OS 4).MechanicalBoot.wfs— a mechanical ColdBoot variant, not ready yet.
- Open the desired
.wfsfile in Samsung Watch Face Studio. - Use the application's preview and build tools for the target device.
- Build artifacts are generated locally and are not stored in Git.
-
On your watch, open
Developer options->Wireless debugging. -
Select
Pair new device. -
For pairing, use the
IP:portshown on the pairing screen:
C:\android_sdk\platform-tools\adb.exe pair IP:PAIRING_PORT-
Enter the pairing code displayed on the watch.
-
After the
Successfully pairedmessage appears, connect to the debugging port:
C:\android_sdk\platform-tools\adb.exe connect IP:DEBUG_PORT- Verify the connection:
C:\android_sdk\platform-tools\adb.exe devices -l- A
.wfsfile is a standalone project archive. No unzip needed. - Use the port shown on the pairing-code screen with
adb pair. - Use the debugging port with
adb connect. - If the pairing-code screen has been closed, the previous pairing code and pairing port is obsolete now. Try again.
- Once the watch has been paired, only
adb connect IP:DEBUG_PORTis needed (until you select the option to forget the paired device). - Samsung Watch Face Studio 1.7.13 or later is required.
- All of these projects may be changed at any time.