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.
When logging in, the window shows 500 error, but it is actually a local segfault which you can see in gdb. Looks like some memory gets overwritten due to some library incompatibility. Tried it on two Ubuntu 18 systems with the same result. On Debian 9...
I have been downloading json files in the simulator for many years which I use to setup parameters so I can test my code on the multitude of Garmin devices. Recently I have started getting a 404 error response when trying to do this in the simulator....
Device: 945 LTE
Firmware: 4.07 Beta
SDK: 4.0.6
Recreation Procedure:
Create a new simple data field with the following code, targetting 945 LTE:
import Toybox.Activity;
import Toybox.Lang;
import Toybox.Time;
import Toybox.WatchUi;
class...
I just installed the Connect IQ SDK for the first time, installed all devices, and set up a basic project using VSCode. To see if everything was working, I ran "Monkey C: Build Current Project" which failed with a "no device available to build" error...
Hello! I get the weather from OpenWeatherMap service and make drawText function with text description of the current weather.
And I found condition when the real device is being rebooted and the simulator is being crashed when I got this string from...
The latest firmware of the Venu SQ (fw 3.00) now has the same bug the Venu 2 used to have: https://forums.garmin.com/developer/connect-iq/i/bug-reports/venu2-iconmenuitem-only-half-width
This didn't appear in earlier versions of the Venu SQ, but since...
I'm trying to read the read details of activity just completed in onActivityCompleted() handler in a widget like this:
function onActivityCompleted(activity) { var actInfo=Activity.getActivityInfo(); if (actInfo!=null) { var activityCal=actInfo.calories;...
As it currently stands only the header and footer of the connect IQ window are accessible to things like the WinAppDriver or windows inspector. This sort of exposure is crucial in order to build a wearable app on a modern CI/CD pipeline.
It would...