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. 

  • exitTo not exiting

    • Ticket Created on
    • 3 Comments
    On a 1030+ with 4.0, my app is no longer exiting with exitTo(). I'm using exitTo() to launch a course. The launching works but you can't go back into the app (or the widget version). And when you shut the the device off, it says an app is running...
  • FIT CONTRIBUTIONS BUG

    • Acknowledged on
    • 2 Comments
    I have detected issue on new gamins 1030 plus 530 and 830, it seems fit contributions transfer data is not the same as old gamins like 1030 and 1000 when I use more than 9 fit contributions the app stops on initialize and that is not happening on old...
  • Code crash only when type = widget

    • Ticket Created on
    • 6 Comments
    Hi, I copied a code base for an app in eclipse using latest compiler. I made a few changes to the code... adding glance view, annotating widget view, updated the xml to type = widget... When I run it as a widget it crashes in the widget initialise...
  • Fenix 6 pro. Laps no more visible in GCM for activities save as "Cardio" type.

    • Ticket Created on
    • 1 Comment
    Since last fenix 6 software update. Issue fixed for F945 but fenix 6 is impacted too. https://forums.garmin.com/developer/connect-iq/i/bug-reports/no-more-laps-visible-with-cardio-type-from-gcm
  • Android connectiq send message broken

    Former Member
    Former Member
    • Ticket Created on
    • 2 Comments
    I use an Android device to send a message to my IQApp, but the connectiq.jar bombs when trying to deliver the sent message status. "com.garmin.android.connectiq.EXTRA_REMOTE_DEVICE" is a device, but treated as a long (IQMessageReceiver class, "onReceive...
  • SDK version is ignored when compiling barrels.

    • Ticket Created on
    • 1 Comment
    Hi, When compiling a barrel (in either VSCode or Eclipse), setting minimum sdk version does nothing. This is a problem because if, for example, the barrel has (:background) annotation, it will deluge the output window with page upon page of warnings...
  • VSCODE : Console connection breaks onBackgroundData in WatchFace

    • Ticket Created on
    • 0 Comments
    Hi, I am developing a WF with a background service and am finding VSCode loses console connection every time I receive data. In onBackgroundData I have something like this: function onBackgroundData(data) { System.println("OBD "+data); // Do...
  • VSCODE : Feature request : Viewing build output from Export

    • Ticket Created on
    • 0 Comments
    In Eclipse, when you compile for release, warnings and progress are output to the console so as to allow developers to see any errors that might have occurred. In VsCode, when you select "Monkey C : Export Project", the compile occurs in a background...
  • VSCODE : Feature request : Stop giving focus to console

    • Ticket Created on
    • 0 Comments
    Currently, when running in VSCode, any .println() statement to output to the console takes the keyboard focus out of wherever it is and places it in the console. Neither is it possible to hide the console as each .println() statement will bring the console...
  • App sporadically fails to draw screen on launch.

    • Ticket Created on
    • 2 Comments
    This has been seen on devices - Forerunner 735xt and Vivoactive 4 have been confirmed, not sure what others are affected. However, it is VERY easy to replicate on the simulator, and it appears that (on the simulator at least) it is easier on some devices...