• Адміністратор
  •  
    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 WatchFace editor for Windows by SashaCX75

This forum is designed to discuss and develop tools creating watch faces.

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

Правила форуму
All communication in this branch should only be in English.
To discuss tools that are not in this section, use the “Watchfaces tools (discussion)” forum.
Аватар користувача
SashaCX75
Повідомлень: 823
З нами з: 26 жовтня 2019, 15:18
Звідки: Ukraine
Has thanked: 13 times
Been thanked: 1036 times
Контактна інформація:

AmazFit WatchFace editor for Windows by SashaCX75

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

Graphics editor for working with dials Amazfit
The editor supports watch faces from GTR 47, GTR 42, GTS, T-Rex, Verge Lite.
Screenshot
Зображення
Note: the path to the program should not contain spaces, it is advisable to unpack it to the root of the disk.
Not all dials can be unpacked.
You can reduce the size of the bin file only by reducing the size of the images (height * width) or by reducing the number of images.

The drawing order of elements cannot be changed. The only exception is if you move the second hand from the center, it will be drawn under the hour and minute hands.

If the .bin file is not created, then you need to look for errors in the .log file. Most often this happens when images have the wrong format.

If the bin file is not created, and the log file contains the entry “bad transparency mask”, this means that the format of one or more images is incorrect (most often it occurs if you save the image in Photoshop without transparent pixels). You can fix it as follows:
- in Photoshop - add at least one transparent pixel
- in GIMP exported to PNG 16 bit RGBA
- in XnView - Image -> 32 bits

Version 10.0
List of changes
Added the ability to display the distance traveled in kilometers and miles.
Updated translation.
v 9.0
Fixed display of date if pictures have different sizes (often pictures for "1" are narrower than others)
Added new warnings about possible errors.
Fixed the order of displaying items.
Added a button to refresh the preview image.
Fixed bugs when converting watch faces.
Updated Chinese and Italian translations.
v 8.5
Fixed work with Verge Lite
v 8.4
Fixed Italian translation.
Added Chinese manual.
v 8.3
Bugs fixed.
Added a manual in English.
v 8.2
Added the display of the target steps (StepsGoal)
Added preliminary calculation of the size of the .bin file.
v 8.1
Fixed work on monitors with high resolution.
Updated translation (French, Italian, Chinese, Spanish).
v 8.0
Added the ability to convert dials between different watch models (GTR / T-Rex / Verge Lite).
v 7.1
Italian language added.
Minor fixes.
v 7.0
Added animation support
Verge Lite Support Added
Added the ability to quickly save the project (Ctrl + S)
Added support for languages (French, Chinese).
v 6.1
Added support for T-Rex.
Added the ability to auto-correct image files (error "bad transparency mask").
Added a reminder to save the project when it is closed.
v 6.0
Added support for shortcuts.
Added background image support for circular indicator.
Added display of a set of icons (segments) for the progress of steps.
Added display of a set of icons (segments) for the battery.
Added display of a set of icons (segments) for the pulse.
Added display of an indicator (arrow) for a pulse.
Added display of indicator (arrows) for calories.
Added display of a circular indicator for the pulse.
Added display of a circular indicator for calories.
Added the ability to crop the image to fit the screen.
Added support for languages ​​(Portuguese, Czech, Slovak, Hungarian).
v 5.2
Added support for a set of icons (icons and a set of coordinates for them) for the progress of steps and battery.
Added the ability to crop the preview according to the shape of the screen.
Bugs fixed in the English version.
v 5.1
Fixed incorrect display of the distance traveled.
Added the ability to adjust the speed of gif animation.
Added the ability to work with compressed bin files.
Updated bin file packer.
Added display of the year.
Added display of a charge indicator (arrow).
Added display of indicator (arrow) of steps.
Added display of the indicator (arrow) of the date.
Added display of indicator (arrow) of the day of the week.
Added display of indicator (arrow) of the month.
Added the ability to paste copied coordinates into offset fields from the center (for arrows).
English support added.
Old versions
If you want to supplement the missing translation, write to the PM.

Beta version of the editor with support for Amazfit X

AmazFit WatchFace editor 2 with support for GTR 2, GTS 2, T-Rex Pro

My editor doesn't work with GTR2 (GTS2) watch faces and I have no plans to add support for these models anytime soon. I don't know any other programs that can work with these dials. I have no information if anyone is working in this direction.

Because I bought a GTR 2e, the program will no longer be updated.

Donate to the author
PayPal: [email protected].
Востаннє редагувалось 01 червня 2022, 07:20 користувачем SashaCX75, всього редагувалось 25 разів.
Fringo
WF maker
Повідомлень: 3
З нами з: 22 травня 2020, 01:19
Звідки: KR
Has thanked: 6 times
Контактна інформація:

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

