• MapPolyline limits and performance

    Has anybody played much with the Maps and MapPolyline? What are the limits for number of points? How does performance degrade as the number goes up? I don't have an actual device to test on.

    Prior to CIQ 3.0, I have an app that draws it's own bread…
  • RE: Can any Secure Connection Required exceptions be carved out?

    Technically you could put an external proxy in front of it, but to do that you'd have to expose the HTTP port of your Hue hub (via the public IP address of the router and DMZ or port forwarding) so that the proxy could forward requests to it. I don't…
  • Fill in Missing Data in the FIT File

    I'm pondering creating a method over ANT+ to resend data that was missed from the sensor. I think this is pretty doable without big changes to the ANT+ profile for at least the previous 256 messages by just keeping track of missed message numbers and…
  • Simulator differences when handing non 200 response codes

    When the simulator tries to download a HTTP_RESPONSE_CONTENT_TYPE_FIT workout and receives a non 200 response code it is passed back to the makeWebRequest callback, but on at least a 735xt the response appears to be flattened to a responseCode 0 in all…
  • Correct way to detect lack of FIT download support

    What would be the best way to determine at runtime if a device does not support downloading FIT via makeWebRequest()

    (I know I can read the SDK and "know" which devices implement the support, but I like to have generic code which handles (at least a subset…
  • Always active on the 735XT?

    Has anyone managed to convert their relatively complex watch face to use always active on the 735XT without limiting functionality? A user pointed out to me that the 735XT now has CIQ 2.3.1 on it but a quick update to my UTC Titanium to add the 735XT…
  • RE: Restore deleted "Standard Apps"

    Former Member
    Former Member
    Hey,

    It sounds like you have a few of what we call "Native" apps missing on your 935. Since these are not Connect IQ you are not going to see them in the store. I was able to see these two Native apps on the "Add +" list from the main apps menu on the…
  • RE: App: Remote display

    Garmins own step to get into competition again and not loose Edge market would be to patch the Remote Display Ant profile and or cast it to the small Edge devices e.g. 25 when casting from premium devices like Fenix.


    An Edge 25-sized device with the functionality…
  • RE: unique device id

    One solution might be for the firmware to generate a unique ID by securely combining the watch's device ID and my app's application ID. That way each application on the watch would have a different ID, thwarting the hacker's ability to aggregate the data…
  • RE: App: Yet Another Sailing App

    Former Member
    Former Member
    Multiple start events

    Hello there!

    Love your app!

    Regarding the race countdown function:
    Since most RC's at events with multiple starts a day or over the week(end) tend to use a countdown clock that is running in a continuous loop, it would be extremely…