-
- 管理员
-
-
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.
New GTR Mini
版面规则
When adding a new topic, use the template: Topic title [device name]
For example: Requesting creation of watch face [GTR 3 Pro]
All communication in this branch should only be in English.
When adding a new topic, use the template: Topic title [device name]
For example: Requesting creation of watch face [GTR 3 Pro]
All communication in this branch should only be in English.
New GTR Mini
Hello. Will there be new watchfaces for the new GTR Mini soon? Can any of the published faces be used for the Mini?
Thanks.
Thanks.
- asoo
- 帖子: 2109
- 注册时间: 03 1月 2019, 01:48
- 来自: ͼͽ Thailand ͼͽ
- Has thanked: 404 time
- Been thanked: 2023 time
From the official web
https://www.amazfit.com/products/amazfit-gtr-mini
Amazift GTR Mini running Zepp OS ( Version 2.0)
Resolution 416x416
The posture that I can check now.
Found that in the GTR mini has changed the image format.
By which I test create a watch face from web zepp and take the file to check.
The png image found in the watch face file has a different structure than GTR3.
So at the moment the GTR3 and Falcon (legacy) watch faces are unlikely to work on the GTR mini.
https://www.amazfit.com/products/amazfit-gtr-mini
Amazift GTR Mini running Zepp OS ( Version 2.0)
Resolution 416x416
Spoiler
Same resolution as Amazfit Falcon.
OS is Zepp OS ( Version 1.0 )
So , from the example that the GTR4 can open the GTR3 dial.
I think watchface from falcon can use on GTR mini.
However, if you would like test ,You must do so at your own risk. that happend on your device
OS is Zepp OS ( Version 1.0 )
So , from the example that the GTR4 can open the GTR3 dial.
I think watchface from falcon can use on GTR mini.
However, if you would like test ,You must do so at your own risk. that happend on your device
Found that in the GTR mini has changed the image format.
By which I test create a watch face from web zepp and take the file to check.
The png image found in the watch face file has a different structure than GTR3.
So at the moment the GTR3 and Falcon (legacy) watch faces are unlikely to work on the GTR mini.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
Thank you
I tried loading the Falcon watch face. It loaded but it was unreadable. Do you know of any designers that are working on the new GTR Mini yet?
I tried loading the Falcon watch face. It loaded but it was unreadable. Do you know of any designers that are working on the new GTR Mini yet?
上次由 MGBWHIP 在 30 3月 2023, 15:01,总共编辑 2 次。
-
blokfluitist
- 帖子: 1
- 注册时间: 20 3月 2023, 14:17
- 来自: England
- Been thanked: 1 time
- 联系:
I just got my GTR 4 Mini today! Am looking forward to being able to access more watch faces for this model very soon
- asoo
- 帖子: 2109
- 注册时间: 03 1月 2019, 01:48
- 来自: ͼͽ Thailand ͼͽ
- Has thanked: 404 time
- Been thanked: 2023 time
The posture that I can check now.
Found that in the GTR mini has changed the image format.
By which I test create a watch face from web zepp and take the file to check.
The png image found in the watch face file has a different structure than GTR3.
So at the moment the GTR3 and Falcon (legacy) watch faces are unlikely to work on the GTR mini.
Found that in the GTR mini has changed the image format.
By which I test create a watch face from web zepp and take the file to check.
The png image found in the watch face file has a different structure than GTR3.
So at the moment the GTR3 and Falcon (legacy) watch faces are unlikely to work on the GTR mini.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
I was able to load one of the faces on the Zepp watchface maker to the GTR Mini. I do not know enough to actually make or modify the faces. Maybe someone else could.
On the Mini
上次由 MGBWHIP 在 05 4月 2023, 20:16,总共编辑 2 次。
I have try several falcon watchface on my gtr mini none of them can use, it unreadable like this

I try making a watchface using watchface.zepp.com by start from example2 template, then scale it to 416x416 and upload to zepp app via developper modes, the watchface is work fine

Don't know why falcon watch face not work on gtr mini

I try making a watchface using watchface.zepp.com by start from example2 template, then scale it to 416x416 and upload to zepp app via developper modes, the watchface is work fine

