... 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 ...
Search found 7 matches: SysProSetInt
Searched query: sysprosetint
- 21 Nov 2025, 19:23
- Forum: Watchfaces discussion
- Topic: Trying to get color in AOD
- Replies: 4
- Views: 1914
- 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 ...
"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 ...
- 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 ...
"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 ...
- 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
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
- 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.
I have never used SysProSetInt64.
- 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 ...
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 ...
- 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 ...
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 ...