OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 6000 - Tosa => Topic started by: lpotter on May 20, 2004, 06:01:20 pm

Title: Shutdown
Post by: lpotter 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 (http://handhelds.org/~llornkcor/devZone/qpe-shutdown_1.5_arm.ipk)
Title: Shutdown
Post by: duffman on May 20, 2004, 07:33:52 pm
Edit: Nevermind

Thanks for the linkage
Title: Shutdown
Post by: Tyris 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    
Title: Shutdown
Post by: Stubear 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
Title: Shutdown
Post by: coolass on May 26, 2004, 12:33:07 am
lpotter, where is the shutdown app ? I can\'t access that site.
Title: Shutdown
Post by: Stubear 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
Title: Shutdown
Post by: DrWowe on May 26, 2004, 09:27:04 am
The reset button on the back is the quickest way to do a shutdown.  
Title: Shutdown
Post by: Stubear 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
Title: Shutdown
Post by: DrWowe 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\"
Title: Shutdown
Post by: amrein on May 26, 2004, 09:43:31 am
Coolass, try this link instead:

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