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. 

  • walkingStepLength returns 0

    • Acknowledged on Feb 4, 2025
    • 6 Comments
    var profile = UserProfile. getProfile (); var stepLengthMM = profile.walkingStepLength; walkingStepLength returns 0 on Fenix 7S, SW version 19.41 and VA4S SW version 8.3
    • Feb 1, 2025 2:13 AM
  • no packing format supported (jpg, png) for new Instinct 3 AMOLED (45mm and 50mm)

    • Acknowledged on Feb 4, 2025
    • 1 Comment
    Hi together, is that only a compiler.json bug for the new instinct3 AMOLED devices. This section is missing in compiler.json "imageFormats": [ "yuv", "jpg", "png" ], therefore the compiler warning in showing if use the packingFormat ...
    • Jan 31, 2025 5:01 PM
  • Connect IQ SDK 7.4.3 Oauth2 malforms urls on Android

    • Acknowledged on Feb 4, 2025
    • 9 Comments
    When using the authenticate oauth2 API, the url sent to the default browser by the Connect IQ app is malformed on Android devices. The url should look like https://requesturl ? parameter1=xxxxx&parameter2=yyy etc But instead it produces https:...
    • Jan 29, 2025 8:13 PM
  • Global issue with GPS files in latest update?

    • Acknowledged on Feb 4, 2025
    • 5 Comments
    There are stories bubbling up on the socials and in the press that there is a problem with Garmin watches crashing globally in the past few days. I have one user reporting my app has been unable to connect to GPS on a F8 for the past couple of...
    • Jan 29, 2025 8:06 PM
  • Degrees symbol in GEO_DMS string shows up as a strange character

    • Acknowledged on Feb 4, 2025
    • 7 Comments
    When formatting a position in DMS format on the Instinct Crossover and Venu Square 2 like this: var dms = posn. toGeoString (Position.GEO_DMS) as String; The degrees symbol in the string shows up as Unicode 57520, hex 0xE0B0 instead of decimal...
    • Jan 29, 2025 5:23 AM
  • bug: System Error when calling Session.start()

    • Acknowledged on Jan 28, 2025
    • 2 Comments
    I see a few errors like: Error Name: System Error Devices: Forerunner® 965: 19.18 Forerunner® 245: 13.70 Backtrace: MyView.startTimer:184 code: MyView { function startTimer() as Void { session.start(); } } However I don't understand...
    • Jan 28, 2025 12:22 PM
  • Picker don't show confirmation button for Fenix8

    • Acknowledged on Jan 28, 2025
    • 0 Comments
    SDK: 7.4.3 MC Extension: 1.1.0 (updated 19/1 25) Fault: The confirmation button is not visible (or probably outside the screen) when running simulator for Fenix8. Same thing on watch. How to reproduce: Run the Picker samples with Fenix8.
    • Jan 27, 2025 12:17 PM
  • Fenix 8 bugs

    • Acknowledged on Feb 4, 2025
    • 5 Comments
    Users are reporting bugs while the app is working fine on simulator and on Fenix 7 (Current SDK: IQ 7.4.3): - app menu being very slow, sometimes unusable; - no sound - after a time, the app reacts very slowly, and after exit the watch is reacting...
    • Jan 26, 2025 12:07 PM
  • Cannot Calculate Mod (%) with Doubles

    • Acknowledged on Jan 28, 2025
    • 6 Comments
    I get an error when I try to calculate a mod with two doubles. There is no error when doing the equivalent calculation with a formula. var a = 5 as Double; // or 5d var b = 2 as Double; // or 2d var c = a % b; // ERROR: Cannot perform operation ...
    • Jan 26, 2025 6:21 AM
  • "char --" or "char -= 1" error

    • Acknowledged on Jan 28, 2025
    • 3 Comments
    I noticed recently you can increment a Char but you can't decrement a Char. var foo = 'A'; foo ++; The above is fine and `foo` is now 'B'. But in the below: var foo = 'B'; foo --; The second line fails to compile with error: Cannot perform...
    • Jan 24, 2025 12:21 PM