BangleApps/apps/powersave
kyleplo a40c2b0632
[Power Save] Fix a couple of silly mistakes
2022-10-02 14:49:37 -04:00
..
ChangeLog [Power Save] Fix a couple of silly mistakes 2022-10-02 14:49:37 -04:00
README.md [Power Saver] Remove accelerometer interval adjustment, fix bugs 2022-09-26 19:13:42 -04:00
boot.js [Power Save] Fix a couple of silly mistakes 2022-10-02 14:49:37 -04:00
metadata.json [Power Save] Fix a couple of silly mistakes 2022-10-02 14:49:37 -04:00
powersave.png
screen.js [Power Saver] Remove accelerometer interval adjustment, fix bugs 2022-09-26 19:13:42 -04:00

README.md

Power Saver

Save your watch's battery power by halting foreground app execution while the screen is off.

Features

  • Stops foreground app processes
  • Background processes still run
  • Clears screen
  • Foreground app is returned to when screen is turned back on (app state is not preserved)

Controls

  • Automatically activates when screen times out, timing can be adjusted using normal timeout settings
  • Deactivates when screen is turned back on

Warnings

  • This is not compatible with apps that need to run in the foreground even while the screen is off, such as most stopwatch apps and some health trackers.
  • If you check your watch super often (like multiple times per minute), this may end of costing you more power than it saves since the app you are using will have to restart everytime you check it.

Requests

Contact information is on my website

Creator

kyleplo