Has anyone succeeded in creating a service application as described in Service Application: Creating a Service Application with Tizen SDK for Wearable 1.0.0?
I followed the the instructions as described in the link above: installed the partner level certification, wrote the config.xml
as in the example. However, the service doesn't want to start.
I thought maybe this type of application is not supported in Tizen SDK for Wearable 1.0.0 and I started using the Tizen IDE 2.3, but again no success.
I would like to create an app that collects some data from different sensors such as UV or light, and if the values rich a certain threshold I would like to open the main app (with UI) and notify the user of what has happened.
I have already tried using Alarm Manager, with a specific recurrence, but this opens the UI also and is a bit frustrating for the user to have his watch opening and closing the same app repeatedly.
For reference, I am deploying the app on a real device - Gear S (does the device need an update?).
If you have any suggestions about this or any ways to build a background service that doesn't require a UI, I would appreciate any of them.