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
-
... 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
-
... 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
-
Try this
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
-
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.
-
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
-
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 echo "a" > /home/sharp/etc/launch.default
in my previous post was for. It tells launcher that you want console rather than qtopia.
Stu