Looks like [SC] tag in our watch faces doesn’t work good on Pixel Watch.
[SC] tag works fine for steps below 1000 (0 - 999)
When steps count is higher (> 1000), Pixel watch reports value divided by 1000
2500 steps = 2.5
Looks like [SC] tag is not able to recognize this value and shows 25 steps.
Maybe [SC] tag is able to read only numerical characters? (0123456789)
2.5 = 25
I’m just reporting that on Pixel Watch, [SC] tag doesn’t show steps count greater than 999 properly. Looks like the watch face is pulling 2,3 K steps instead of 2259 (maybe pixel watch default reporting is set to thousands in decimal). WFS [SC] tag somehow does not know how to interpret 2,3 (2.3) and shows it without comma (dot)
Hi all,
it is difficult to answer it because we don’t yet have the opportunity to use the Pixel watch in our hands.
We will figure out what we can do on the Pixel Watch after hands-on.
Can confirm, also - small correction, not working [SC] tag on Fossil Gen 6 with Wear OS 3.2 is not a WFS issue. Fossil most probably forgot to properly set Wellness app as a default system steps provider. I’ve already contacted Fossil support. Here is their answer:
Fossil will probably have to update the whole Wear OS system once again. This may take a long time…
Hi @sinjae
It looks like this was partially fixed. For steps count lower than 10000, Pixel Watch is now reporting correct values = 6500 == 6500. For step count value >= 10000, problem is still present. 15500 = 15.5 K
Our [SC] and [SC_PER] tags therefore work correctly only when the number of steps is lower than 10000
I believed it was enough to rebuild watch faces with WFS 1.3.12 (as it uses newer libraries) but looks like it’s still not enough. Some users are reporting this issue even when using watch faces created with WFS 1.3.12
@Matteo_Dini, thanks for confirming previous one.
Don’t you get similar emails about AOD on Pixel Watch? Would you be able to look at it?
WFS supports to use the latest jetpack watch face library.
I didn’t know about this problem, but according to the issue tracker’s thread, pixel watch will be fixed soon,
so we’ll have to wait and see how it’s modified.