Pesquisa resultou em 15 ocorrências
- 15 Fev 2019, 14:20
- Fórum: Closed topics
- Tópico: Watchface Help
- Respostas: 2
- Exibições: 828
Re: Watchface Help
Brilliant! Thank you so much for your help!
- 14 Fev 2019, 16:05
- Fórum: Closed topics
- Tópico: Watchface Help
- Respostas: 2
- Exibições: 828
Watchface Help
I'm experiencing some strange behavior on a new watchface. It's an edited version of xunning's PB face.
https://amazfitwatchfaces.com/bip/view/?id=20653
As you can see from the preview that Feb and July have a strange 0 stuck to the end. On the watch, it doesn't show those, but sometimes the step ...
https://amazfitwatchfaces.com/bip/view/?id=20653
As you can see from the preview that Feb and July have a strange 0 stuck to the end. On the watch, it doesn't show those, but sometimes the step ...
- 08 Nov 2018, 22:12
- Fórum: Closed topics
- Tópico: Analog Hands Not Displaying (Again)
- Respostas: 2
- Exibições: 1410
Analog Hands Not Displaying (Again)
I designed a new watchface that works in the Watchface Editor but the hands don't display when it's loaded on my Bip. I made sure that the hands don't use more than 12 points (which was my problem last time). I've pasted the code below. Any help would be appreciated.
{
"Background": {
"Image ...
{
"Background": {
"Image ...
- 08 Nov 2018, 16:29
- Fórum: Closed topics
- Tópico: Watch Faces with 12H, Miles, mm/dd, and Fahrenheit?
- Respostas: 15
- Exibições: 11880
Re: Watch Faces with 12H, Miles, mm/dd, and Fahrenheit?
Shameless Plug - https://amazfitwatchfaces.com/bip/view/?id=14171
12H, Km (watchfaces can't display miles) and F weather. Date is spelled out including week day.
12H, Km (watchfaces can't display miles) and F weather. Date is spelled out including week day.
- 08 Nov 2018, 15:32
- Fórum: Closed topics
- Tópico: Watchface with seconds counter
- Respostas: 14
- Exibições: 12897
Re: Watchface with seconds counter
You can try to decompile via Watchface.exe
Thank you. I was able to extract the watchface and user interface images and header.json, but no watchface json.
Follow-up question: if I updated the extracted user interface files like the Status, Activity or Weather icons or app icons, could I ...
- 06 Nov 2018, 19:19
- Fórum: Closed topics
- Tópico: Hide Elements When Locked
- Respostas: 2
- Exibições: 1535
Re: Hide Elements When Locked
It looks like the only way to do this is to make the icons black against a white background when unlocked and then cover the white background with a black lock image when locked. The icons are still above the lock image, they're just black on black.
I've implemented it in a version of my watchface ...
I've implemented it in a version of my watchface ...
- 06 Nov 2018, 15:06
- Fórum: Closed topics
- Tópico: Watchface with seconds counter
- Respostas: 14
- Exibições: 12897
Re: Watchface with seconds counter
So, we could try to hide the seconds pointer but it would still be draining lots of battery.
The only way to solve this is to put our hand on the original watch face json file and study how it manages to show the seconds only when unlocked.
Does anyone know where I could find the original ...
- 06 Nov 2018, 15:05
- Fórum: Closed topics
- Tópico: Watchface with seconds counter
- Respostas: 14
- Exibições: 12897
Re: Watchface with seconds counter
So, we could try to hide the seconds pointer but it would still be draining lots of battery.
The only way to solve this is to put our hand on the original watch face json file and study how it manages to show the seconds only when unlocked.
Does anyone know where I could find the original ...
- 06 Nov 2018, 14:49
- Fórum: Closed topics
- Tópico: Hide Elements When Locked
- Respostas: 2
- Exibições: 1535
Hide Elements When Locked
I'm trying to hide elements when the lock is enabled. I use a large black image with a hole that is supposed to cover the everything but the time. In the watchface editor it works correctly, but when I put it on my Bip, the temperature value, battery and temperature icon are still shown. I've pasted ...
- 23 Out 2018, 13:40
- Fórum: Closed topics
- Tópico: Watchface with seconds counter
- Respostas: 14
- Exibições: 12897
Re: Watchface with seconds counter
So, we could try to hide the seconds pointer but it would still be draining lots of battery.
The only way to solve this is to put our hand on the original watch face json file and study how it manages to show the seconds only when unlocked.
Does anyone know where I could find the original ...
- 22 Out 2018, 16:38
- Fórum: Closed topics
- Tópico: Analog hands not displaying
- Respostas: 7
- Exibições: 4856
- 22 Out 2018, 14:50
- Fórum: Closed topics
- Tópico: Analog hands not displaying
- Respostas: 7
- Exibições: 4856
Re: Analog hands not displaying
Thanks for your help TXK, that works!
- 22 Out 2018, 12:56
- Fórum: Closed topics
- Tópico: Analog hands not displaying
- Respostas: 7
- Exibições: 4856
Re: Analog hands not displaying
I'm not sure what you mean by this? The hands are on the top, that's why I created the hour hand like a mask.
- 19 Out 2018, 19:38
- Fórum: Closed topics
- Tópico: Analog hands not displaying
- Respostas: 7
- Exibições: 4856
Analog hands not displaying
I've created a unique analog watch face where the hours hand is actually a mask for the numbers which are only visible when the hand crosses over the number.
https://i.postimg.cc/SQgVT1X9/Analog-packed-animated.gif
The way this works, is the hour hand starts outside the screen, covers the entire ...
https://i.postimg.cc/SQgVT1X9/Analog-packed-animated.gif
The way this works, is the hour hand starts outside the screen, covers the entire ...
- 03 Out 2018, 14:50
- Fórum: Closed topics
- Tópico: Watchface designer issue
- Respostas: 21
- Exibições: 7778
Re: Watchface designer issue
Two things that might help.
1) Make sure the .json doesn't reference images that don't exist.
2) You can get more details if you compile the watchface by opening a command prompt and typing watchface.exe nameofface.json
1) Make sure the .json doesn't reference images that don't exist.
2) You can get more details if you compile the watchface by opening a command prompt and typing watchface.exe nameofface.json