The goal is to set a string in the watch by way of USB, later to be referenced by a custom application in development. If there are multiple ways (With Garmin Connect vs without Garmin Connect) that would be appreciated.
Thank you kindly.
The goal is to set a string in the watch by way of USB, later to be referenced by a custom application in development. If there are multiple ways (With Garmin Connect vs without Garmin Connect) that would be appreciated.
Thank you kindly.
You can set it my app settings from a phone using GCM, Garmin Express or the Connect IQ app
forums.garmin.com/.../changing-your-app-settings-in-garmin-express-gcm-ciq-mobile-store
Thank you for those. Nothing with USB direct to the file system, though?
Nope,
With app settings it's saved on the device and can be read by an app. CIQ has no direct access to reading the file system.
You could also build the string into your app or use makeWebRequest to get it from a server.
Is there any way to write data to our app that doesn't use GCM, Garmin Express, or the Connect IQ App? I also tried to use the link you provided to the Changing App Settings, but Garmin Express doesn't let me modify those fields (The optional [...] doesn't show up for any of my applications, Garmin or custom)
The doc I linked to is how to change things from a user perspective. To see what you need in you app, see the objectStore sample in the SDK Use the app settings editor in eclipse to change things.