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. 

  • Feature request: access to user waypoints

    • Acknowledged on Feb 11, 2025
    • 0 Comments
    I am working on a navigation app. One of the things I would like is to be able to tap into the user's saved locations to show them on a map. Right now, there is no way to access the position of a user waypoint: https://forums.garmin.com/developer/connect...
    • Feb 4, 2025 1:25 AM
  • Feature request: Allow custom rotation of MapView

    • Acknowledged on Feb 11, 2025
    • 0 Comments
    I want my users to be able to view objects on a map that is rotated to show them what is ahead of them. I want to do this using the compass. Right now the MapView can only be rotated according to a user setting: fixed or track view. This doesn't work...
    • Feb 4, 2025 1:11 AM
  • Wrong months in more-activities

    • Acknowledged on Feb 11, 2025
    • 1 Comment
    Bar graph in “more-activities-allcycling-1year” shows february as january etc. It is one month off.
    • Feb 3, 2025 5:21 PM
  • Loading HLS audio (m3u8 playlist)

    • Acknowledged on Feb 11, 2025
    • 0 Comments
    Ubuntu 24.04, Connect IQ 7.4.3 After loading the .m3u8 file, the responseCallback event is triggered, where the code = 200 and date = null are transmitted. At the same time, Viewing HTTP traffic shows that the media is being loaded. After loading...
    • Feb 2, 2025 9:32 AM
  • 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