InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.69k stars 921 forks source link

Wakeup no longer working (tapping, shaking, turn wrist) #1517

Closed ReaderGuy42 closed 1 year ago

ReaderGuy42 commented 1 year ago

Verification

What happened?

The enabled wakeup options no longer work

What should happen instead?

I was expecting the watch to "wake" when tapped or shaken

Reproduction steps

  1. ??
  2. tap watch
  3. not waking up

More details?

I've reinstalled the firmware (1.11) and it still doesn't wake. I've played around with the one tap, two tap options, but nothing works to wake the watch, besides pressing the physical button.

I also noticed that the shake calibration is completely unresponsive.

I've only had the device for a few days and originally this all worked. I think (!) when I first installed the updated 1.11 it also all worked, but as of yesterday it no longer does.

Version

1.11

Companion app

GadgetBridge

JF002 commented 1 year ago

The sleep mode is probably enabled : swipe right to open the quick actions menu and check the bottom left icon. If it's purple, it means that the sleep mode is enabled, which disables all wake options. image

Tap on it until it turns green to re-enable them.

ReaderGuy42 commented 1 year ago

Yup, that was it, that was easy. Thanks!!