Languages

Menu
Sites
Language
How to launch service application at device startup.

Hello,

Is it possible to start automatically a native service application just after a phone start-up?

Thanks.

Responses

3 Replies
Alex Ashirov

Hi ericsatkimbaev,

Please take a look at the following topic:

https://developer.tizen.org/forums/native-application-development/how-autostart-native-service-app-after-device-was-powered-on

Eric Satkimbaev

Thanks!

One more question. Is it possible to send some data from my service application to another application?

Alex Ashirov

Hi,
There are at least 2 mechanisms which can be used to exchange data between applications. Please take a look at
Tizen::App::MapDataControl

and

Tizen::Io::MessagePortManager
Tizen::Io::RemoteMessagePort