I started to develop my own Datafield app. I add the possibility to change settings and I successfuly tested it with the "Connect IQ Device Simulator" and the "App Settings Editor" (Eclipse).
So I decided to load it on my watch (Fenix 3) with Ecplise and the functionailty "Build For Device Wizard...", the good point is the app is working correctly.
The problems are the following:
- With Garmin Connect for Mobile and Garmin Express, I can't modify the settings as the settings button does not appear.
- With GCM and GE, I can't uninstall the datafield (even if not used by any app), I have an error message.
- With GCM and GE, the app icon is not displayed.
I found a Datafield app "Big Number" (https://apps.garmin.com/fr-FR/apps/21921d6b-11a8-4dde-a625-12a013633f2b that is offering also the function to modify settings, and the developer post the source code of the app.
I recompiled the "Big Number" app, I tested it on simulator and I succeed to change settings.
I load this app on my watch with the Eclipse functionality ("Build For Device Wizard...") and I faced exactly the same problems, meaning I can't change settings / delete the app / don't see the app icon.
I did another test: I download the "Big Number" app directly from the website ... and in this case I see the settings button (and can open the setting window) on GCM/GE, I can delete this freshly downladed app and the app icon appear....
PS: I uninstall/re-install GCM and no improvement. I tried with another mobile phone and same problems.
So can someone explain me where is (are) the problem(s)?
If an app is loaded with Eclipse,
- can we have the feature of changing settings (from GCM/GE)?
- can we delete an app from GCM/GE?
- will the app icon appear or not?
Or is it mandatory to load an app from the Garmin Website to have those features? And in this case, it means we have to publish our app under development, tests, correct bugs, reload, tests, ... A lot of iterations ... a nightmare...
Configuration:
- PC OS: Windows 7
- Eclipse IDE for Java Developers: 2018-09 (4.9.0), build 20180917-1800
- Android + GCM 4.13.5 (6 dec 2018)
Thanks by advance for your help.