06-12-2018 02:47 - edited 06-12-2018 02:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-12-2018 02:47 - edited 06-12-2018 02:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm developing a clockface for the Ionic, in which I can change the appearance during runtime.
Now I noticed that, when I start another app and return to the clockface, the clockface shows the start up appearance again.
So it seems that the clockface will be restarted everytime when you return to it. Is this correct, or do I do something wrong?
Capitano
Answered! Go to the Best Answer.
Accepted Solutions
06-12-2018 02:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-12-2018 02:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Both. 🙂
Yes, the clockface restarts, meaning that any data stored in variables will be lost.
Yes, you need to save your customised appearance settings using the filesystem before they're lost (eg, whenever they're changed), and then reload them when your clockface restarts. There's a couple of threads about that somewhere, including sample code.
Gondwana Software
06-12-2018 02:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-12-2018 02:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Both. 🙂
Yes, the clockface restarts, meaning that any data stored in variables will be lost.
Yes, you need to save your customised appearance settings using the filesystem before they're lost (eg, whenever they're changed), and then reload them when your clockface restarts. There's a couple of threads about that somewhere, including sample code.
Gondwana Software
06-12-2018 02:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-12-2018 02:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks a lot for the quick answer!

06-12-2018 04:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-12-2018 04:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi, I've been having the same issue. I tried searching for a solution on the forum but I haven't been able to find a related thread. Could you possibly link to one/some of them please?

06-12-2018 06:30 - edited 06-12-2018 07:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-12-2018 06:30 - edited 06-12-2018 07:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Ok, I searched some more and found a few pieces of helpful code I'm going to try out. I searched for "save settings" and these came up:
- https://community.fitbit.com/t5/SDK-Development/JPeg-API-quick-question/m-p/2458562/highlight/true#M...
- https://community.fitbit.com/t5/SDK-Development/Locale-Specific-Settings/m-p/2650699/highlight/true#... (this is more to store settings on the companion)
- https://community.fitbit.com/t5/SDK-Development/Saving-settings-on-the-watch/m-p/2224958/highlight/t...
06-12-2018 13:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-12-2018 13:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@JeComYep, those are what I was remembering. 🙂
Gondwana Software

