Complete
over 4 years ago

Issue is similar to WERETECH-8716

Fenix 6 series - onExitSleep() doesn't work after wake up in the morning

With one of the last firmware this bug was introduced that causes the low power mode to be enabled all the time after your sleep time.

That means the onExitSleep() method isn't called anymore. This cause all wrist gesture based app logic to be ignored and never called.

I'm using the hight power mode in a watch face to request weather information or render graphs into a buffered bitmap. The complete logic doesn't work anymore.

But there is an unacceptable workaround: when you toggle to any other view and back to the watch face everything work fine.

Thanks for your support.

Parents
  • No this is not related to the background. I'm using a flag to pass the power mode state from onExitSleep() into the on update() call. Then the watch face logic displays extra data fields. All this is not working anymore. A simple reload of the watch face view makes is working again until the next morning when you awake.

    It seems that the wrist gestures are disabled at night in the device firmware but never enabled again. Maybe this bug depends on the light settings during night?

Comment
  • No this is not related to the background. I'm using a flag to pass the power mode state from onExitSleep() into the on update() call. Then the watch face logic displays extra data fields. All this is not working anymore. A simple reload of the watch face view makes is working again until the next morning when you awake.

    It seems that the wrist gestures are disabled at night in the device firmware but never enabled again. Maybe this bug depends on the light settings during night?

Children