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. 

  • onBack - Symbol Not Found on Forerunner 945 LTE

    • Acknowledged on
    • 3 Comments
    Hi, The following function call works perfectly fine on all devices and for a long time, however since two weeks I received a report from a single user who gets Media Error on every back press. Menu2InputDelegate. onBack () Error Name: Symbol...
  • setFill and setStroke crashes the app (datafield) on Edge 1040

    • Acknowledged on
    • 4 Comments
    Example: function onUpdate(dc as Dc) as Void { dc.setColor(Graphics.COLOR_WHITE, Graphics.COLOR_WHITE); dc.clear(); dc.setAntiAlias( true ); dc.setColor(Graphics.COLOR_PINK, Graphics.COLOR_WHITE); dc.fillCircle(dc.getWidth()/ 3 , dc.getHeight...
  • VA 4 sim crashes on call to dc.getTextWidthInPixels()

    • Acknowledged on
    • 0 Comments
    This line (simplified to debug this problem) var w = dc.getTextWidthInPixels("X", Gfx.FONT_SMALL ); the first time this function is called, crashes in the Vivoactive 4 Sim with a Error: Symbol Not Found Error Details: Failed invoking <symbol> ...
  • Bug: UserActivity.duration incorrect type??

    • Acknowledged on
    • 12 Comments
    Based on the documentation, UserActivity class member duration should return a number (just like class member distance ), but it does not. Duration seems to be an object. It doesn't seem like it's part of either the Time.Moment class or Lang.Number class...
  • steps length are bad

    • Acknowledged on
    • 2 Comments
    win10/eclipse/4.2.3 sim: as on imagebelow my devices- I don't have in profile my own steps length so it means it's calculated auto - f7 - both null - f6 - both zero but one user (f5X) can see 620 so probably put his own data and its is in m...
  • Watch Forerunner 955 crash when changing activity during a run

    • Acknowledged on
    • 0 Comments
    During a run activty, when I select the 'up' button to open settings and then select Change Activty, the watch crashes and reboots. It's not something that I do often but it's still a crash
  • Build errors when using resource overrides

    • Acknowledged on
    • 3 Comments
    I'm using resource overrides for some devices to override layouts. I am using text-areas in my layout file and for devices that don't support text-areas I create device specific layout files (such as the vivoactive 3). It works fine in the simulator but...
  • Floors up counting is broken during Walk activity since last update.

    • Acknowledged on
    • 4 Comments
    Hello, Since the last software update, the counting of floors during "Walk" activity is incorrect - I was walking downhill and my device counted 15 floors up, which is impossible when going downhill. Also during the same "Walk" activities that I am...
  • Battery lifetime AOD mode AMOLED

    • Acknowledged on
    • 4 Comments
    Hi, I've found that battery life doesn't change much when there are no pixels on or 10% of the pixels are on in AOD mode. This means that as soon as AOD is switched on, the battery life drops from 10 to 3 days even if there are no pixels on in AOD mode...
  • currentLocation returns bad value

    • Acknowledged on
    • 7 Comments
    Toybox.Activity.getActivityInfo().currentLocation returns [0,0] instead of null when no location in activity [0,0] is valid value so I can't tret it as thing to ignore win10/eclipse/4.2.3, f7/11.28 btw. it's impossible to clear format of 1st...