• RE: Edge crashes when two apps use AntPlus.BikePower(Listener)

    Any updates on this? Got feedback from a user who ran into trouble possibly because of this issue.

    I wouldn't have published the apps on the store if I had noticed this before but now that they are out, removing them doesn't seem a good option either…
  • Is that any way get backlight brightness value

    Former Member
    Former Member
    Hi,

    Recently I want to get Backlight brightness (Or at least, light on or off) because I want to add an Indicator to identify whether the backlight has been turned on.

    The purpose is, for Edge device, at the day time, we CANNOT easily see whether backlight…
  • FR630 and Behavior delegate

    Hi,
    My app uses onBack, on select, on previous page and onNextPage. It is running fine on fr230 and 235. I trigger the events by pressing the buttons.
    I expected to work out of the box on the 630 too. But it doesn't, at least in simulator. I…
  • 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…