Languages

Menu
Sites
Language
Creating a Service Application - Tizen SDK for Wearable 1.0.0

Does anyone succeed it in creating a service application as descibed on https://developer.tizen.org/documentation/tutorials/web-application/tizen-features/service-application on Tizen SDK for Wearable 1.0.0?

I followed the the instruction as described in the link above but it doesn't work. I Installed the partner level certification, wrote the config.xml as in the example, but the service doesn't want to start.

I taught 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 with no success again.

I would appreciate if you could help me, because I want to create for my bachelor thesis an app that collect some data from different sensors such as UV or light and if the values rich a limit set by me I would like to open the main app (with UI) and notify the user of what happend!

I have already tried using Alarm Manager, with a specific recurence, but this opens the UI also and is a bit frustrating for the user to have his watch opening and closing the same app repeatly.

I forgot to mention that I am deploying on a real device, Gear S. Does the device need an update?

If you have any suggestions, I would appreciate any of them.

Thanks!

Edited by: Bogdan Baran on 05 May, 2015

Responses

5 Replies
Marco Buettner

Without are "real" partner distributor certificate your application cannot run with Partner Privilegs on COMMERCIAL DEVICES. You can used it only on developer devices and emulator. 

AVSukhov

Hello,

According documentation:

You can use the partner certificate patch only in the Emulator and reference binary target. You cannot use the partner certificate patch on commercial devices. Hence, applications signed with this certificate cannot be installed on commercial devices. To install applications on commercial devices, develop applications only with public level privileges.

 

Shinjae Lee

Hello.

Service application support is optional in commercial device. Thus if you are trying to deploy on commercial device, you need to verfiy whether commercial device supports or not.

Bogdan Baran

Thanks for all of yours replies.

I will try to apply for a partner level privilegies on Tizen Store, but in the meantime could you give me some alternative to service application, other than Alarm API?

I would like to have some service in the background that listen to the sensors and as described above, when the data has reached some specific values to notify the user. I want to do something simmilar, as concept, as S Health. Based on some app settings to notify the user about different ensors events.

Thanks again for your replies and I would look forward to hearing from you again!

Bogdan

AVSukhov

Hello,

Сurrently it is not possible on wearable profile. I hope the next version of SDK this functionality will be added.