• RE: Creating a FIT-File in an app

    Ok, let's hope that we can with session.createField() contribute also other types than float as it is with the fitcontributor which is somehow buggy (at least the entire displaying chain on GC web).

    Yesterday I created a first version of my first…
  • eclipse luna valid with connect iq plugin 2.1.5?

    i have just done a fresh installation of luna on windows 10 x64, and i am not able of installing connectiq plugin.
    i get a message that eclipse.core.expressions 3.5.0 is not available.
    i am not very familiar with eclipse, but i have the feeling that this…
  • RE: Out of memory error

    Former Member
    Former Member
    Playing with the code I found out that although there is a garbage collector indeed since memory is actually freed after around a couple of seconds, but sometimes it's not fast enough, especially if you wait for memory-hungry structures like dictionaries…
  • RE: Features from new SDK are not effective on real hardware

    Hi Jim,

    thanks for updating this. In the meantime, I got it running. Problem was, that the simulator showed the right behaviour. Nevertheless, as soon as I released a new version of my datafield via Garmin connect store, my datafield also updated on…
  • RE: Face-It!

    Former Member
    Former Member
    I was hoping for the analogue watch face with seconds hand always active for FR230 like it is on Fenix 3, but alas although it's actually almost native Garmin app, resulting watch face is still considered an "IQ application" meaning it goes to and from…
  • Bug: range of average cadence is half of the range of cadence

    Former Member
    Former Member
    I noticed this a while ago and it's come up again while i work on my data field.

    The cadence data value is in the correct range (e.g. 160-200), however average cadence range is half this (e.g. 80-100). For example, if my current cadence is 172 and…
  • RE: How to estimate app cpu usage in sdk or in device?

    I have a simple power graph app in the making. I've gone through several options on how to display the graph. As the app gets updated once per second there are many ways to do it dramatically wrong. :-)

    Is there any way to measure (or estimate) app…
  • RE: gMap Support

    Can it be possible that the data transfer via Windows 10 (Phone) doesn't work yet?


    Doing any communication from CIQ apps to GCM/WP has never worked. GCM/WP doesn't support it yet. People have asked for it (including me) in the Garmin Connect Mobile…
  • RE: How do I Custom colors?

    That chart would get pretty big pretty quick. All devices are supposed to support the base 15 colors listed in the documentation (14 colors + transparent). Some devices support 64 colors, and at least one device supports 16-bit color (65535 colors). To…
  • RE: makeImageRequest not responding

    Here are my findings:

    1)
    - the simulator invokes "Invalid Resource" on at least some images. Maybe it has something to do with the palette, I have not tested yet.
    - on the watch (F3 V6.52 beta) itself it works nevertheless great.
    2)
    - with an image…