Thanks David.Solves most of my intial queries now.I will write the code
,test it on the device and get back.

Regards
Sriranjan
On Fri, Jul 17, 2009 at 12:15 AM, David Ford <da...@blue-labs.org> wrote:

> an orderly /sbin/reboot usually works, if your process is still running
> after a minute, do a sync and forcibly reboot via the kernel.
>
> how to forcibly reboot a linux server:
>   enable sysrq:
>     echo 1 > /proc/sys/kernel/sysrq
>
>     reboot:    echo b > /proc/sysrq-trigger
>     poweroff:  echo o > /proc/sysrq-trigger
>
> RANJAN wrote:
> > On more query.If I have to see that the system works robustly is there
> > a way that I can do an automated system restart with application
> > restart as well including the GSM service which is required for
> > sending the SMS?
>
>
> _______________________________________________
> devel mailing list
> devel@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/devel
>
_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to