OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: GadgetGuy on October 12, 2005, 11:49:04 am

Title: How Can You Shutdown (and Restart) Qtopia...
Post by: GadgetGuy on October 12, 2005, 11:49:04 am
... on a C3100?

I would like be able to go to a console prompt ( without having Qtopia running ) and the come back...

Thanks for any advice
Title: How Can You Shutdown (and Restart) Qtopia...
Post by: daniel3000 on October 12, 2005, 12:21:20 pm
Quote
... on a C3100?

I would like be able to go to a console prompt ( without having Qtopia running ) and the come back...

Thanks for any advice
[div align=\"right\"][a href=\"index.php?act=findpost&pid=99059\"][{POST_SNAPBACK}][/a][/div]

Well, in the Cacko ROM for the C3000 there is a "Shotdown" icon in the settings tab, which lets you terminate QTopia. After terminating QTopia, you have to press the "/" key in order to get a menu. here you can shoose the pure console. If you do not press "/", QTopia will restart when the displayed timer expires.

daniel
Title: How Can You Shutdown (and Restart) Qtopia...
Post by: Stubear on October 12, 2005, 10:35:11 pm
Try this

Code: [Select]
echo "a" > /home/sharp/etc/launch.default
killall qpe

That will drop you in a linux terminal. You probably want to "killall qpeserver" too after opening te server.

To get back to qtopia, reboot or echo "q" to /home/sharp/etc/launch.default and log out of the console - it should restart qtopia

Stu
Title: How Can You Shutdown (and Restart) Qtopia...
Post by: tml on October 13, 2005, 03:22:06 am
The qcop command (http://doc.trolltech.com/qtopia2.0/html/qcop.html) might be of some help here too. Can be used to perform all sorts of tricks.
Title: How Can You Shutdown (and Restart) Qtopia...
Post by: guylhem on October 24, 2005, 05:06:43 pm
did that on a 6000. You have to change the qt start script if you want to support terminate (survive means it will start again qtopia) + add a menu option for qcop QPE/System shutdown() IIRC

Guylhem
Title: How Can You Shutdown (and Restart) Qtopia...
Post by: Stubear on October 24, 2005, 10:00:10 pm
Quote
did that on a 6000. You have to change the qt start script if you want to support terminate (survive means it will start again qtopia) + add a menu option for qcop QPE/System shutdown() IIRC

Guylhem
[div align=\"right\"][a href=\"index.php?act=findpost&pid=100798\"][{POST_SNAPBACK}][/a][/div]

That's what the
Quote
echo "a" > /home/sharp/etc/launch.default
in my previous post was for. It tells launcher that you want console rather than qtopia.

Stu