Mino260806 / miwtool

A tool for manipulating Redmi Watch 2 Lite watchface files
GNU General Public License v3.0
36 stars 8 forks source link

Support for coordinates type RMSS (0x40) #3

Closed Domenick90 closed 1 year ago

Domenick90 commented 1 year ago

When decoding in the log I see an error in the attachment. In some dials there is no such error and unpacking goes well. Example of the dial with the bug. (https://drive.google.com/file/d/1_aK0Yln8FFi3IYyXF_I3Bs0floY7bAf2/view?usp=share_link) LOG: NoneType object cid.txt

Mino260806 commented 1 year ago

I'm aware of this issue. It's caused by a different "coordinate_types" that isn't supported yet. I'll be fixing it soon

Thanks for reporting

Mino260806 commented 1 year ago

It will work now, but you will find in config.json in the component that has "coordinate_types": "RMSS": two new attributes mask_unk_1, mask_unk_2, and I don't know what they mean :)

If you do figure them out please open an issue and let me know