This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9087 - The wake-up alarm on ipods starts rockbox even if hold is on
Attached to Project:
Rockbox
Opened by Johan Swetzén (jswetzen) - Wednesday, 11 June 2008, 23:31 GMT+1
Opened by Johan Swetzén (jswetzen) - Wednesday, 11 June 2008, 23:31 GMT+1
|
DetailsWhen the wake-up alarm starts up the iPod, you wouldn't want it to boot the OF, but it will do so if hold is on. This patch makes the bootloader check if the alarm is active and start rockbox regardless of the hold state if it is. Also, if the hold switch is on during start up rockbox would normally reset all settings, but this is inactivated if rockbox was started by the alarm.
Applying the patch: Besides building the firmware, you will need to build and upload the bootloader to your ipod using ipodpatcher. Limitations: The bootloader doesn't check if the alarm started ipod, it only checks if the alarm is active. If you have set the alarm you will have to use the MENU button to start the OF. I don't know if this works on any other iPods than the iPod video, but it will probably work on all of them. |
This task depends upon
if ((button_was_held && (pcf50605_read(0x02) & 0x80)) || (btn==BUTTON_MENU)) {
just shut down your ipod and dont put the hold switch on
I can't really see the use of starting the apple firmware with the wake-up alarm, can you?
one question is this like a permanent change or is it only in effect when u have an alarm set