This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • Simulator BUG SDK 4.2.3: Wrong width for GlanceView in FR255S compared to real device

    • Acknowledged on
    • 3 Comments
    The simluator has a different width for the dc in the GlanceView compared to the real device. Hence the UI we see in the simulator will not match the UI on a real device. Since I only a have a Forerunner 255S, I can only see this discrepancy for this...
  • Symbol Not Found Errors - Vivoactive 4 with latest device update

    • Acknowledged on
    • 5 Comments
    Hi, with the latest SDK 4.2.4 also a device update for VA4 available. After this update no more compilation of VA4 is possible. All dc commands in onUpdate dc.setAntiAlias.. dc.clearClip(), and so on run in error: Error: Symbol Not Found Error...
  • Monkey C doc: typo in Monkey Types / If-splitting

    • Acknowledged on
    • 0 Comments
    About https://developer.garmin.com/connect-iq/monkey-c/monkey-types/#if-splitting There are two examples that declare named types like this: type Addable as Number or Float or Long or Double or String; I suppose that that this is a typo ("typedef...
  • Move IQ recorded "Activity" while I was asleep

    • Acknowledged on
    • 1 Comment
    Hi, just wanted to report a bug where Move IQ "detected" a workout while I was asleep. I'm guessing, based on the cited distance, that there was a GPS error and the watch interpreted it as a midnight stroll. However, there is no GPS data accompanying...
  • Activity bug

    • Acknowledged on
    • 1 Comment
    I awoke to an activity saying that I walked 6.77 miles at 8:57 pace at 1 AM last night - meanwhile I was asleep (and garmin recorded my sleep). This was on a Forerunner735
  • Venu 2 reading HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN as a dictionary

    • Acknowledged on
    • 1 Comment
    My Venu 2 with a makeWebRequest with responseType set to HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN still put the result in a dictionary instead of dumping it into a string. This is not happening in the simulator, just on the physical device. My app is fetching...
  • Type checking issue for LightNetworkListener.onBikeLightUpdate parameter

    • Acknowledged on
    • 0 Comments
    When overriding the method LightNetworkListener.onBikeLightUpdate it says that the parameter data is of type Ant.Message which in reality is AntPlus.BikeLight . Also the API documentation has to be corrected: How to reproduce: Try compile the...
  • Wrong time stamp showing on pulse graph on marq2

    • Acknowledged on
    • 1 Comment
    When looking at pulse data in the marq2 is shows a graph with the last 4h of data. And youre able to scroll back in time. Pressning the graph once the graph now shows the actual time stamps of the measurements instead of hours backwards. The bug is...
  • Fenix7 touchscreen issue

    • Acknowledged on
    • 1 Comment
    I am a Fenix7 user. Until now, I haven't used the touch interface but recently, I implemented System6's onPress() on a watch face I developed, and noticed that clickEvent.getCoordinates() outputs coordinates that are different from the actual touch...
  • POS.getInfo() returns bad values when accuracy is QUALITY_NOT_AVAILABLE

    • Acknowledged on
    • 1 Comment
    win10/eclipse/4.2.3 according to doc, should return null but returns what you can see below (and even no consequences, sometimes bad position is 0,0, sometimes 180,180)