Page 5 of 7
Re: Amazfit watchfaces Tool
Posted: 28 Aug 2019, 11:59
by devoice
devoice wrote: 28 Aug 2019, 10:11
afwafwafw wrote: 28 Aug 2019, 10:04
I'll check it out for "Retro Terminal" watchface.
For the 2 digits issue, I don't think I have a control in there too. I'm trying to blame watch maker - huami and/or xiaomi, not watchface makers.

anyway, I'll take a look this also.
The strange thing is that in the PNG images and in the GIF generated after the packaging there are not 2 digits before the separator (like 0.01 or 1.24), while there are in the watch face...This made me think that the problem was in the settings of your script
Ok, I found the problem in distance digits display, I'll give you some examples to make you understand:
Ig distance is 0.03 => it show 00.3
If distance is 0.15 => it show 00.15
If distance is 1.02 => it show 01.2
If distance is 1.25 => it show 01.25
I hope this helps to fix!
Re: Amazfit watchfaces Tool
Posted: 29 Aug 2019, 08:33
by SWCI
Hi, yesterday I bought the VERGE model (not the Lite model) for my wife, can I use the tool to create the watchface for the Verge model? thank you.
Re: Amazfit watchfaces Tool
Posted: 29 Aug 2019, 16:50
by afwafwafw
devoice wrote: 28 Aug 2019, 10:11
afwafwafw wrote: 28 Aug 2019, 10:04
I'll check it out for "Retro Terminal" watchface.
For the 2 digits issue, I don't think I have a control in there too. I'm trying to blame watch maker - huami and/or xiaomi, not watchface makers.

anyway, I'll take a look this also.
The strange thing is that in the PNG images and in the GIF generated after the packaging there are not 2 digits before the separator (like 0.01 or 1.24), while there are in the watch face...This made me think that the problem was in the settings of your script
As I don't have a GTR watch, I cannot do experiments for 2 digits issue by myself.
Can you do more experiments with .json and narrow it down?
I'm curious about other GTR WFs that showing distance have same issue.
My verge lite WFs with distance work as expected(no 2digits..).
Re: Amazfit watchfaces Tool
Posted: 29 Aug 2019, 18:22
by devoice
afwafwafw wrote: 29 Aug 2019, 16:50
devoice wrote: 28 Aug 2019, 10:11
afwafwafw wrote: 28 Aug 2019, 10:04
I'll check it out for "Retro Terminal" watchface.
For the 2 digits issue, I don't think I have a control in there too. I'm trying to blame watch maker - huami and/or xiaomi, not watchface makers.

