Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchfaces

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).

Included WFS Projects

  • 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.

Working with the Projects

  1. Open the desired .wfs file in Samsung Watch Face Studio.
  2. Use the application's preview and build tools for the target device.
  3. Build artifacts are generated locally and are not stored in Git.

ADB via Wi-Fi

  1. On your watch, open Developer options -> Wireless debugging.

  2. Select Pair new device.

  3. For pairing, use the IP:port shown on the pairing screen:

C:\android_sdk\platform-tools\adb.exe pair IP:PAIRING_PORT
  1. Enter the pairing code displayed on the watch.

  2. After the Successfully paired message appears, connect to the debugging port:

C:\android_sdk\platform-tools\adb.exe connect IP:DEBUG_PORT
  1. Verify the connection:
C:\android_sdk\platform-tools\adb.exe devices -l

Important

  • A .wfs file 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_PORT is 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.

About

Watch face projects for Samsung Watch Face Studio

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors