Ok, Thank you.Squidge said:Out of the box? Probably not. Eventually? Maybe.
Spadoof said:I would really like a feature like this. I remember having my first NDS and all my friends used to mess with me by turning it off in the middle of play (Great friends huh?). In anycase that may save someone some trouble somewhere.
-Spadoof :gp2x
You soon will be mine andora1:
My friends and I did that to each other. We named the power button the "Turbo button" and It was likely to be pressed when our friends were playing Mario Kart DS. We would say "Quick! Use the Turbo Button!" and then we would press the power button on our friend's DS. Then sometime later, they would attempt to do it to ours. It was great fun. ^_^Spadoof said:I remember having my first NDS and all my friends used to mess with me by turning it off in the middle of play (Great friends huh?).
Yea, we were disappointed when some of our friends got DS Lites. The fun kind of ended.jmetal88 said:My friends tried to do that to me. What they didn't realize is that, since they had the original DS, and I had the DS Lite, the off button was in a much less accesible place, and they failed at their objective because of that.
That would be kinda difficult to do whilst someone else is using the device, which is the entire reason for the suggestionappdirect said:Anyone could bypass that by removing the battery .
Really? Where did you read this? :blink:KRH said:I understand that the the off switch is software controlled.
fusion_power said:Really? Where did you read this? :blink:
Ask Chip, I just assumed that he would not make a statement like that without solid evidence.Chip said:Don't forget that the power switch is a "soft" switch. It is conceivable that the software could register a quick flick of the switch as pause or resume, while holding the switch would actually shut the machine down.
KRH said:fusion_power said:Really? Where did you read this? :blink:Ask Chip, I just assumed that he would not make a statement like that without solid evidence.Chip said:Don't forget that the power switch is a "soft" switch. It is conceivable that the software could register a quick flick of the switch as pause or resume, while holding the switch would actually shut the machine down.
My statement was based on common sense. Modern operating systems like Linux don't like to be suddenly powered off without warning. That is why all desktop and laptop computers have soft switches. The Pandora is essentially a very small laptop and will run into problems if the it is not allowed to shut down on its own terms.
If you would like a bit more than common sense to base it on, there have been a couple posts that indicate the Pandora will have a soft switch. Not to mention Squidge's post in this thread:
QUOTE
Pressing the button in the middle of play shouldn't do much but put the device into standby mode, so you'd just press it again and resume play. I would imagine the "Proper off" feature would be a press and hold, so you would have enough time to punch your mate before he managed to turn the device off, then you could just resume
Chip is a competent poster here but not a part of the Pandora-Dev Team.KRH said:Ask Chip, I just assumed that he would not make a statement like that without solid evidence.
Wow I even YOU don't know it, than it's another of the the many, many Pandora secrets we don't know. ^_^Squidge said:Actually, I was basing my post from common sense, just like yours. I've no concrete evidence.
The Nokia Itablets' powerswitch recognizes short, medium and long keypress (times can even be set by user). Each can be assigned a different action. It would be neat if the same could be done on the Pandora, so that e.g. a short keypress suspends to RAM and a long keypress (in fairness, the medium keypress is just annoying ) brings up a menu with different power and suspend options (suspend to card, reboot, power off, halt all wireless connections...)MWeston said:The power switch is software controlled. It is connected to the power management chip and can be read by the OMAP through an I2C interface. It can fire an interrupt when pressed or it can be software polled (depending on what the kernel would like to do). It can also be set as a hardware failsafe and if you hold it down for a programmable number of seconds, it kills the entire system power. This is useful if Linux should lock up and you have no way to power it off in software, because this feature is pure hardware.
In the case of the Pandora, that it not often necessary unless you want to force it off completely, but there are other easy ways to use the power switch to reset the board if you just need it to reboot. Here are the configurations:
- Hold down MENU button and press POWER switch = HARD RESET
- Hold down MENU and START buttons while pressing POWER switch = HARD RESET into "peripheral boot mode" (used to load code from SD card, UART or USB). Those two blue wires on the dev kit PCBs hold the MENU and START buttons at ground potential so the board always comes up in this mode for code development.
I know I have explained most of this in other topics, but they do tend to get buried.
I think this should be set to the standard 10 seconds. That way, like Squidge said, just pressing the Power could be suspend, and pressing+holding the power button for less than 10 sec could be Shut Down.MWeston said:It can also be set as a hardware failsafe and if you hold it down for a programmable number of seconds, it kills the entire system power. This is useful if Linux should lock up and you have no way to power it off in software, because this feature is pure hardware.
I agree, although I don't mind having to press MENU + POWER for a hard reset, as long as it's not instant (for seconds delay at least).God Ginrai said:I think this should be set to the standard 10 seconds. That way, like Squidge said, just pressing the Power could be suspend, and pressing+holding the power button for less than 10 sec could be Shut Down.