Search found 7 matches: SysProSetInt

Searched query: sysprosetint

by asoo
21 Nov 2025, 19:23
Forum: Watchfaces discussion
Topic: Trying to get color in AOD
Replies: 4
Views: 1914

Re: Trying to get color in AOD

... cause the variables you get from the buttons to disappear. Therefore, you must store the values ​​in the System property instead, which is
"SysProSetInt" "SysProGetInt" .

I haven't created a watch face that affects AOD selections, so I can't provide accurate recommendations.
This is all I can ...
by frankh93
21 Nov 2025, 18:06
Forum: Watchfaces discussion
Topic: Trying to get color in AOD
Replies: 4
Views: 1914

Re: Trying to get color in AOD

... cause the variables you get from the buttons to disappear. Therefore, you must store the values ​​in the System property instead, which is
"SysProSetInt" "SysProGetInt" .

I haven't created a watch face that affects AOD selections, so I can't provide accurate recommendations.
This is all I can ...
by asoo
21 Nov 2025, 00:44
Forum: Watchfaces discussion
Topic: Trying to get color in AOD
Replies: 4
Views: 1914

Re: Trying to get color in AOD

... cause the variables you get from the buttons to disappear. Therefore, you must store the values ​​in the System property instead, which is
"SysProSetInt" "SysProGetInt" .

I haven't created a watch face that affects AOD selections, so I can't provide accurate recommendations.
This is all I can ...
by asoo
23 Jul 2025, 09:44
Forum: Watchfaces tools
Topic: Watch face editor for Amazfit watch on ZeppOS
Replies: 1191
Views: 2701419

Re: Watch face editor for Amazfit watch on ZeppOS

... on my bip6.
I can't test it on the balance because now I am on my work out of my province I hope I understand correctly and it's useful for you.
Note : use SysProSetInt
https://i.postimg.cc/wT7tmFwB/Animationtest2.gif

Project open on Watch face editor for Amazfit watch on ZeppOS
aod.rar
by SashaCX75
05 Jul 2025, 22:21
Forum: Watchfaces tools
Topic: Watch face editor for Amazfit watch on ZeppOS
Replies: 1191
Views: 2701419

Re: Watch face editor for Amazfit watch on ZeppOS

SysProSetInt works fine.
I have never used SysProSetInt64.
by asoo
28 Apr 2024, 16:12
Forum: Watchfaces discussion
Topic: button change background watchface
Replies: 3
Views: 4750

Re: button change background watchface

... AOD background?


if you want to change the AOD background together with the normal watchface. , you must to use something like this
hmFS.SysProSetInt('js_test_int', 123)

Variables for the home screen and AOD are separate, so data must be manually saved to memory. hmFS.SysProSetInt. to use ...
by SashaCX75
03 Jan 2024, 18:02
Forum: Watchfaces tools
Topic: Watch face editor for Amazfit watch on ZeppOS
Replies: 1191
Views: 2701419

Re: Watch face editor for Amazfit watch on ZeppOS

... to change settings related to the AOD screen. In other cases it is not necessary. To save a setting, you usually use something like this
hmFS.SysProSetInt('js_test_int', 100)
You can read in the documentation how to use this function correctly and how to read the data afterwards
https://docs ...

Go to advanced search