• Адміністратор
  •  
    Support Ukraine
    If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
    If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
     

Amazfit watchfaces Tool

Archive closed topics

Модератори: Internal error, Watchmens

Закрито
JotaEme
WF maker
Повідомлень: 8
З нами з: 26 серпня 2019, 19:11
Has thanked: 2 times
Been thanked: 1 time
Контактна інформація:

Повідомлення JotaEme »

Hi, first time posting. This is an amazing community! I got my Verge Lite just a week ago and I already am making lots of progress just lurking around.

I'm designing my wf and I'm facing a problem with the mini seconds handle, I hope you guys can help.
This is the preview generated by Amaztool 0.1.0.12:
AmazToolsPreview.png
AmazToolsPreview.png (130.66 Кіб) Переглянуто 95426 разів

This is the result. I'm aware the color issue is a known problem, but I don't know if the missing seconds handle is caused by this, or it is not being rendered at all.
AmaztoolsReal.jpg
AmaztoolsReal.jpg (15.71 Кіб) Переглянуто 95426 разів

This is the result with [mention]afwafwafw[/mention] 's py tool. The seconds handle is centered on the whole face, instead of the smaller circle for it.
PyReal.jpg
PyReal.jpg (17.07 Кіб) Переглянуто 95426 разів

Can this be solved, using either tool?

Edit: Tried Amaztool again with a completely black seconds handle, and it renders in the middle of the whole watchface, just like with the py version.
Аватар користувача
NicKoehler
WF maker
Повідомлень: 2
З нами з: 23 серпня 2019, 19:27
Контактна інформація:

Повідомлення NicKoehler »

How do I add calories on json for the amazfit GTR? I can't find the correct structure
manelto

Повідомлення manelto »

JotaEme писав: 09 вересня 2019, 13:19
Hi, first time posting. This is an amazing community! I got my Verge Lite just a week ago and I already am making lots of progress just lurking around.

I'm designing my wf and I'm facing a problem with the mini seconds handle, I hope you guys can help.
This is the preview generated by Amaztool 0.1.0.12:
AmazToolsPreview.png


This is the result. I'm aware the color issue is a known problem, but I don't know if the missing seconds handle is caused by this, or it is not being rendered at all.
AmaztoolsReal.jpg


This is the result with @afwafwafw 's py tool. The seconds handle is centered on the whole face, instead of the smaller circle for it.
PyReal.jpg


Can this be solved, using either tool?

Edit: Tried Amaztool again with a completely black seconds handle, and it renders in the middle of the whole watchface, just like with the py version.
With the @afwafwafw application you can do what you intend to do. Look at the following code example:

Код: Виділити все

