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. 

  • System doesn't call onEnterSleep and onExitSleep on amoled when AOD is off

    • Under Review on Sep 12, 2022
    • Not categorized
    • 3 Comments
    eclipse: Version: 2022-06 (4.24.0) Build id: 20220609-1112 plugin: 4.1.2 SDK: 4.1.5 Windows 10 21H1 My WF run well on mips but for amoled with AOD OFF not. Two epix2 users have notified me data is no updating when AOD is off. It's look like onEnterSleep...
    • Sep 5, 2022 5:54 PM
  • RFC: Convert String to Symbol: String.toSymbol()

    • Under Review on Aug 31, 2022
    • Not categorized
    • 2 Comments
    So, I would like the following and the use case is Rez.Strings and method resolution. I went into some kind of spam trap at the forums, so I made a snippet instead: https://gitlab.com/-/snippets/2400797 The rules are simple, any weird chars are discarded...
    • Aug 30, 2022 9:44 PM
  • WF: loadResource crashes on EPIX2 on initial install or subsequent update (easy repro)

    • Under Review on Sep 21, 2022
    • Not categorized
    • 5 Comments
    There seems to be an issue with accessing storage/resources when an WF is being installed/updated that occurs only on the EPIX2 (and possibly Fenix7). In my case it's on the first call to WatchUi.loadResource. The WF works fine in the simulator and...
    • Sep 7, 2022 12:07 AM
  • enum with no integer and no error

    • Under Review on Sep 29, 2022
    • Not categorized
    • 10 Comments
    enum { __1 = "test", __2, __3 = 0 } println in console: test 0 0 but according to doc https://developer.garmin.com/connect-iq/monkey-c/functions/ Note that assigning anything other than an integer will cause an error.
    • Sep 19, 2022 4:10 PM
  • IDEA: Fix SDK Manager and VSCode extension on Fedora 37 (completely non-functional)

    • Under Review on Dec 15, 2022
    • Not categorized
    • 2 Comments
    I'm unable to run SDK Manager 4.1.7 from Fedora Linux 37. I have unzipped the `sdkmanager.zip` and followed the steps here : $./sdkmanager ./sdkmanager: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file...
    • Dec 13, 2022 1:41 PM
  • feature request: allow to spedify type checking level in the monkey.jungle file

    • Under Review on Dec 20, 2022
    • Not categorized
    • 23 Comments
    I dislike that typechecking has to be enabled/disabled globally - For my existing projects I really don't want to (/I won't) go back and fix thousands of type check warnings - If I start a new project I might use type checking I propose to...
    • Jun 18, 2022 6:54 AM
  • SDK 4.1.6: makeWebRequest's responseCallback signature is missing PersistedContent.Iterator as allowed type for "data" arg

    • Under Review on Nov 22, 2022
    • Not categorized
    • 9 Comments
    Issue The new compiler complains in strict type checking mode for functionally working code which cannot be fixed due to missing types in "makeWebRequest" "responseCallback" signature. Description I am using "makeWebRequest" to download course...
    • Nov 17, 2022 4:02 PM
  • Missing entries in not handled the same in sim vs real devices

    • Under Review on Nov 22, 2022
    • Not categorized
    • 5 Comments
    If you have a entry in <properties> but forget to add it to <settings> then saving settings in the sim via Ctrl-P works fine. However, on the real device, when you save the settings via Connect IQ app, the missing Property is deleted on the device which...
    • Nov 19, 2022 2:16 PM
  • Button simulation got broken for some devices on 4.1.6 sdk

    • Under Review on Nov 14, 2022
    • Not categorized
    • 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
  • Wrong app being installed

    • Under Review on Dec 15, 2022
    • Not categorized
    • 1 Comment
    Created app A, got to version 6 - made a mistake and removed it from the store. Created a new Beta app B with new name and UUID, and now version 7 On the download page of app B which shows all the correct names and versions clicked Download but...
    • Dec 9, 2022 11:47 AM