Page 1 of 1

Fabiobarbon Not Working for Verge.. HELP..!

Posted: 24 Mar 2019, 11:14
by KOLo
Hello, anyone knows how to make it work for Verge.
After cloned and download, the background does not appear when I lift my hand. It only gets brighter but no background image.
Background only works when double tab to active screen.
Please help.... :cry:

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 24 Mar 2019, 12:20
by TXK
Not very familiar with verge watchface.
Provide some technical information on stratos watchface.:

The function of raising hand to light up the screen does not support the display of background pattern on the dial.
-----------------------------------------
normal watchface, not supported
The watchface supporting [26W color mode] can display background. (need add [26W color mode] code)
26W-color.rar
(215.76 KiB) Downloaded 161 times

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 24 Mar 2019, 14:28
by KOLo
Appreciate your info TXK
I have another issue when I convert to .rar and edit. After convert back to .wfz and save to watchface folder, my watch does not show it (missing).
I don't know what went wrong after convert from .rar to .wfz

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 24 Mar 2019, 15:20
by TXK
KOLo wrote: 24 Mar 2019, 14:28
Appreciate your info TXK
I have another issue when I convert to .rar and edit. After convert back to .wfz and save to watchface folder, my watch does not show it (missing).
I don't know what went wrong after convert from .rar to .wfz
1、convert to .zip please。and Compressed to .zip convert to .wfz

2、Give me the dial you edited and I'll see where it went wrong.

3、The original dial I provided can't work either?

4、maybe verge No support for 26W color code.

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 26 Mar 2019, 01:12
by TXK
Process examples:

1. Find a WFZ file of amazfit sports watch

2. Modify the suffix of ".wfz" to ".zip" in the file and extract it.

2. Modified version number

Open the "description. xml" file and modify the code:

Amend < version > 1.2 </version > to < version > 1.6 </version >

Low version number does not support HD mode

3. Modify the position of the control

Find the following code in "watchface. xml":

<WatchFaceItemtype= "data widget" id= "0" x= "40" y= "66" dataType= "2" model= "1"/>

The "x=" 40 "y=" 60"in this code is the position of the control in the dial, because the resolution of the amazfit motion watch is 320x320, while the resolution of the amazfit smart watch is 360x360.

Here we add a parameter of 20 to make it centered (the specific location needs to be adjusted according to the actual style) and modify the code as follows

<WatchFaceItemtype= "data widget" id= "0" x= "60" y= "86" dataType= "2" model= "1"/>

In the same way, we can modify the location of other controls.

4. Open Wrist Raising HD Mode

Add a line of code to the "watchface. xml" file

<WatchFaceItemtype="support 26w" config="true"/>

This code should be written in the first sentence.

5. Preparing Wrist Raising HD Material

Open the backgrounddirectory and create a new 26W directory.

Copy 01.png to 26W file directly, and display 01.png as background when the bowl is lifted and the screen is bright.

Similarly, we modify the material in the font file

6. Packing Files Copied to Watches

We return to the root directory of the file and compress it into ZIP format

Modify the suffix "zip" to "wfz"

Copy the file to the watchface directory in your watch

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 27 Mar 2019, 22:59
by KOLo
I attached my watchface which is not working. Maybe can help analyze.

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 28 Mar 2019, 00:52
by TXK
KOLo wrote: 27 Mar 2019, 22:59
I attached my watchface which is not working. Maybe can help analyze.
The. WFZ format file is converted from. zip format.

Wfz format file can not be included as a folder (kolo6).

All files are packaged directly.

Please remove the kolo6 folder.

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 30 Mar 2019, 10:19
by KOLo
Yes it is working now. Thank you.
I have another question, where do we find the preloaded watchface? I can't find it in the watchface folder.

Re: Fabiobarbon Not Working for Verge.. HELP..!

Posted: 30 Mar 2019, 12:31
by TXK
KOLo wrote: 30 Mar 2019, 10:19
Yes it is working now. Thank you.
I have another question, where do we find the preloaded watchface? I can't find it in the watchface folder.
sorry...
I don't know either...