Hi,
I am developing an application for Symbian s60 3rd FP1. i need to reboot the device at some condition. can some one help me how can i programmatically reboot device.
thanx a lot
waiting for ur reponse.
With Best Regards
Hi,
I am developing an application for Symbian s60 3rd FP1. i need to reboot the device at some condition. can some one help me how can i programmatically reboot device.
thanx a lot
waiting for ur reponse.
With Best Regards
The question is why you need to reboot the device?
Download Symbian OS now! [url]http://developer.symbian.org[/url]
tell the user to remove battery and to press start button after putting the battery back.
hi read this thread hope this will help u.
http://discussion.forum.nokia.com/fo...d.php?t=118414
Regards,
Amit
****"Putting a Smile on other's faces is the essence of true Happiness"****
Pulling out the battery is generally a bad idea in that it can corrupt various things including the contacts database. I'm not saying it should not happen, its just one of the less predicatble solutions, especially when there are API's to reboot the phone under partnering requests.
The problem is finding suitable use cases
Download Symbian OS now! [url]http://developer.symbian.org[/url]
Hi,
AS the simulating END key help to reboot the phone but its not a feasible solution if phone rebooting help you out you can view following link
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Is there a way to restart....the currently running application?
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Your long running one? You can simply start a process, which waits for your main app to shut down, and restart it. It needs simple synchronization, RProcess::Rendezvous and RProcess::Logon can do the job:
- main app: newprocess.Create, pass RProcess::Id() (so itself) as command-line argument, newprocess.Rendezvous, newprocess.Resume, waits for rendezvous, termintes
- new app: gets argument, mainprocess.Open, mainprocess.Logon, RProcess::Rendezvous, waits for the other process to die, and restarts it.
Unfortunately it is still possible that some server dies (like c32exe.exe in your emulator log), and that can not be cured via restarting your own process...
Well, there is no solution in all the comments. please someone tell me that how can i programmatically switch off the device.
thanks.
refer to above post
http://discussion.forum.nokia.com/fo...91&postcount=4