Languages

Menu
Sites
Language
'on-boot=true' is not work in tizen 2.3.2

Hi,

 

I make native service app and set 'on-boot=true' in manifest file.

but, service app is not launched after reboot the device.(gear s3)

 

Does it need some privilege? How can I launch my application at boot time?

Responses

5 Replies
K Johnson

Please go through this link. If you focus on the on-boot attribute's Note section then you'll find this line This attribute is not supported on Tizen wearable devices. That's why it's not working in your gear device.

연호 조

Oh.... Thank you...

Dinal Jivani

Hello K Johnson

I had implemented on-boot = true & auto-restart = true in service app for Tizen Native mobile app ..

but it stops working when I restart my Device ( Samsung Z3 and Z4)

Please help

Thanks, Dinal Jivani

K Johnson

Please go through NOTE section for both auto-restart and on-boot of the link in my previous reply. Put attention on this lines:

Since Tizen 2.4, this attribute is not supported on all Tizen devices. Because of this, the auto-restart attribute used in a lower API version package than 2.4 is ignored on devices with the Tizen platform version 2.4 and higher.

Victor Sigal

Why did you remove it ? 

It one of best feature of this device and now it is removed.

Please describe any workaround to solve problem- how to start service at boot time?