• Storage a fit message more than 32B in datdfield.

    Greetings,

    [Status]

    Now, I'm working on a datafield for EGDE series device such as edge830. And I need to storage many data, which is get from my power meter sensor. However, I need at least 41B for such data per fit message. 

    [Question]

    1. If there…

  • RE: How to modify the columns in an activity card?

    Yeah, the problem is that Training defaults to strength training afaik, which is sets based.

    So I don't think so. Maybe stick with generic?

    Even when I record native cardio activities for personal use, I always get useless fields like avg speed and…

  • Calendar app and watch widget

    Former Member
    Former Member

    I'd like to be able to enter calendar events (description, date, & time) in the Garmin Connect app or be able to import events from a calendar I use (google calendar, for example).  I would like to get reminders of these events on my watch through…

  • RE: Waypoints, Routes, GPX files, Latitude & Longitude access through CIQ

    Thanks Jim.

    That's disheartening but thanks for the links and the information.

    Is Garmin trying to discourage developers from writing code for their devices ?

    The combination of blocking access to waypoints that their native apps have access to, and…

  • RE: Handling multiple screen resolutions in efficient way

    If you plan to do 1hz for an analog WF

    No, to be honest, I don't see that much benefit from it compared to the power consumption of re-drawing. At least in my case, where I mainly focus on astronomical data (which changes roughly once a…

  • Approach S62: "Native base view is not supported." error

    My widget performs the following:

    1. From a view: WatchUi.pushView(new WatchUi.ProgressBar(...), ...)
    2. From the ProgressBar: WatchUi.switchToView(new WatchUi.Menu2(...), ...)

    This fails specifically on the Approach S62 device with the following error:

    Error…

  • Playing back fit file in simulator

    I can't help myself, but info.object values do not match what I see in fit file (when viewing fit externally)

    Even I take tcx file (so I can read it), convert it to fit, play it back in simulator I still see different values, esp for elevation (at…

  • RE: Beta Versions - Limited Audience

    I think you're over-engineering this Dave...

    Just mark the app as beta in the description and be glad that some people want to beta test your app or alternatively if you don't want a public beta do as Mark suggested and use a unlock key that you pass…

  • RE: Battery.

    I recall asking Brian about this when backgrounding was first introduced, and at least at that point, it was only the active one.

    I found the code that does this. It disables background events for all watch faces, and then later the watch…

  • RE: ERA/Crash Log Viewer - check it out if you haven't!

    Is anyone else seeing backtraces in the ERA that are plainly incorrect, e.g. functions that do not call each other listed as if they do?

    Either the PC-to-Line-Number mapping is somehow out of sync, or there are multiple 'thread' contexts interleaved,…