Languages

Menu
Sites
Language
How to use IBootEventListener

Hi
In my App :

1) I have inherited class from Tizen::System::IBootEventListener,
2) have reimplemented OnBootCompleted,
3) have registered Tizen::System::PowerManager::AddBootEventListener,
 result=E_SUCCESS

But event does not comes in my App never.
p.s. I tried both in UI App and in service app which launches automatically at system start-up.
Does this event come in Tizen 2.2.0 official devices?

Thank you.
Alexey.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
P puvvada

After system boot up ,onbootcompleted method is not invoking
 

Alex Ashirov

Hi,

But when is OnBootCompleted() invoked? According to the documentation: “Called after the system has finished booting.” Or this is a bug?

muditha murthy

The BootCompleted event comes in booting a target. Normally, a user application is running after booting time. So if your application is running, it means that the BootCompleted event was raised.