Do I understand that correctly?
A data field, also for older Edge models, with SDK 8.1.0 rebuild
-runs on an Edge 1030 with its final CIQ Vers. 3.3.6
-does not run on an Edge 1050 with old/outdated CIQ Vers. 5.0
It has nothing to do with the…
Do I understand that correctly?
A data field, also for older Edge models, with SDK 8.1.0 rebuild
-runs on an Edge 1030 with its final CIQ Vers. 3.3.6
-does not run on an Edge 1050 with old/outdated CIQ Vers. 5.0
It has nothing to do with the…
The Merchant Account tab does not currently display on the store's developer dashboard unless you have published at least one app with your account. This will change in the future so a published app is not a requirement.
For now, you'll need to submit…
In the above example, onUpdate() should be onUpdate(dc as Graphics.Dc) as Void
, or at the very least, onUpdate(dc)
.
The example omits types in a few places, as well as any details that aren't relevant or are unknown (e.g. the rest of MetronomeApp and…
Does your CIQ app have the Fit permission (indicating it can record an activity)?
https://developer.garmin.com/connect-iq/core-topics/manifest-and-permissions/
Some products provide separation between activities and apps. If your app has the
Fit
permission…
In the meantime, you can let the team know that it seems to have something to do with conditionals without matching else statements. From the places I've seen problems, it is in places with conditional logic.
I'm not sure this is the case;…
If I changed background color to transparent color, result is as follows,
Yeah, flocsy was right, a transparent background color won't work because you need to be able to clear the DC :/.
Sorry, bad advice.
I think you might have to…
IMHO 2. won't work exactly because of the same problem GC is killed after a few minutes.
1. this could work for body battery and stress. Background can run once in every 5 minutes.
I don't think you can do it for the HRV. There's no such API. Basically…
In the simulator onLayout is "useless" but onUpdate is called for each field, so there you call getWidth, getHeight and getObscurityFlags, create a "hash" (I used ((width*1000)+height)*1000+obscurityFlags. This is a number or you can use the string: …
There appears to be a "feature" in the watch firmware because the PRF files look like they have some corruption:
AnnulusFace.fillHand does what it sounds like, draws two polygons to make a hand. It is only ever called in onUpdate or onPartialUpdate…
What I've found is a work around, to at least inform your code that you are OFF ROUTE, is to detect when you are progressing in distance, but the Distance2Destination is static. That means you are off route.
It seems, the behaviour…