SashaCX75 писав: 05 березня 2021, 16:35
Rcappa писав: 05 березня 2021, 02:44
Thanks but its there any way to login into site in English. I can't decode the Catcha in Russian
A little later, when the translation is corrected, I post the editor on this forum.
It works on ZEPP E Circle too! Thank you very much! I look forward to improved version :)
(I'd got resized images and coordinates from tool for GTR47, using converting function)
ajeto
Повідомлень: 29
З нами з: 28 травня 2020, 13:15
Звідки: serbia
Has thanked: 13 times
Контактна інформація:

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

I'm getting errors with main.py when decompiling
https://amazfitwatchfaces.com/gtr/view/12898
after decompressing

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

raise IndexError(f"Parameter {parameterId} isn't supported for {currentType}")
IndexError: Parameter 2 isn't supported for <class 'watchFaceParser.elements.gtr2.basicElements.circleProgress.CircleProgress'>
.
Аватар користувача
asoo
Повідомлень: 2185
З нами з: 03 січня 2019, 01:48
Звідки: ͼͽ Thailand ͼͽ
Has thanked: 419 times
Been thanked: 2109 times

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

ajeto писав: 07 березня 2021, 08:46
I'm getting errors with main.py when decompiling
https://amazfitwatchfaces.com/gtr/view/12898
after decompressing

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

raise IndexError(f"Parameter {parameterId} isn't supported for {currentType}")
IndexError: Parameter 2 isn't supported for <class 'watchFaceParser.elements.gtr2.basicElements.circleProgress.CircleProgress'>
.
viewtopic.php?p=8393#p8393
Востаннє редагувалось 07 березня 2021, 11:37 користувачем asoo, всього редагувалось 2 разів.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
rubiales41
WF maker
Повідомлень: 8
З нами з: 08 грудня 2019, 08:03
Has thanked: 5 times
Контактна інформація:

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

hello, how much can the sphere weigh in megabytes, at most ?, for GTR 2?
mehrdadrahimian
Повідомлень: 2
З нами з: 02 березня 2021, 22:11
Звідки: iran
Контактна інформація:

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

SashaCX75 писав: 07 березня 2021, 10:41
AmazFit WatchFace editor 2 with support for GTR 2, GTS 2[/color][/size]
Hi. Please also support the Bip u & Bip U Pro models. They are not supported in any of the Amazfit software. And it is not possible for them to be unpacked BIN file. Thank you for your efforts
lucaslee
Повідомлень: 1
З нами з: 11 березня 2021, 22:20
Звідки: Poland
Контактна інформація:

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

whether there will be a Polish version for this application?
r33ck
Повідомлень: 1
З нами з: 18 лютого 2021, 00:11
Звідки: Vancouver
Контактна інформація:

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

Horatius80 писав: 17 лютого 2021, 13:57
fkicin писав: 16 лютого 2021, 21:04
It's my first post so Hi all.
Sasha what is the official (or other) soft to edit watchfaces for GTR2? i can see custom wf here but i can't find any tool to creat such custom image :(
Here is "tutorial" video how to obtain access to Huami official develop tool for watchface creation. It is only on-line tool
---------

(I see a similar question but I haven't found an answer, please and thank-you)


Hi All,

Many thanks to dimas for the youtube video on Huami registration. I'm in process.

Question: How to download an internal watchface? To start I'd like to add DND and bluetooth icons to the Multifunction WF in Zepp but can only find it in Zepp. GTR2, Pixel 5 phone and it isn't in any folder I can access.

Rick
gengtrex
WF maker
Повідомлень: 18
З нами з: 06 лютого 2021, 02:47
Звідки: nonthaburi
Has thanked: 4 times
Been thanked: 1 time
Контактна інформація:

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

SashaCX75
Your T-rex editor is so awesome.
Is watchface editor for T-rex Pro now available.
Thanks a lot in advance.
Аватар користувача
SashaCX75
Повідомлень: 823
З нами з: 26 жовтня 2019, 15:18
Звідки: Ukraine
Has thanked: 13 times
Been thanked: 1036 times
Контактна інформація:

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

gengtrex
My editor is not designed to work with T-Rex Pro watch faces. The site has one dial made for this model. Ask its author what tools he made it with.
gengtrex
WF maker
Повідомлень: 18
З нами з: 06 лютого 2021, 02:47
Звідки: nonthaburi
Has thanked: 4 times
Been thanked: 1 time
Контактна інформація:

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

SashaCX75 писав: 27 березня 2021, 18:41
@gengtrex
My editor is not designed to work with T-Rex Pro watch faces. The site has one dial made for this model. Ask its author what tools he made it with.
I see. Anyway, thank you again for the editor and lots of advices. :)
yakface
WF maker
Повідомлень: 2
З нами з: 03 квітня 2021, 14:21
Звідки: Denver
Контактна інформація:

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

Im also very interested in what application was used to create the TREX PRO watch faces and if there is a way to convert existing TREX watch faces to be TREX PRO compatible.
Horatius80

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

SashaCX75 in my humble opinion, the principle of watchfaces for T-REX PRO will be the same as for GTR2 (support for widgets etc.), only it will be necessary to adjust the resolution to 360x360.
So Your Watchface editor 2 will be applicable. Correct me if I'm wrong
Аватар користувача
SashaCX75
Повідомлень: 823
З нами з: 26 жовтня 2019, 15:18
Звідки: Ukraine
Has thanked: 13 times
Been thanked: 1036 times
Контактна інформація:

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

Horatius80 писав: 04 квітня 2021, 18:16
@SashaCX75 in my humble opinion, the principle of watchfaces for T-REX PRO will be the same as for GTR2 (support for widgets etc.), only it will be necessary to adjust the resolution to 360x360.
So Your Watchface editor 2 will be applicable. Correct me if I'm wrong
Yes, the principle is the same. Probably the next version of the editor will support T-REX PRO.
We need T-REX PRO owners ready to test this update.
spidercrab
Повідомлень: 24
З нами з: 25 червня 2020, 09:13
Звідки: UK
Has thanked: 27 times
Been thanked: 3 times
Контактна інформація:

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

SashaCX75 писав: 05 квітня 2021, 16:09
Probably the next version of the editor will support T-REX PRO.
We need T-REX PRO owners ready to test this update.
Excellent. I will certainly be testing. Standing by.
Востаннє редагувалось 08 квітня 2021, 15:39 користувачем spidercrab, всього редагувалось 1 раз.
Thinkpad
WF maker
Повідомлень: 2
З нами з: 24 листопада 2020, 16:12
Звідки: Slovakia
Контактна інформація:

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

I'm ready to test this update.
andijbellinger
Повідомлень: 1
З нами з: 11 квітня 2021, 11:10
Звідки: Paignton
Контактна інформація:

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

I've just got a t-rex pro and would be happy to test.
Turtl3sh3ll
Повідомлень: 1
З нами з: 18 квітня 2021, 04:39
Звідки: Texas
Has thanked: 1 time
Контактна інформація:

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

T Rex Pro User Here, ready to test & Learn watchface creation.
Is the executable hosted on a stable platform yet? Suurceforge / etc?
pory
WF maker
Повідомлень: 5
З нами з: 18 квітня 2021, 15:48
Звідки: Italy
Контактна інформація:

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

Rady to test!
Аватар користувача
CASIONFAN2021
WF maker
Повідомлень: 31
З нами з: 16 квітня 2021, 21:23
Звідки: uk
Has thanked: 1 time
Been thanked: 4 times
Контактна інформація:

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

Thanks to sasha for this amazing product. I would ask that there be an update to the watch face editor 2 for the t rex pro that allows the entries for moon phase and the sunrise sunset that is present on the stock watch faces. Is that possible?
Аватар користувача
maortrol
Повідомлень: 15
З нами з: 17 грудня 2019, 22:12
Звідки: Spain
Has thanked: 27 times
Been thanked: 1 time
Контактна інформація:

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

CASIONFAN2021 писав: 17 травня 2021, 07:30
Thanks to sasha for this amazing product. I would ask that there be an update to the watch face editor 2 for the t rex pro that allows the entries for moon phase and the sunrise sunset that is present on the stock watch faces. Is that possible?
Why don't you ask that in the WatchFace editor 2 thread?

viewtopic.php?f=29&t=1888
gengtrex
WF maker
Повідомлень: 18
З нами з: 06 лютого 2021, 02:47
Звідки: nonthaburi
Has thanked: 4 times
Been thanked: 1 time
Контактна інформація:

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

SashaCX75
with the t-rex editor.
when i load .bin to notify app, it always shows 'unable to retrieve preview image'.
how can i fix this and make it show?

thanks in advance.
Аватар користувача
CASIONFAN2021
WF maker
Повідомлень: 31
З нами з: 16 квітня 2021, 21:23
Звідки: uk
Has thanked: 1 time
Been thanked: 4 times
Контактна інформація:

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

Not sure. I've had a few faces that show a preview and others that don't
Аватар користувача
SashaCX75
Повідомлень: 823
З нами з: 26 жовтня 2019, 15:18
Звідки: Ukraine
Has thanked: 13 times
Been thanked: 1036 times
Контактна інформація:

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

gengtrex
I didn't quite understand what kind of error occurs. Send a window with an error and describe in detail the actions in which the error occurs.
gengtrex
WF maker
Повідомлень: 18
З нами з: 06 лютого 2021, 02:47
Звідки: nonthaburi
Has thanked: 4 times
Been thanked: 1 time
Контактна інформація:

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

SashaCX75 писав: 24 травня 2021, 15:31
@gengtrex
I didn't quite understand what kind of error occurs. Send a window with an error and describe in detail the actions in which the error occurs.
it shows as the pic below, after i choose the .bin in notify app. anyway the uploading is successful everytime.

Зображення
Відповісти

Повернутись до “Watchfaces tools”

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

Зараз переглядають цей форум: Bing [Bot], Google Adsense [Bot] і 13 гостей