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.

Пошук дав 5 результатів

Return

YsPan
19 квітня 2026, 07:06
Jump to forum
Jump to topic

Re: I make a tool to push the zpk into official simulator, but have little problems

I find the issue caused by, and I can push some watchfaces to the official simulator :D
(Example watchface: Marc F18 Golf FR V1 ( https://amazfitwatchfaces.com/active/view/1737 ) made by markillers ( https://amazfitwatchfaces.com/ucp/871122 ))
https://i.postimg.cc/pTPLZ7ph/ying-mu-xie-qu-hua-mian ...
YsPan
20 квітня 2026, 16:57
Jump to forum
Jump to topic

Re: I make a tool to push the zpk format watchface into official simulator, but have little problems(Fixed)

After dive in the JSON file, I discovered that the simulator uses socket.io to communication with the CLI.

Fortunately, NuGet has the package uses the same protocol, is available for C#.

https://github.com/doghappy/socket.io-client-csharp

Using that NuGet package, along with my limited C ...
YsPan
21 квітня 2026, 10:33
Jump to forum
Jump to topic

Re: I make a tool to push the zpk format watchface into official simulator, but have little problems(Fixed)

I uploaded the polished version here:
https://github.com/Bob-YsPan/zepp-os-pu ... mulator-cs
Spoiler
Зображення
Maybe this version is easier to merge into the Editor, it eliminates the dependency on Node.js.
YsPan
21 квітня 2026, 10:56
Jump to forum
Jump to topic

Re: I make a tool to push the zpk format watchface into official simulator, but have little problems(Fixed)

I find out the package exported by the SashaCX75's WatchFace editor, can push into the simulator with little modification:

Edit: I added the flow into the C#'s version of the program, just open the exported watchface package like the zpk!

(Steps 1~2 can see the instruction in this README https ...
YsPan
23 квітня 2026, 09:03
Jump to forum
Jump to topic

Re: I make a tool to push the zpk format watchface into official simulator, but have little problems(Fixed)


If you want to keep your utility as a standalone app, I have a few suggestions.
Take the app.json file from the watch face archive rather than selecting it as a separate file. Instead of using the DeviceSource code, specify the exact model; this makes it clearer. If possible, allow users to select ...