Author Topic: How Can You Shutdown (and Restart) Qtopia...  (Read 2671 times)

GadgetGuy

  • Sr. Member
  • ****
  • Posts: 321
    • View Profile
    • http://
How Can You Shutdown (and Restart) Qtopia...
« 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
« Last Edit: October 12, 2005, 11:49:19 am by GadgetGuy »
Zaurus C-3100 from PriceJapan with OZ 3.5.4.1. Opie and GPE
Ambicom CF WL1100C Wifi Card and Symbol Wireless Networker CF Wifi Card
1 GB Sandisk Ultra II SD
PdAir leather case - Nintendo DS metal case
various smaller CF and SD cards
all kinds of USB cables and accessories
-------------------------------------------------------------
Previous computers: TI 99/4A, ZX81, C64, Amiga 500, Apple Powerbook 100
Previous PDA's: Palm 1000, Palm III, Palm V, Palm Vx, Audiovox Maestro Pocket PC, Psion 5mx
Current PDA: Palm Tungsten E2
Current favourite: Zaurus C3100 - my "micro laptop"

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
How Can You Shutdown (and Restart) Qtopia...
« Reply #1 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
« Last Edit: October 12, 2005, 12:21:35 pm by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
How Can You Shutdown (and Restart) Qtopia...
« Reply #2 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
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

tml

  • Full Member
  • ***
  • Posts: 105
    • View Profile
How Can You Shutdown (and Restart) Qtopia...
« Reply #3 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.
SL-C3100

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
How Can You Shutdown (and Restart) Qtopia...
« Reply #4 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

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
How Can You Shutdown (and Restart) Qtopia...
« Reply #5 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
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card