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. 

  • Problem reading the manifest file

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    Hi. It seems that since a couple of hours, i m not able to edit manifest file under Eclipse. I have noted "htttp://www.garmin.com/xml/connectiq" is no more accessible. As the manifest file can't be read, i m no more able to use simulator...
    • Oct 30, 2020 5:16 PM
  • Tela nova

    Former Member
    Former Member
    • Acknowledged on Feb 20, 2025
    • 1 Comment
    • Oct 23, 2020 7:49 PM
  • Impossible to pushView from TextPickerDelegate.onTextEntered

    • Ticket Created on Oct 26, 2020
    • 4 Comments
    I tried to push a Progressbar from TextPickerDelegate.onTextEntered, but the ProgressBar doesn't appear on screen on the device, while it does on the simulator. Through trial and error I was able to work around the issue by pushing the view twice:...
    • Oct 21, 2020 4:18 PM
  • Wrong Widget lifetime flow in Edge 530

    • Ticket Created on Oct 21, 2020
    • 2 Comments
    I've been looking into an issue related to Widgets on Edge devices. Looks like the app and view lifetime is not correct with widgets: For reference, here are printfs from Watch App type, where things and sequence is correct: BSApp::onStart: 13:40...
    • Oct 21, 2020 12:10 PM
  • Unsupported constellation option (CONSTELLATION_GLONASS)

    • Ticket Created on Oct 20, 2020
    • 5 Comments
    I use the latest Garmin SDK 3.2.3 on a Windows 10 computer and get following error when using Position.CONSTELLATION_GLONASS: Error: Unhandled Exception Exception: Unsupported constellation option Following sequence leads to the error: if (Sensor...
    • Oct 20, 2020 8:07 PM
  • Null makeOAuthRequest response

    • Ticket Created on Oct 19, 2020
    • 1 Comment
    A response to this makeOAuthRequest is occasionally null. Sometimes the callback function gets the right response, sometimes an empty dictionary {} and sometimes it is just null. I am not aware of any way how we could influence that. I can understand...
    • Oct 18, 2020 10:23 PM
  • Memory fragmentation in FW?

    • Ticket Created on Oct 19, 2020
    • 7 Comments
    My long running app crashes and I suspect memory fragmentation in the FW. It ran for 1:45 on my F5 before crashing out of memory: Error: Out Of Memory Error Details: 'Failed invoking <symbol>' Time: 2020-10-17T02:18:02Z Part-Number: 006-B2697...
    • Oct 18, 2020 9:02 PM
  • MacOS: SDK Simulator 3.2.1 always crashes on Background.exit

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    After the background process ends, the MacOS: SDK Simulator 3.2.1 crashes with message: „ Encountered an app crash.“ Same app works in older simulator. App continues to run in the simulator, but monkeydo terminates and does not print console messages...
    • Oct 12, 2020 3:44 PM
  • Settings editor doesn't work for DataFields.

    • Ticket Created on Oct 14, 2020
    • 9 Comments
    TO REPRODUCE: 1. Open a datafield project with settings 2. Run it on the simulator 3. Open settings editor EXPECTED RESULT: Should see settings... ACTUAL RESULT: I have verified this swapping between app projects, datafield projects and...
    • Oct 12, 2020 9:35 AM
  • Bad antialiasing of transparent color

    • Ticket Created on Oct 12, 2020
    • 2 Comments
    There is a wrong antialiasing if I draw an arc in Gfx.COLOR_TRANSPARENT and dc.setAntiAlias(true) : It works perfectly when dc.setAntiAlias(false) :
    • Oct 10, 2020 10:05 AM