Looking for Sabbath-Friendly Garmin App: Screen Always On, No Tracking

Hello,
I'm looking for an app that can put the watch into power saving mode, airplane mode, and also disable the screen wake/activation. Additionally, I need the watch to stop measuring any parameters—no step counting, no heart rate monitoring, and no other sensors active. Essentially, I want only the clock display to be on and functioning.
I'm a traditional Jew and want to use my Garmin watch on the Sabbath, but the power saving mode doesn't allow the screen to remain on all the time, and I haven't found any other solution.
I tried creating code for such an app using Copilot, but the whole development process seems a bit complicated.
Does anyone know of an existing app that meets these requirements? Alternatively, is anyone else interested in this kind of app and would like to try developing it together?

BTW, I'm using FR265 

  • So what you're saying is that it's actually possible to do what I'm aiming for—by exporting the settings file to a computer, editing it through a website, and then importing it back to the watch?

    If that's the case, and it needs to be done twice a week (before and after Shabbat), that's definitely not trivial. Just trying to understand how realistic this would be in practice.

  • Why do you want to use a Garmin watch on shabbat? What features that it has, but a $10 watch from decathlon doesn't have would you use on shabbat?

  • I spent a lot of money in the watch; it looks more luxurious than the Casio watch I bought three years ago for $15, and I would prefer to use only this watch. Besides, I find it really, really strange that it's not possible to disable the functions, and that I can't leave the watch in a specific mode of my choosing.

  • So what you're saying is that it's actually possible to do what I'm aiming for—by exporting the settings file to a computer, editing it through a website, and then importing it back to the watch?

    If that's the case, and it needs to be done twice a week (before and after Shabbat), that's definitely not trivial. Just trying to understand how realistic this would be in practice.

    Well, as I said, if activity tracking is disabled, you can re-enable it by opening the Steps or Calories glance (for example), and answering yes to the watch's prompt to enable activity tracking. So you would "only" need use the website once a week, to disable activity tracking.

    This is assuming that FR265 works the same way as FR955 of course (in the sense that the activity tracking setting still exists under the covers, although it's no longer in the UI). 

    You would also need to manually disable the optical HR sensor as mentioned. The website could also do this for you, to save time. But you can always disable optical HR yourself.

    I could make the website pretty quickly, as I already have one that edits activity FIT files to fix a couple of Garmin bugs. The code to change the setting itself is literally a 5 minute job (I already made a local version that turns off activity tracking and tried it out on my FR955). The bulk of the work is making the website user-friendly (adding the correct text/instructions/error checking for your specific use case.) It would take slightly longer if you also want the website to disable optical HR at the same time.

    But I won't do it unless you are interested.

  • Also, I suppose you could use the backup/restore settings feature in Connect to streamline this process.

    e.g.

    Initial setup:

    1) Back up settings before disabling activity tracking

    2) Disable activity tracking (using the website) and disable optical HR (either manually or using the website). Back up this version of settings as well

    3) To re-enable tracking, restore the backup from 2)

    Regular usage:

    4) Back up settings before disabling activity tracking

    5) Disable activity tracking by restoring the backup from 2)

    6) To re-enable tracking, restore the backup from 4)

    I think this would only work if:

    - you don't already make automatic backups (as I imagine that older backups would be automatically removed at some point, so you wouldn't be able to keep a single older backup with activity tracking disabled)

    - other changes to settings don't need to be preserved when you disable activity tracking

    Of course you could always make your own backup of the settings FIT file on your PC (it's just a single file). But I assume the biggest hassle of all of this is the requirement to connect your watch to the PC and manually copy files in the first place.

    Yeah I realize all of this is impractical. Maybe I shouldn't have suggested it.

  • Hello

    Without getting technical about CIQ development or religion, most users (of all technology) ask for XY & Z but only really need 90% of X and 50% of Y.

    So my questions are:

    1) Would a really simple process of making the watch face only show the time and not display any messages that come through from your connected phone be good enough?

    If yes then use Do Not Disturb (this is relatively easy development - most of my watch faces have the option to show only time in DND and in the users preferred color so it can be a very dim color if needed). Putting the watch into and out of DND takes 2 or 3 button presses on the watch so it is really easy and practical

    2) Does the measuring have to stop if it is happening silently in the background without your 'knowledge'?

    EDIT: Also you can set up your sleep times so that DND is automatically engaged, and you could set up Sabbath times as 24 hours of sleep

    EDIT2: It would also be possible to code if the day is Friday and after sunset or day is Saturday before sunset then only show time