Xiaomi S1 : problem with ANALOG display #51
Unanswered
palomo232323
asked this question in
Questions-EN
Replies: 1 comment 6 replies
-
If you don't specify what the error messages are How do we know what the problem is. As for loading the dials, the .face or .bin extension makes no difference, they are practically the same thing. You can do without renaming and directly load the file with the .face extension. I have an S3 and load the dials with notify without problems. You just have to pay attention to the ID which for the dials compiled with the m0tral compiler is always the same, this will not allow you to load more than one dial. Loading a second one with the same ID will overwrite the one loaded previously. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a watchface for my Xiaomi S1.
I’m having trouble getting the ANALOG display to work.
I tried decompiling some working .bin files.
I also tried creating a watchface from scratch with MI CREATE, compiling it (and so far everything seems fine), then renaming the output .face file to .bin and decompiling it (just to verify that the file was compiled correctly ...and avoid to brick my watch).
In both cases, if I open the decompiled project with MI CREATE (the .fprj project file created by the decompiler), error messages appear only on the analog display component.
What am I doing wrong?
I also have another question: to upload a watch face created with MI CREATE, if I take the .face file and rename it to .bin, can I upload it directly to the phone (using the Notify for Xiaomi tool, which allows uploading .bin files)?
Or do I necessarily have to publish the .bin file onto m0tral's servers?
Beta Was this translation helpful? Give feedback.
All reactions