• RE: 3.1.3 SDK Hotfix for fenix 6 issues

    I would agree with you Jan that this is much clearer. But just for information, the recent SDKs have their directory naming changed so in addition to the version, there is a date as well. So, at least you can tell if you are running the good or bad version…

  • detect internet connection

    Former Member
    Former Member

    anyone have a way of detecting if the phone has signal or not before firing a makewebrequest?  i'm checking for bluetooth via System.getDeviceSettings().phoneConnected, but  if thats good, i blindly fire makewebrequest and if there's no phone signal,…

  • RE: Incompatible font sizes between FR935 and FR945

    I've started using custom fonts that look much more like those on the 935/F5+.  I generally find those fonts more appealing anyway.  I do wish Garmin would be more consistent here, or at least supply the fonts from the older devices.  Obviously this…

  • RE: Hacking the FIT

    No worries!

    Eh I'm just regurgitating info that's been passed down by other developers and users who tested my apps for me. I don't even use the Power recording features in any of my apps. It's them you should thank.

    Anyway, to avoid duplication…
  • Font Sizes

    Wow - creating custom fonts is amazingly easy. THANK YOU for the tips.

    The default fonts 0 - 4 have the following heights, at least for Edge 5xx, 8xx, and 1000 devices: 12,17,19, 22, and 36.

    The font height change from one to the next is very inconsistent…
  • Garmin Connect app: CIQ Settings exit automatically, losing changes

    I think this may have been discussed before, but on iOS at least, the CIQ app settings will sometimes exit automatically, silently discarding all changes. This is especially a problem if the user modified a lot of settings.

    This happens when the watch…
  • RE: VAHR: makeWebRequest with valid JSON ends up with code -400

    Sooo, here's the solution:

    makeWebRequest params cannot have NULLs as values. When this happens (params = { "email" => null }), it works OK in simulator, works OK when built for device, and fails with -400 code when released in a real app. Sigh. Really…
  • RE: vivoactive APAC user cannot download CIQ 1.4 apps from the store

    The only device I know of with 1.2 is the epix, so don't have that as a target and that's covered. I'm not sure what's still on 1.3 either, as I think everything is now at least 1.4, but the garmin folks will know for sure. (if the APAC va is 1.4, that…
  • Data Field: Elevation Grade

    Showing elevation grade accompanied with a simple visualization.

    There are 4 elevation grade algorithms you can choose from:
    • Least Squares (default)
    • Average Slope between 2 consecutive points
    • Average Slope between equally distanced points
    • Extremes: Slope calculation…
  • onMessageStatus returns multiple statuses for 1 transmission

    Hi!

    Using the Comm example in the ConnectIQ Sdk (connectiq-sdk-win-2.3.4) and the the Comm example on Android (connectiq-mobile-sdk-android-1.4) with the simulator I always get double statuses for transmissions. First a SUCCESS then right after that a…