Languages

Menu
Sites
Language
on boot completed

I have added iboot event listener  and implemented on boot completed method ,in on boot completed method iam implenenting farward scene transition method for shifting to next form

that  means when the phone completed booting  next form should be invoked

 iwant to know whether this procedure is right or wrong because i want to display one form after phone completed its booting

Responses

1 Replies
Alex Dem

Hi,
I am not sure that boot event should comes from system to usual UI App after application was launched just now.
Per my opinion, event should comes after system was booted up, if your apps is launched at this moment.

But I was unable to get OnBoot event in service app on system start-up even.
I have raised one more topic
https://developer.tizen.org/forums/native-application-development/how-use-ibooteventlistener

Alexey.