Replies: 3 comments 19 replies
-
Programmed watch faces are verboten under WearOS 5. Juggluco’s watch face can’t be implementing as purely formatting, so it can’t be implemented within the WearOS 5 restrictions. There is an adb command to turn off some of the WearOS 5 restrictions for testing purposes. Maybe the watch face can be used after that command. adb shell device_config put wear_frameworks \
com.google.android.clockwork.systemui.flags.ambiactive_components_expirable \
false && adb reboot See: https://developer.android.com/training/wearables/versions/5/changes#always-on-background-test |
Beta Was this translation helpful? Give feedback.
-
I successfully sideloaded Juggluco on Galaxy Watch7 (GW7) via ADB and I can confirm that phone-watch connection is super stable. As suggested by @j-kaltes I installed GlucoDataHandler on GW7 and used the complications from GlucoDataHandler to display glucose values on a default watchface. I can confirm this is working very well even on WearOS 5 and with direct watch-sensor connection. Direct watch-sensor connection does work, however there are constant disconnects between the watch and the sensor (either status 133 or status 19) and as a result the glucose values are transmitted only every 2 minutes instead of every 1 minute. I read in other thread regarding GW6 where people observed similar behaviour. Is there any way to somehow overcome this problem? |
Beta Was this translation helpful? Give feedback.
-
Your log shows 5 seconds after every received glucose value a status=19 connection error. The slowness of the watch, could make it different, but on the (also slow) Watch 4 I don’t have these connection errors. Maybe it is caused be a kind of misplaced attempt to save battery power, which in reality causes more battery usage because of the reconnection attempts. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was about to buy Galaxy Watch 7 which comes pre-installed with WatchOS 5. Then I noticed that in the download section of the Juggluco website there is a warning that watch face does not work with WearOS 5.
I read that WearOS 5 discontinued support for old watch face formats and going forward they will no longer be supported. Does it mean that Juggluco installed on WearOS 5 watch will not be able to display the glucose levels on the watch? Is there perhaps some workaround or will it require code rewrite to support Watch Face Format (WFF)?
Beta Was this translation helpful? Give feedback.
All reactions