"Seconds": {
      "unknown1": 0,
      "unknown2": 0,
      "unknown3": {
        "X": 0,
        "Y": 120
      },
      "unknown4": {
        "X": 0,
        "Y": 0
      },
      "CenterImage": {
        "X": 4,
        "Y": 64,
        "ImageIndex": 14
      }
You can see the unknown3 tag, with the x and y coordinates. These numbers represent the displacement from the center of the sphere. In this example, the second handler is in the center of the horizontal axis but on the vertical axis it is 120 pixels below the center of the sphere.
manelto

Повідомлення manelto »

NicKoehler писав: 10 вересня 2019, 16:36
How do I add calories on json for the amazfit GTR? I can't find the correct structure
An example from the @afwafwafw app:

Код: Виділити все

"Activity": {
   
    "Calories": {
      "TopLeftX": 110,
      "TopLeftY": 280,
      "BottomRightX": 179,
      "BottomRightY": 296,
      "Alignment": "TopRight",
      "Spacing": 1,
      "ImageIndex": 13,
      "ImagesCount": 10
    },
Аватар користувача
NicKoehler
WF maker
Повідомлень: 2
З нами з: 23 серпня 2019, 19:27
Контактна інформація:

Повідомлення NicKoehler »

manelto писав: 10 вересня 2019, 20:08
NicKoehler писав: 10 вересня 2019, 16:36
How do I add calories on json for the amazfit GTR? I can't find the correct structure
An example from the @afwafwafw app:

Код: Виділити все

"Activity": {
   
    "Calories": {
      "TopLeftX": 110,
      "TopLeftY": 280,
      "BottomRightX": 179,
      "BottomRightY": 296,
      "Alignment": "TopRight",
      "Spacing": 1,
      "ImageIndex": 13,
      "ImagesCount": 10
    },
I tryed this method but calories doesn't shows.
I also tryed unpacking some watchface with calories and pack again without make changes and the calories value is vanished..
There are some issue just in the preview?
JotaEme
WF maker
Повідомлень: 8
З нами з: 26 серпня 2019, 19:11
Has thanked: 2 times
Been thanked: 1 time
Контактна інформація:

Повідомлення JotaEme »

manelto писав: 10 вересня 2019, 20:03

With the @afwafwafw application you can do what you intend to do. Look at the following code example:

Код: Виділити все

"Seconds": {
      "unknown1": 0,
      "unknown2": 0,
      "unknown3": {
        "X": 0,
        "Y": 120
      },
      "unknown4": {
        "X": 0,
        "Y": 0
      },
      "CenterImage": {
        "X": 4,
        "Y": 64,
        "ImageIndex": 14
      }
You can see the unknown3 tag, with the x and y coordinates. These numbers represent the displacement from the center of the sphere. In this example, the second handler is in the center of the horizontal axis but on the vertical axis it is 120 pixels below the center of the sphere.
Thank you, but this is exactly what I have:

Код: Виділити все

  "AnalogDialFace": {
    "Seconds": {
      "unknown1": 0,
      "unknown2": 0,
      "unknown3": {
        "X": 0,
        "Y": 132
      },
      "unknown4": {
        "X": 0,
        "Y": 0
      },
      "CenterImage": {
        "X": 7,
        "Y": 35,
        "ImageIndex": 3
      }
    }

It renders like this:
jm-suave-iv_packed_static.png
jm-suave-iv_packed_static.png (146.28 Кіб) Переглянуто 95366 разів
manelto

Повідомлення manelto »

One thing is that what you see on the PC and a different one is what you see on your watch
jlsh007

Повідомлення jlsh007 »

I've managed to unpack my bin file, replaced the png file for the background as the color is incorrect after unpack, replaced my clock hands png file, pack it again. But when i try to upload to my GTR watch it said invalid.

It works when i just unpack and replace the background png, then pack it again without changing the clock hands png.

I just want to change the clock hands image. Any other solutions?
manelto

Повідомлення manelto »

jlsh007 писав: 12 вересня 2019, 06:28
I've managed to unpack my bin file, replaced the png file for the background as the color is incorrect after unpack, replaced my clock hands png file, pack it again. But when i try to upload to my GTR watch it said invalid.

It works when i just unpack and replace the background png, then pack it again without changing the clock hands png.

I just want to change the clock hands image. Any other solutions?
My experience tells me that when I try to upload a file larger than 2 megabytes, it gives me problems.
Is the result of the new file larger than that size?
fx_advanc
WF maker
Повідомлень: 19
З нами з: 25 липня 2019, 03:47
Звідки: Malaysia
Has thanked: 7 times
Been thanked: 3 times
Контактна інформація:

Повідомлення fx_advanc »

JotaEme писав: 09 вересня 2019, 13:19
Hi, first time posting. This is an amazing community! I got my Verge Lite just a week ago and I already am making lots of progress just lurking around.

I'm designing my wf and I'm facing a problem with the mini seconds handle, I hope you guys can help.
This is the preview generated by Amaztool 0.1.0.12:
AmazToolsPreview.png


This is the result. I'm aware the color issue is a known problem, but I don't know if the missing seconds handle is caused by this, or it is not being rendered at all.
AmaztoolsReal.jpg


This is the result with @afwafwafw 's py tool. The seconds handle is centered on the whole face, instead of the smaller circle for it.
PyReal.jpg


Can this be solved, using either tool?

Edit: Tried Amaztool again with a completely black seconds handle, and it renders in the middle of the whole watchface, just like with the py version.
same with mine, adjusted to exact coordinate but end up at the center of it. must be watch doesnt enable the seconds handles.
JotaEme
WF maker
Повідомлень: 8
З нами з: 26 серпня 2019, 19:11
Has thanked: 2 times
Been thanked: 1 time
Контактна інформація:

Повідомлення JotaEme »

manelto писав: 11 вересня 2019, 13:41
One thing is that what you see on the PC and a different one is what you see on your watch
I know, I already showed on my first post what it looks like on the watch, and it is exactly the same!
gid12
WF maker
Повідомлень: 1
З нами з: 03 вересня 2019, 18:35
Контактна інформація:

Повідомлення gid12 »

When I pack back to bin file why color display wrong? I use Amazfit GTR.
manelto

Повідомлення manelto »

JotaEme писав: 12 вересня 2019, 13:12
manelto писав: 11 вересня 2019, 13:41
One thing is that what you see on the PC and a different one is what you see on your watch
I know, I already showed on my first post what it looks like on the watch, and it is exactly the same!
I don't know how you make it but to me is working. An extreme example with not one but three handles discentered: https://amazfitwatchfaces.com/gtr/view/472


The code:

Код: Виділити все

{
  "Background": {
    "Image": {
      "X": 0,
      "Y": 0,
      "ImageIndex": 0
    },
    "Preview": {
      "X": 0,
      "Y": 0,
      "ImageIndex": 1
    }
  },
  "Date": {
    "MonthAndDay": {
      "Separate": {
        "Day": {
          "TopLeftX": 207,
          "TopLeftY": 25,
          "BottomRightX": 247,
          "BottomRightY": 50,
          "Alignment": "Center",
          "Spacing": 4,
          "ImageIndex": 2,
          "ImagesCount": 10
        }
      },
      "TwoDigitsMonth": true,
      "TwoDigitsDay": true
    }
  },
  "Battery": {
    "Scale": {
      "CenterX": 227,
      "CenterY": 227,
      "RadiusX": 30,
      "RadiusY": 0,
      "StartAngle": 0,
      "EndAngle": 360,
      "Width": 4,
      "Color": "0x00FFD800",
      "Unknown9": 180
    }
  },
  "Activity": {
    "Calories": {
      "TopLeftX": 295,
      "TopLeftY": 325,
      "BottomRightX": 350,
      "BottomRightY": 330,
      "Alignment": "TopRight",
      "Spacing": 1,
      "ImageIndex": 2,
      "ImagesCount": 10
    },
    "Pulse": {
      "TopLeftX": 295,
      "TopLeftY": 355,
      "BottomRightX": 350,
      "BottomRightY": 380,
      "Alignment": "TopRight",
      "Spacing": 1,
      "ImageIndex": 2,
      "ImagesCount": 10
    },
    "Distance": {
      "Number": {
        "TopLeftX": 300,
        "TopLeftY": 255,
        "BottomRightX": 360,
        "BottomRightY": 270,
        "Alignment": "TopRight",
        "Spacing": 1,
        "ImageIndex": 2,
        "ImagesCount": 10
      },
      "SuffixImageIndex": 14,
      "DecimalPointImageIndex": 13
    },
    "Steps": {
      "Step": {
        "TopLeftX": 280,
        "TopLeftY": 290,
        "BottomRightX": 350,
        "BottomRightY": 320,
        "Alignment": "TopRight",
        "Spacing": 1,
        "ImageIndex": 2,
        "ImagesCount": 10
      }
    }
  },
  "StepsProgress": {
    "Circle": {
      "CenterX": 320,
      "CenterY": 315,
      "RadiusX": 78,
      "RadiusY": 0,
      "StartAngle": 0,
      "EndAngle": 360,
      "Width": 3,
      "Color": "0x00FF0000",
      "Unknown9": 180
    }
  },
  "AnalogDialFace": {
    "Hours": {
      "unknown1": 0,
      "unknown2": 0,
      "unknown3": {
        "X": -89,
        "Y": -89
      },
      "unknown4": {
        "X": 0,
        "Y": 0
      },
      "CenterImage": {
        "X": 10,
        "Y": 72,
        "ImageIndex": 12
      }
    },
    "Minutes": {
      "unknown1": 0,
      "unknown2": 0,
      "unknown3": {
        "X": 93,
        "Y": -89
      },
      "unknown4": {
        "X": 0,
        "Y": 0
      },
      "CenterImage": {
        "X": 10,
        "Y": 72,
        "ImageIndex": 12
      }
    },
    "Seconds": {
      "unknown1": 0,
      "unknown2": 0,
      "unknown3": {
        "X": -88,
        "Y": 89
      },
      "unknown4": {
        "X": 0,
        "Y": 0
      },
      "CenterImage": {
        "X": 10,
        "Y": 72,
        "ImageIndex": 12
      }
    }
  }
}

Зображення
manelto

Повідомлення manelto »

JotaEme писав: 12 вересня 2019, 13:12
manelto писав: 11 вересня 2019, 13:41
One thing is that what you see on the PC and a different one is what you see on your watch
I know, I already showed on my first post what it looks like on the watch, and it is exactly the same!

You must work with this tool: https://github.com/ghtalpo/py_amazfit_tools
manelto

Повідомлення manelto »

gid12 писав: 13 вересня 2019, 08:31
When I pack back to bin file why color display wrong? I use Amazfit GTR.
https://github.com/ghtalpo/py_amazfit_tools
Horatius80

Повідомлення Horatius80 »

Are there any news about unpacking the newest Watchfaces from Amazfit GTR ... there are new components like Weather, and separated month... but I can not to manage out how to decompile this new watchfaces :(
mobius
Повідомлень: 1
З нами з: 09 вересня 2019, 10:55
Контактна інформація:

Повідомлення mobius »

hi guys, is there a tool that allows you to read the changes to *json? Every time I make a change I have to generate the package with AmazTool and look at the *gif created. Is there a faster way to see the effects of json changes? Thanks
jjc
Повідомлень: 3
З нами з: 16 серпня 2019, 06:52
Been thanked: 1 time
Контактна інформація:

Повідомлення jjc »

Hello,

how to use python to make a binary file from json please?
With amaztools i have a color problem !!!
jjc
Повідомлень: 3
З нами з: 16 серпня 2019, 06:52
Been thanked: 1 time
Контактна інформація:

Повідомлення jjc »

Hello,

if you a have color problems, i found a tool in GitHub called py_amazfit_tools-master.
in release folder decompress amazfit_gtr_tools_win32
drag your json or bin file to main and thats it
rawraw
Повідомлень: 2
З нами з: 15 вересня 2019, 00:27
Контактна інформація:

Повідомлення rawraw »

I have a problem with a BIP watchface that I downloaded in .bin format. If I unpack it and immediately repack it I lose the analog clock... I first thought I made some error during editing the watchface but it turns out this program seems to have some strange problem with this watchface.

Its this WF https://amazfitwatchfaces.com/bip/view/25608
If I send it to my watch it looks good.. but If I use this program to un- and repack it wont work...

Any suggestions?

The .gif looks so perfekt..

I zipped my small project:
Bip.zip
(255.14 Кіб) Завантажено 354 разів
Horatius80

Повідомлення Horatius80 »

[mention]rawraw[/mention]
I always used this for BIP´s Watchfaces and I had no issues:

https://bitbucket.org/valeronm/amazfitb ... 1.0.3.1.7z

http://www.mediafire.com/file/941xpc8ef ... 9.zip/file
rawraw
Повідомлень: 2
З нами з: 15 вересня 2019, 00:27
Контактна інформація:

Повідомлення rawraw »

Horatius80 писав: 15 вересня 2019, 04:50
@rawraw
I always used this for BIP´s Watchfaces and I had no issues:

https://bitbucket/valeronm/amazfitbipto ... 1.0.3.1.7z

http://www.mediafire/file/941xpc8efce45 ... 9.zip/file
I have been using AmazfitBipTools in 1.0.3.1 from bitbucket.. But it fails to repack a file that I never even touched..and if I modify something the preview gif is perfect as you can see in my zip.. But no work on watch..
Аватар користувача
ataru
WF maker
Повідомлень: 2
З нами з: 11 вересня 2019, 08:47
Звідки: Roma
Has thanked: 1 time
Контактна інформація:

Повідомлення ataru »

quite same issue here.

https://amazfitwatchfaces.com/verge-lite/view/264
casio_mix_ita_verge_lite_by_ataru_packed_animated.gif
casio_mix_ita_verge_lite_by_ataru_packed_animated.gif (387.14 Кіб) Переглянуто 94927 разів
in the preview it's all ok, but when i flash, background turns blue, no digit is shown and hour and minute hands are centered in dial and not 25 pixele up:
2705585d-6553-4e6e-96e0-279921437cc6.jpg
2705585d-6553-4e6e-96e0-279921437cc6.jpg (75.68 Кіб) Переглянуто 94926 разів
what's wrong with it?
jjc
Повідомлень: 3
З нами з: 16 серпня 2019, 06:52
Been thanked: 1 time
Контактна інформація:

Повідомлення jjc »

hello,
somebody know how to have an analog view for battery? instead of numbers i'd like watch hands
for amazfit gtr.

Tks !!!
JotaEme
WF maker
Повідомлень: 8
З нами з: 26 серпня 2019, 19:11
Has thanked: 2 times
Been thanked: 1 time
Контактна інформація:

Повідомлення JotaEme »

manelto писав: 13 вересня 2019, 11:38
I don't know how you make it but to me is working. An extreme example with not one but three handles discentered: https://amazfitwatchfaces.com/gtr/view/472
I guess it works differently on the Verge Lite... fx_advanc has the same issue! I installed his watch directly from the Android app and it has the same behaviour.
Description
Nomoz-Blue
Originality from el_boda - /gtr/view/403
Repacked & Readjust dial version

Bug: Animation doesnt same as actual position.
Закрито

Повернутись до “Closed topics”

Хто зараз онлайн

Зараз переглядають цей форум: Немає зареєстрованих користувачів і 1 гість