N73 Restart
Login to reply to this topic.
Tue, 2007-02-13 15:46
Joined: 2007-02-13
Forum posts: 2
Yes guys is there a code to restart the N73 phone without pressing the power button
Just a software restart application??

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Thu, 2007-02-15 00:49
eric's picture
Joined: 2003-01-14
Forum posts: 2135
AFAIK, there is no safe API to do this .

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Thu, 2007-02-15 18:49
Joined: 2004-08-31
Forum posts: 30
You can still reboot a 3rd ed. phone the same way you do it on 2nd ed: SysStartup::ShutdownAndRestart(). See http://mikie.iki.fi/lxr/source/starter/src/main.cpp for the header/code, and link against SYSUTIL.LIB.

It's a graceful reboot, so it's safe. You'll need the PowerMgmt capability (available with a devcert).
Sat, 2007-04-21 13:45
Joined: 2006-12-17
Forum posts: 4
You guys ROCK !!
Fri, 2007-05-18 15:05
Joined: 2006-08-21
Forum posts: 39
Quote from: mikaraento
You can still reboot a 3rd ed. phone the same way you do it on 2nd ed: SysStartup::ShutdownAndRestart(). See http://mikie.iki.fi/lxr/source/starter/src/main.cpp for the header/code, and link against SYSUTIL.LIB.

It's a graceful reboot, so it's safe. You'll need the PowerMgmt capability (available with a devcert).

I have a question regarding UID when using :
SysStartup::ShutdownAndRestart(const class TUid& aSource, TSWStartupReason aReason);

Which UID i should use?

Thanks

copyright 2003-2009 NewLC SARL