anyway, I'll take a look this also.
The strange thing is that in the PNG images and in the GIF generated after the packaging there are not 2 digits before the separator (like 0.01 or 1.24), while there are in the watch face...This made me think that the problem was in the settings of your script
As I don't have a GTR watch, I cannot do experiments for 2 digits issue by myself.
Can you do more experiments with .json and narrow it down?
I'm curious about other GTR WFs that showing distance have same issue.
My verge lite WFs with distance work as expected(no 2digits..).
UPDATE
I’ve made some experiments, I can't fix the problems and the problems does not come from the json file but from export/packing tool.
Problem 1: We have always 2 digits before separator even if kilometers are less than 10, example 2 kilometers show 02.00
Problem 2: IF distance are less than hundreds meters it show only integer after separator without the zero before the number.
Example if total distance are 20 meters, GTR show 00.2 as if the meters were 200, but if we have at least 100 meters everithing seems ok => 00.20
Instead in the GIF everythings it's ok...
Please FIX!!
Re: Amazfit watchfaces Tool
Posted: 30 Aug 2019, 08:56
by XADE
Is the colour issue being resolved in this project for GTR? I've made 2 Rolex watches but it seems both are having colour issues, any word from the developer?
Re: Amazfit watchfaces Tool
Posted: 31 Aug 2019, 13:38
by PedroDelCargo
Same issue with weird colors and transparencies.
I would like to know how some can create watch faces without these color problems...
I would be happy to create and share my own faces.
Re: Amazfit watchfaces Tool
Posted: 01 Sep 2019, 06:31
by hall
PedroDelCargo wrote: 31 Aug 2019, 13:38
Same issue with weird colors and transparencies.
I would like to know how some can create watch faces without these color problems...
I would be happy to create and share my own faces.
seem today developer update to version 0.1.0.12. never tried it if it's fix the color. I think most of author use python tool which shared in this forum.
Re: Amazfit watchfaces Tool
Posted: 01 Sep 2019, 09:10
by PedroDelCargo
hall wrote: 01 Sep 2019, 06:31
PedroDelCargo wrote: 31 Aug 2019, 13:38
Same issue with weird colors and transparencies.
I would like to know how some can create watch faces without these color problems...
I would be happy to create and share my own faces.
seem today developer update to version 0.1.0.12. never tried it if it's fix the color. I think most of author use python tool which shared in this forum.
Thanks for your reply. I will try this new version. Let's hope it fixes the issue and if it does not, I will have a look at this Python tool.
Re: Amazfit watchfaces Tool
Posted: 01 Sep 2019, 11:16
by glenan
Hi
with AmazTool All 0.1.0.12 I have always color problem
Re: Amazfit watchfaces Tool
Posted: 01 Sep 2019, 11:37
by devoice
What’s new in 1.0.12?
Re: Amazfit watchfaces Tool
Posted: 02 Sep 2019, 02:50
by koolgao
Sigue sin poder ponerse el tiempo en las esferas y el Bluetooth . Se sabe para cuando se podrá hacer?
Re: Amazfit watchfaces Tool
Posted: 02 Sep 2019, 14:16
by Lyon
The Matrix wrote: 26 Aug 2019, 17:48
In my watchface, I'm trying to display date in format MMDD instead of DDMM.
To do that, I'm using this code:
Code: Select all
"Date": {
"MonthAndDay": {
"Separate": {
"Day": {
"TopLeftX": 233,
"TopLeftY": 79,
"BottomRightX": 254,
"BottomRightY": 94,
"Alignment": "TopLeft",
"Spacing": 1,
"ImageIndex": 13,
"ImagesCount": 10
},
"Month": {
"TopLeftX": 264,
"TopLeftY": 79,
"BottomRightX": 285,
"BottomRightY": 94,
"Alignment": "TopLeft",
"Spacing": 1,
"ImageIndex": 13,
"ImagesCount": 10
}
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
instead of this code
Code: Select all
"Date": {
"MonthAndDay": {
"OneLine": {
"Number": {
"TopLeftX": 233,
"TopLeftY": 79,
"BottomRightX": 285,
"BottomRightY": 94,
"Alignment": "BottomLeft",
"Spacing": 1,
"ImageIndex": 13,
"ImagesCount": 10
},
"DelimiterImageIndex": 32
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
But when I use the code that displays the month and day separated, the month and day are displayed at the same position and the digits are overlapped (see image).
Isn't possible to use the "Separate" modifier?
(Is there a way to obtain a list of the available modifiers?)
I have exactly the same issue, didnt find solution so far. Its OK on preview, wrong in watches.
Re: Amazfit watchfaces Tool
Posted: 02 Sep 2019, 14:37
by Arrimcx
same for me, the color problem is present with .12 version
Re: Amazfit watchfaces Tool
Posted: 02 Sep 2019, 15:34
by Felix.id
hello
why is AmazTool All tool version 0.1.0.12.zip still a color bug after packing?
I think it's still better AmazTool All tool version 0.1.0.11.zip, because in this version there is no color bug,
except for preview display on verge lite after packing
I tried to add the script distance to the json file, but after packing in the preview it doesn't show the distance on the watchface, to see the results you have to install watchface on the smartwatch first, and that's too much work
I hope this problem can be fixed in the next update
thanks
Re: Amazfit watchfaces Tool
Posted: 03 Sep 2019, 17:35
by Vinassif
helo everybody, great for the job. i tried download any face of Gtr to put in to the verge lite. I downloaded the face .bin and renamed to Verge.bin....unpacked and packed again with Verge.cmd but when put in the site and install not work, nothing happens in my verge lite...why ? whow can i download faces of Gtr and put in verge lite ? can you explain me ?
Re: Amazfit watchfaces Tool
Posted: 03 Sep 2019, 20:42
by glenan
Felix.id wrote: 02 Sep 2019, 15:34
hello
why is AmazTool All tool version 0.1.0.12.zip still a color bug after packing?
I think it's still better AmazTool All tool version 0.1.0.11.zip, because in this version there is no color bug,
except for preview display on verge lite after packing
I tried to add the script distance to the json file, but after packing in the preview it doesn't show the distance on the watchface, to see the results you have to install watchface on the smartwatch first, and that's too much work
I hope this problem can be fixed in the next update
thanks
Thanks a lot for your job.
I am waiting also for color problem solved but take your time.
Re: Amazfit watchfaces Tool
Posted: 03 Sep 2019, 23:30
by Vinassif
please i need to know how copy faces of Gtr to verge lite using amaztool...i try unpack and pack .bin of gtr faces to verge.bin but dont right....why?? please help me to post a faces to verge lite
Re: Amazfit watchfaces Tool
Posted: 05 Sep 2019, 15:52
by strokk
Hi all,
I would like to know if there is an easy way of getting an already created custom watchface for the GTR 47mm and just resizing it for the 42mm version ??
Can someone let me know if this is possible, and if so, how would this be done?
Thanks in advance
Re: Amazfit watchfaces Tool
Posted: 06 Sep 2019, 00:22
by peaceweapon
Hi, I can't create a BIN file now.... HELP!
I used [mention]Manelto[/mention]'s instructions before and managed to change the background of a WF to my needs with the Py Tool.
But, for some reason, when I create new images to replace those in a previously working file, when I try to pack it doesn't produce a new .bin file... Also, when I tried to change the week days to portuguese based on the same .bin file I had previously had success with, the same situation happened.
I've been using Amaztool for testing but not for packing because of the color issue. Bur still I tried to use de BIN file created by the AmazTool and it says it is invalid on the app. Also if I try to unpack the BIN file that AmazTools creates, the directory is almost empty with only a log that reads:
Code: Select all
2019-09-06 01:10:59,722 - root - DEBUG - Opening watch face 'C:\Users\(....)\PY TOOL MASTER\GTR_packed_test.bin'
2019-09-06 01:10:59,722 - root - DEBUG - Reading parameters...
2019-09-06 01:10:59,722 - root - INFO - Reading header...
2019-09-06 01:10:59,723 - root - INFO - Header was read:
2019-09-06 01:10:59,723 - root - INFO - Signature: b'\xff\xff\xff\xff\xff\xff\xff', Unknown: 4294967295, ParametersSize: 4294967295, isValid: False
2019-09-06 01:10:59,724 - root - DEBUG - Parsing parameters...
2019-09-06 01:10:59,724 - root - CRITICAL - 'Reader' object has no attribute '_parameters'
Traceback (most recent call last):
File "C:\(....)\PY TOOL MASTER\program. py", line 160, in parseResources
return ParametersConverter.parse(WatchFace, reader.getParameters())
File "C:\(....)\PY TOOL MASTER\watchFaceParser\reader. py", line 12, in getParameters
return self._parameters
AttributeError: 'Reader' object has no attribute '_parameters'
I have no idea what that means...
All my images are 32 bit and I used online Photopea to edit them. I used it before when I edited the WF that I managed to change to my needs, and there was no problem with it.
Can anyone help?
Thanks!
Re: Amazfit watchfaces Tool
Posted: 06 Sep 2019, 15:01
by alesned
We just got update for GTR with some new watch faces in Amazfit app. So...watch faces are now supporting weather. I tried to unpuck bin file via tool, but got error.
Code: Select all
C:\Users\vko\Desktop\AmazTool All 0.1.0.11>WatchFace.exe -size360 332.bin
Processing file '332.bin'
Opening watch face '332.bin'
Reading parameters...
Parsing parameters...
Parameter does not exists (WatchFace.Parser.WatchFaceVerge)
System.NullReferenceException: Object reference not set to an instance of an object.
at WatchFace.Parser.Utils.ParametersConverter.Parse[T](List`1 descriptor, String path) in E:\Works\Escorp Dynamics\Lab\Exomode\amazfitutils\WatchFace.Parser\Utils\ParametersConverter.cs:line 89
at WatchFace.Program.ParseResources(Reader reader) in E:\Works\Escorp Dynamics\Lab\Exomode\amazfitutils\WatchFace\Program.cs:line 396
Any chance you could research bin file and update tool?
Re: Amazfit watchfaces Tool
Posted: 06 Sep 2019, 16:29
by koolgao
me sumo a la peticion del compañero Alesned
Re: Amazfit watchfaces Tool
Posted: 06 Sep 2019, 16:58
by siddartha001
Same by me. First was the bin File with weather 1.2mb big and when i will copy this, the bin is ca. 600kb.

Re: Amazfit watchfaces Tool
Posted: 07 Sep 2019, 00:20
by Thiago Leão
GIK-Team wrote: 06 Aug 2019, 07:07
Rodge wrote: 06 Aug 2019, 05:44
Excuse me, which cmd file should verge lite run inside?
Unpack (Verge).cmd - to unpack
Pack (Verge).cmd - to pack
COMO CONSIGO UTILIZAR UMA WATCHFACE DO GTR PARA O (VERGE LITE), SO RENOMEAR O ARQUIVO BIN. COM O NOME VERGE E DAR OS COMANDOS DE UNPACK E POSTERIORMENTE PACK E COPIAR O ARQUIVO BIN. QUE VAI APARECER DEPOIS?
HOW CAN I USE A GTR WATCHFACE FOR (VERGE LITE), SO NAME THE BIN FILE. WITH NAME VERGE AND GIVE UNPACK COMMANDS AND THEN PACK AND COPY BIN FILE. THAT WILL APPEAR AFTER?
Re: Amazfit watchfaces Tool
Posted: 07 Sep 2019, 05:55
by koolgao
Creo que el verge lite y gtr la pantalla no son del mismo tamaño así que tendrías que reducir las imágenes. Creo que por eso no le funciona
Re: Amazfit watchfaces Tool
Posted: 07 Sep 2019, 12:49
by Quasarzx12
Hi,
As everyone with the same problem ?
After new firmware V1.0.6.12 update to the MI Band 4, the animations have stopped working.
Theres also more diferences when installing the watchfaces.