Don't know why falcon watch face not work on gtr mini
I have export the watchface from watchface.zepp.com to .zap file on my pc then extract it to compare, even the screen resolution of falcon and GTRmini is the same 416x416 but there are 2 version of .zpk watch face file, NXP and MHS, the NXP is for falcon and MHS is for GTRmini
after extract both .zpk to compare the only difference in app.json is the DeviceSource for falcon and GTRmini, the watchface index.js is identical.
However modify the app.json of falcon watchface from falcon to GTRmini does not fix the problem, because all png images in the assets folder of nxp and mhs are difference, this mean falcon and GTRmini use difference png transform/encoded format, the checksum did not same
all png in assets folder can not open by image viewer program, this mean it not standard png format, it transform or encoded the original png file with some method and nxp and mhs are use difference method, that why the falcon watchface did not display properly on GTR mini, all png assets images has to be fix.
上次由 kkeonline 在 08 4月 2023, 23:04,总共编辑 1 次。
- ZduneX25
- WF maker
- 帖子: 31
- 注册时间: 12 10月 2022, 16:22
- 来自: Poland
- Has thanked: 6 time
- Been thanked: 6 time
- 联系:
I was getting the same visual glitches on other watches (gtr3/4) back when I was using 48bit png images. 32bit is max, maybe you guys try 48 or 24 on gtrmini. There is a chance it has been increased/decreased.
More on comparing png images in assets folder
between old (Falcon) and new (GTRmini) format
comparing as binary the part on beginning of file are difference then the rest are identical
this mean on GTR mini watch face it change some format of the header of png file.
Surprising that winmerge can read the watchface png as image, but the standard image viewer not
between old (Falcon) and new (GTRmini) format
comparing as binary the part on beginning of file are difference then the rest are identical
this mean on GTR mini watch face it change some format of the header of png file.
Surprising that winmerge can read the watchface png as image, but the standard image viewer not
- SashaCX75
- 帖子: 813
- 注册时间: 26 10月 2019, 15:18
- 来自: Ukraine
- Has thanked: 13 time
- Been thanked: 1007 time
- 联系:
Other image viewers can open these files too. But everywhere they look distorted. You can even see it in your screenshots. I guess it has to do with the sequence in the color map. This is clearly visible if you encode an image with a small number of colors and then change the extension to tga and look at the color map in Photoshop.
finally I success converted falcon wf to work on my gtr mini
.
I done by using amazit watchface tool to convert png files in the wf file back to standard png format, then upload all of them on watchface.zepp.com then export the wf for gtr mini, this will make the png files in correct format for gtr mini
then I have to rename all png files to match the original filename, then replace these renamed png files into original wf, then transfer it to watch.
.
I done by using amazit watchface tool to convert png files in the wf file back to standard png format, then upload all of them on watchface.zepp.com then export the wf for gtr mini, this will make the png files in correct format for gtr mini
then I have to rename all png files to match the original filename, then replace these renamed png files into original wf, then transfer it to watch.
- asoo
- 帖子: 2109
- 注册时间: 03 1月 2019, 01:48
- 来自: ͼͽ Thailand ͼͽ
- Has thanked: 404 time
- Been thanked: 2023 time
GTRmini users please help to test this watch face.
This watch face is made for Test converting the image to the format of GTRmini.
Anyone who has tested it, please inform the result.
thank you very much
https://amazfitwatchfaces.com/gtr/view/32946
This watchface convert from GTR3 Version
https://amazfitwatchfaces.com/gtr/view/32137
in GTR3 Version tested it work normally
This watch face is made for Test converting the image to the format of GTRmini.
Anyone who has tested it, please inform the result.
thank you very much
Spoiler
This watchface convert from GTR3 Version
https://amazfitwatchfaces.com/gtr/view/32137
in GTR3 Version tested it work normally
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
it works, here:asoo 写了: 12 4月 2023, 04:54Spoiler
GTRmini users please help to test this watch face.
This watch face is made for Test converting the image to the format of GTRmini.
Anyone who has tested it, please inform the result.
thank you very muchG317_GTRmini.zipSpoiler
![]()
This watchface convert from GTR3 Version
https://amazfitwatchfaces.com/gtr/view/32137
in GTR3 Version tested it work normally
Spoiler

- SashaCX75
- 帖子: 813
- 注册时间: 26 10月 2019, 15:18
- 来自: Ukraine
- Has thanked: 13 time
- Been thanked: 1007 time
- 联系:
Test utility for converting images to watchface format for GTR mini. Judging by the previous message in normal mode, the image is converted normally.
Who can check with the switch for forced use of the improved algorithm turned on.
https://www.dropbox.com/s/pk9s8yos91akf ... t.zip?dl=0
Who can check with the switch for forced use of the improved algorithm turned on.
https://www.dropbox.com/s/pk9s8yos91akf ... t.zip?dl=0
- asoo
- 帖子: 2109
- 注册时间: 03 1月 2019, 01:48
- 来自: ͼͽ Thailand ͼͽ
- Has thanked: 404 time
- Been thanked: 2023 time
This watchface use " Forced us of hte improved algorithm " to convert PNGSashaCX75 写了: 12 4月 2023, 15:35Test utility for converting images to watchface format for GTR mini. Judging by the previous message in normal mode, the image is converted normally.
Who can check with the switch for forced use of the improved algorithm turned on.
https://www.dropbox.com/s/pk9s8yos91akf ... t.zip?dl=0
PNG in this watchface have more quality .
Annoy those who use the GTR mini to test whether it can be used or not ?
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
yes, it work.asoo 写了: 12 4月 2023, 04:54Spoiler
GTRmini users please help to test this watch face.
This watch face is made for Test converting the image to the format of GTRmini.
Anyone who has tested it, please inform the result.
thank you very muchhttps://amazfitwatchfaces.com/gtr/view/32946Spoiler
![]()
G317_GTRmini.zip
This watchface convert from GTR3 Version
https://amazfitwatchfaces.com/gtr/view/32137
in GTR3 Version tested it work normally

- asoo
- 帖子: 2109
- 注册时间: 03 1月 2019, 01:48
- 来自: ͼͽ Thailand ͼͽ
- Has thanked: 404 time
- Been thanked: 2023 time
Regarding this, it is advisable to ask questions in this forum.
viewtopic.php?t=1709
You will most likely get the correct answer.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
在线用户
正浏览此版面之用户: 没有注册用户 和 1 访客











