-
• #2
Sure, for example the Clock Switcher app does this.
The
Updating boot0...
is becausebootupdate.js
rewritesboot0.js
wheneversettings.json
changed, that happens automatically, no need to do it yourself.
And I thinkclockHasWidgets
is updated automatically bybootloader.js
, so you only need to updateclock
insettings.json
. -
• #3
Great, thanks for the confirmation and for the ready-to-use code :)
Hello,
Is there a way to set the default Clock (Settings > System > Clock) from outside the settings? Typically, from a "Set as default" menu in the clock itself.
My understanding is that I just need to update
clock
andclockHasWidgets
thesettings.json
file, but is there something else? I noticed that when changing the clock from the settings, the watch showsUpdating boot0...
Thank you for your insights