Search found 6 matches

by fprietog
18 Sep 2019, 23:08
Forum: Watchfaces tools
Topic: MiBandWFTool
Replies: 642
Views: 1356960

Re: MiBandWFTool

hmm just check legacy code, there is png generators for mono(linux) so you probably somehow trigger IsRunningOnMono to false and its using new lib...
If you didn't change it the way to check if it is using mono was like that:
private static readonly bool IsRunningOnMono = Type.GetType("Mono ...
by fprietog
18 Sep 2019, 21:45
Forum: Watchfaces tools
Topic: MiBandWFTool
Replies: 642
Views: 1356960

Re: MiBandWFTool

v1.4.1 is still not generating .png preview files under linux...

- using wine-mono 4.9.2 the tool doesn't works at all:
Unhandled Exception:
System.BadImageFormatException: Could not resolve field token 0x04000004, due to: Could not load type of field 'WatchFace.Program:Logger' (3) due to: Could ...
by fprietog
10 Sep 2019, 20:29
Forum: Watchfaces tools
Topic: MiBandWFTool
Replies: 642
Views: 1356960

Re: MiBandWFTool


v1.4.0
https://yadi.sk/d/hZnqJhUsUK6zow
- Added image quantization converter algorithm, it will compress image if it will have too much palette colors.
-- Will not affect RAW images. Added flag (ForceImageCompressor) to config
- If animation RepeatCount is 1, it will repeat only once
- Gif ...
by fprietog
06 Aug 2019, 20:30
Forum: Closed topics
Topic: Discussion of watch faces for Mi Band 4
Replies: 68
Views: 21238

Re: Week day not showing

Have you tried not using decimals for Y coordinate (164 or 165 instead of 164.5)?
by fprietog
06 Aug 2019, 20:16
Forum: Watchfaces tools
Topic: MiBandWFTool
Replies: 642
Views: 1356960

Re: MiBandWFTool

terminal wrote: 06 Aug 2019, 19:34
I'm having trouble with the preview not matching what shows on the watch itself. Everything looks fine in the preview, but on the watch, the battery bars, weekdays, and flags for DND, BT, and lock are missing. Any idea what's going on here?
Try changing Y coordinates to 1 instead of 0.
by fprietog
30 Jul 2019, 19:45
Forum: Watchfaces tools
Topic: MiBandWFTool
Replies: 642
Views: 1356960

Re: MiBandWFTool

Hi,

I'm was trying to use a raw.cfg file but i get this error:
Found raw.cfg
[Error] Found raw.cfg but it contains unallowed characters, please use (ex. 0,1,3,4,5)
I'm using Ubuntu (Wine with Mono-gecko instead of .NET). The problem is that the editor i'm using (gedit) is always putting EOL ...

Go to advanced search