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. 

  • ERA.BAT returns "A server error has occurred. Please try again later"

    • Ticket Created on
    • 5 Comments
    Decided to start this in its own thread. I tried on two computers, two different networks, same result :-( Running era.bat -a {myDevID} -k developer_key gives me A server error has occurred. Please try again later Looking the communication through...
  • Creating bitmap from SVG

    • Ticket Created on
    • 3 Comments
    I have an SVG icon I want to convert into a bitmap. Documentation makes it appear I can do something like this: <resources> <bitmap id = "bm_clouds" filename = "svg/clouds.svg" scaleX = "16" scaleY = "16" > </bitmap> </resources> I get no...
  • TextPicker crash on touch screens

    • Ticket Created on
    • 2 Comments
    What could be the cause for follwing TextPicker behaviour on touch enabled devices? 1) WatchUi.pushView TextPicker and TextPickerDelegate -> TextPicker view is shown as expected 2) tap within TextPicker -> text editing and exiting the view works as expected...
  • connect IQ SDK manager device list download error

    • Acknowledged on
    • 2 Comments
    hi SDK manager V 1.0.4 windows does not download device list with this error : "unable to download device list . error code : "50332051" logout-login does not make any change . any idea ?
  • Memory leak in LocalMoment

    • Ticket Created on
    • 1 Comment
    For my testing simulator I'm replaying GPX track files generated by test users around the world . (using my app's replay code, not the Activity Data playback) My app's internal clock is synchronised with the (GPS) timestamp in Position.getInfo().when...
  • Feature-request: enlarge the memory limit for WF

    • Ticket Created on
    • 0 Comments
    It is one settings during building firmware - so entire work costs one second. The minimum memory limit for WFs should be at least 98kB - not 65/92, (of course, if Garmin can enlarge to 1MB will be fantastic). Some reasons: e - new sdk, new features...
  • Celsius symbol cannot be displayed in Chinese language on a simulator

    • Ticket Created on
    • 7 Comments
    As the title,I will upload an image later CIQ 4.1.3 MacOs 12 https://pasteboard.co/Bx52SNKA3xx5.png
  • loadResource doesn't check Rez.Id always

    • Ticket Created on
    • 3 Comments
    for string cheks in cumulus time for json error in runtime.
  • LocalMoment is wrong

    • Ticket Created on
    • 7 Comments
    The documentation fails to provide an initializing Constructor and the example is wrong. a) It requires (where, when) not (when, where). b) it doesn't take a Gregorian.moment as the when argument. This, from the documentation fails: if (Gregorian...
  • Feature-request: split the strings.xml for in-device and settings related strings

    • Acknowledged on
    • 28 Comments
    In most of the apps I've seen most of the strings are used for settings, still those strings are included in the memory footprint of the app. It would be very useful to split strings.xml to device-strings.xml and settings-strings.xml.