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. 

  • Bug report: static Lang.Dictionary class variable broken in SDK 4.1.6

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    With previous versions, it was possible to have static dictionaries inside classes. With SDK version 4.1.6, it is not working anymore. Previously working: class Test { static private var some_variable = {}; static function test(some_arg){ return;...
    • Nov 14, 2022 8:00 PM
  • Out Of Memory Error on Forerunner 255 Music: 12.27

    • Acknowledged on Feb 20, 2025
    • 5 Comments
    f6p: app peek 86.3, free ~23kB fr255: app peek 65.3 (additional mem to graphic pool) and free ~60kb but form time to time: Error Name: Out Of Memory Error Occurrences: 2 First Occurrence: 2022-11-10 Last Occurrence: 2022-11-14 Devices: Forerunner...
    • Nov 14, 2022 1:50 PM
  • Connect IQ causes watch face to crash

    • Acknowledged on Feb 20, 2025
    • 8 Comments
    If you comment out settings elements in the settings.xml it will cause the watch face to crash inexplicably when that version is distributed to the watch by Connect IQ. It should be noted that the simulator version works correctly with commented...
    • Nov 13, 2022 9:57 AM
  • Connect IQ Settings don't match installed app version

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    For some reason the App Settings displayed is not that of the corresponding installed App version And the App version installed does not correspond to the App version displayed by Connect IQ [which already is not the latest] Running the update may...
    • Nov 13, 2022 9:53 AM
  • Phantom heart rate

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    When I remove my Garmin forerunner 735xt it still reads a heart rate for about 2 more minutes while the watch is not anywhere near any of my skin. Aka a phantom reading where it's creating readings out of thin air. This annoys me because it somewhat...
    • Nov 13, 2022 1:33 AM
  • Button simulation got broken for some devices on 4.1.6 sdk

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    Looks like button simulation is broken for some devices I'm building same app on 4.1.6 sdk and launching on simulator - for fenix 5s plus buttons presses are not intercepted - for venu 2 button presses are intercepted. When the same code is launched...
    • Nov 11, 2022 11:29 PM
  • Fix Dexcom blood glucose data field alignment

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Recently the displayed value of the Dexcom data field is offset to either the right or the left so it is impossible to see all the digits.
    • Nov 10, 2022 7:35 PM
  • Unused new expressions are discarded

    • Ticket Created on Nov 11, 2022
    • 3 Comments
    Given: var wasCalled as Boolean = false; class C { function initialize(logger as Logger) { logger.debug("This should appear"); wasCalled = true; } } (:test) function test(logger as Logger) as Boolean { new C(logger); return wasCalled;...
    • Nov 10, 2022 6:41 PM
  • Sdk 4.1.6 can't lookup static methods from within the class

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    Given: module Statics { var ok as Boolean = false; class C { function initialize() { C.foo(); } static function bar() as Void { C.foo(); } private static function foo() as Void { ok = true; } } (:test) function static_from_initialize...
    • Nov 10, 2022 5:51 PM
  • Garmin bike chalenges and virtual Zwift ride

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Anyone know why I can't finish bike chalenge for badge with virtual Zwift ride? Why only real ride is supported?
    • Nov 10, 2022 3:25 PM