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. 

  • onExitSleep() no longer called after user sleep time (FW 25.00, Fenix 6)

    • Acknowledged on
    • 3 Comments
    Hello, this bug has reappeared for Fenix 6 after Firmware update 25.00. In the daytime, onEnterSleep() and onExitSleep() are triggered by wrist gesture as normal. But once we enter the user's sleep period, onExitSleep() is never called again. Even...
  • Fix the static functions

    • Acknowledged on
    • 5 Comments
    Hi CIQ team, The static functions are broken for a long time now, it would be a good thing to fix them and be able to use them as in other languages Best regards
  • Eclipse - SDK new devices update caused 'Index out of bounds' error in Run debug configuration.

    • Acknowledged on
    • 7 Comments
    Hello, All worked normally in Eclipse 2022.12, SDK 4.1.7. Win 10 x64. New devices arrived : forerunner 965 and 265/265s. SDK devices were updated. Now IDE cannot launch debugger. Configuration for run debug now totally damaged. An error has occurred...
  • Feature request: WatchUi.showToast() for Background service

    • Acknowledged on
    • 1 Comment
    In API exists only one method for user attension: Background. requestApplicationWake. I suppose it's a good alternative to add method Background.showToast().
  • feature-request: managing of memory connecting with settings

    • Acknowledged on
    • 1 Comment
    Everybody knows how important is memory consumption, especial in glance, background and watch faces, so 1. Add scope to individual properties in settings (like with resources). Of course updating property in glance doesn't destroy others from foreground...
  • sdk 4.2.1 memory consumption

    • Acknowledged on
    • 15 Comments
    eclipse, win widget f6p - 4.1.7 11kB - 4.2.1.16.5kB +6,5kB on start!!!! 6.5kB/28kB almost 25% more memory just because using 4.2.1.... so if glance uses e.g. a bigger properties (has to be the same, no scope), the same like app usually crash...
  • The Picker sample project doesn't compile in sdk-4.2.1

    • Acknowledged on
    • 0 Comments
    ERROR: approachs60: Picker/source/pickers/ColorPicker.mc:60: Cannot override parameter 1 of '$.Toybox.WatchUi.PickerDelegate.onAccept' with type '$.Toybox.Lang.Array<$.Toybox.Lang.Number>'. ERROR: approachs60: Picker/source/pickers/DatePicker.mc:56...
  • Newly created DataField app fails the type checker out of the box.

    • Acknowledged on
    • 2 Comments
    Use "C-Shift-P MonkeyC: New Project" to create a new DataField app, "C-Shift-P MonkeyC: Edit Products" to add your favorite devices, then build with Strict type checking. It fails to build with: ERROR: fenix5xplus: DataFieldTest/source/DataFieldTestView...
  • finally doesn't work as expected

    • Acknowledged on
    • 1 Comment
    In every language I know that supports finally, once you enter the try, the finally block always executes, no matter how you exit. In monkeyc, it only executes on fall-through exit from the try or catch. So (sorry about the weirdness, I just wanted...
  • feature-request: add Trial App - Callback Credentials per app

    • Acknowledged on
    • 0 Comments
    Currently the trial-app credentials belong to the developer. It would be more useful / secure if each app could have it's own credentials.