I have 2 issues from a watchface user with Fenix 5x, Connect IQ 3.1.8, Firmware Version: 21.00
He reports that the watch switches from high power to sleep mode after 10 seconds, even when setting the backlight timeout to 30 seconds, actually regardless of the backlight setting. Is it true that this switchover is fixed to 10 seconds on the Fenix 5x or is there some other explanation?
Next is that the watchface cannot detect when the GPS signal is QUALITY_POOR, QUALITY_USABLE, or QUALITY_GOOD, even when an activity is started, and GPS is reported to be Ready by the watch activity function.
If the watch has Position.getInfo() then I use that to get GPS signal quality. If not then I try to get Activity.getActivityInfo(), if it is not null then I get the
currentLocationAccuracy. I would think that this is sufficient, but it never sees QUALITY_POOR, QUALITY_USABLE, or QUALITY_GOOD.
Is there an explanation for what is happening ?