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. 

  • getSettingsView bug

    • Ticket Created on
    • 0 Comments
    4.1.3/win/eclipse I don't know if it is bug on sim but hope only on sim. I use Menu2 (from 3.0) in getSettingsView (from 3.2) in my WF. On some devices after command in sim [Settings][Trigger App settings] - approach s60 2.4 - crush (no Menu2),...
  • Oldest and newest sample time of the body battery and stress iterator are not properly initialized

    • Ticket Created on
    • 2 Comments
    The time values returned by getOldestSampleTime() and getNewestSampleTime() of the iterators SensorHistory.getBodyBatteryHistory() and SensorHistory.getStressHistory() do not relate to the times of returned samples. The time values seem to be random....
  • Parser bug with unused expression statements

    • Ticket Created on
    • 0 Comments
    The following code: import Toybox.Lang; function foo() as Boolean { return true; } function bar() as Void { (foo() || true); } reports ERROR: <device>: Could not parse Monkey C IR. It's caused by line 7. If I change the program to...
  • No movement in ConnectIQ Store since a couple of weeks

    • Acknowledged on
    • 5 Comments
    Hi, I noticed that the position of all watch faces in ConnectIQ store on the phone still the same since a couple of weeks. The ranking is freeze. Also after an update the watch face still on the same position, nothing is moved. Have anyone other...
  • Instinct2 transparency in icons not working

    • Ticket Created on
    • 2 Comments
    I have 1-bit grayscale, non-interlace PNG icons. The pixels are white or fully transparent. To be safe, I set my colors dc. setColor (Graphics.COLOR_WHITE, Graphics.COLOR_TRANSPARENT); then I render my image: dc. drawBitmap(...); ...
  • Can't define 2 dimensional Array in strict mode

    • Ticket Created on
    • 2 Comments
    I'd like to draw a small black rectangle and I'd like to do it in strict mode, but it looks like there's a bug in the compiler: dc.fillPolygon([[hrx - 3, y + 2], [hrx, y], [hrx + 3, y + 2], [hrx - 3, y + 2]]); Invalid '$.Toybox.Lang.Array<Any>'...
  • HR zones are not working in simulator

    • Ticket Created on
    • 4 Comments
    In the simulator the following code: var currentSport = UserProfile.getCurrentSport(); var heartRateZones = UserProfile.getHeartRateZones(currentSport); Syste.println("HR zones:" + heartRateZones); Always prints the following: HR zones:[128, 153...
  • feature-request: improve compilation checks for missing symbols

    • Ticket Created on
    • 0 Comments
    Please add a check so that compilation fails (instead of runtime error) in case of the following code: import Toybox.Application; using Toybox.Application as App; import Toybox.Application.Properties; import Toybox.Lang; function getConfigNumber...
  • problem with SpO2

    • Ticket Created on
    • 3 Comments
    4.1.3/eclipse/win 1. Due to the problem with battery draining I've switched off SpO2 on watch but ACT.getActivityInfo().currentOxygenSaturation still returns value - it's probably the latest reading but it can named "current" - I can see value...
  • Feature request: Alarm times in watch face API

    • Ticket Created on
    • 11 Comments
    When I'm travelling I sometimes wonder have I set the alarm correctly. It would make much faster to just glance watch face to see the next alarm time, and perhaps duration to next one. Currently only API to access alarms is number of them with:...