Author Topic: Shutdown  (Read 3931 times)

lpotter

  • Sr. Member
  • ****
  • Posts: 450
    • View Profile
    • http://qtopia.net
Shutdown
« on: May 20, 2004, 06:01:20 pm »
I noticed that the sl-6000 is missing the Shutdown app.
I created an ipk for those developers and users that want this
http://handhelds.org/~llornkcor/devZone/qp...own_1.5_arm.ipk
Software Engineer, Systems Group, MES, Trolltech
irc.freenode.net #qtopia
http://qtopia.net

duffman

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Shutdown
« Reply #1 on: May 20, 2004, 07:33:52 pm »
Edit: Nevermind

Thanks for the linkage
Sharp Zaurus 6000L
512mb SanDisk SD card

Tyris

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • http://
Shutdown
« Reply #2 on: May 20, 2004, 08:01:45 pm »
I was planning on doing a halt from the command line when I go on vacation for a week.

The 6000 does consume enough power from battery during suspend that I can tell the difference if I leave it unplugged overnight. When I plug it back into AC in the morning it takes a little while (10 mins?) to charge the battery back to full.

I\'d imagine if I left it for a week, I\'d run the battery down some. Eventually it would drain the battery and that would make the Z unhappy when I power it back up.

A quick and  easy way to shutdown is welcome    

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Shutdown
« Reply #3 on: May 20, 2004, 08:25:34 pm »
Don\'t know about the 6000, but the Cxx0 series you can shutdown by sliding the battery switch to \"unlock\", hold down Fn+Home and lide the switch back to \"lock\", keep holding the Fn+Home keys and in a sec or so the unit powers down - also useful for those times when the Z locks up.

Sharp also recommends this way to shutdown prior to flashing, but I usually just reboot while holding the \"Ok\" key

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

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
Shutdown
« Reply #4 on: May 26, 2004, 12:33:07 am »
lpotter, where is the shutdown app ? I can\'t access that site.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Shutdown
« Reply #5 on: May 26, 2004, 05:22:07 am »
You can do it yourself - make a script with the following

Code: [Select]
#!/bin/sh

qcop QPE/System "shutdown()"


and make an icon that runs this script

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

DrWowe

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • http://
Shutdown
« Reply #6 on: May 26, 2004, 09:27:04 am »
The reset button on the back is the quickest way to do a shutdown.  

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Shutdown
« Reply #7 on: May 26, 2004, 09:35:29 am »
Quote
The reset button on the back is the quickest way to do a shutdown.  :)


LOL, but there are times that you want to do it gracefully. The shutdown app lets you stop qtopia without rebooting the whole machine.

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

DrWowe

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • http://
Shutdown
« Reply #8 on: May 26, 2004, 09:42:08 am »
Quote
LOL, but there are times that you want to do it gracefully. The shutdown app lets you stop qtopia without rebooting the whole machine.


OK, for that, I have a shellscript that runs \"killall qpe\"

amrein

  • Sr. Member
  • ****
  • Posts: 345
    • View Profile
    • http://
Shutdown
« Reply #9 on: May 26, 2004, 09:43:31 am »
Coolass, try this link instead:

http://handhelds.org/~llornkcor/devZone/