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. 

  • Watch Forerunner 955 crash when changing activity during a run

    • Acknowledged on Feb 20, 2025
    • 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
    • Apr 5, 2023 5:12 PM
  • Build errors when using resource overrides

    • Acknowledged on Feb 20, 2025
    • 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...
    • Apr 4, 2023 7:10 AM
  • Floors up counting is broken during Walk activity since last update.

    • Acknowledged on Feb 20, 2025
    • 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...
    • Apr 2, 2023 9:52 PM
  • Battery lifetime AOD mode AMOLED

    • Acknowledged on Feb 20, 2025
    • 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...
    • Apr 2, 2023 5:36 PM
  • currentLocation returns bad value

    • Acknowledged on Feb 20, 2025
    • 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...
    • Apr 2, 2023 1:04 PM
  • SensorHistory still bugged

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Problem is with -body battery, stress (sim/f7/f6) - getNewestSampleTime()/getOldestSampleTime return value +~20 lat - getMin()/getMax() returns number but SensorSample.data is float and Sp02 (f7/f6) - data are not put always into history (SensorSample...
    • Apr 1, 2023 11:11 PM
  • Support the SPORT_VOLLEYBALL sport for Session recording

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    I tried using the SPORT_VOLLEYBALL, which is shown as an existing value when using intellisense, but it crashes all watches if used. As my primary app is a Volleyball App, I would really like to use this value. I now use SPORT_GENERIC.
    • Apr 1, 2023 1:57 PM
  • walkingStepLength runningStepLength doc bug

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    doc says var runningStepLength as Lang.Number or Null Running step length in millimeters (mm) I think should in be cm.
    • Mar 31, 2023 11:43 PM
  • try-catch breaks finally blocks

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Given the following code: function bar() { throw new Lang.Exception(); } function foo() { try { } catch (ex) { } finally { try { bar(); } catch (ex) {} System.println("Still ok"); } System.println("but never gets here"); ...
    • Mar 31, 2023 3:05 PM
  • setFill() chrash on Venu2sq devices

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    I use the new texture functions for new SDK4 devices without problems. I have define a png as texture and use dc.setFill(texture) before I draw a rectangle. This is working fine in all SDK4 OLED devices. only on a Venu2sq the compiler crashed with...
    • Mar 31, 2023 12:41 PM