This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6312 - X5 power-on by remote even when set on hold
Attached to Project:
Rockbox
Opened by J-one (Khan) - Friday, 10 November 2006, 11:54 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Saturday, 16 August 2008, 11:43 GMT+1
Opened by J-one (Khan) - Friday, 10 November 2006, 11:54 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Saturday, 16 August 2008, 11:43 GMT+1
|
DetailsWhen use X5L with remote, i found the bug.
Remote holds on and push play. it maybe boots on.(but it must not boot but show 'it's hold!') I think it is a kind of bug. fix it please. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Saturday, 16 August 2008, 11:43 GMT+1
Reason for closing: Out of Date
Additional comments about closing: "[19:41:53] <amiconn> Bootloader v4 properly checks the hold switches"
Saturday, 16 August 2008, 11:43 GMT+1
Reason for closing: Out of Date
Additional comments about closing: "[19:41:53] <amiconn> Bootloader v4 properly checks the hold switches"
The bootloader has no easy way to determine whether power-on is due to main unit button, remote button or other (e.g., RTC alarm).
(it sure happens with the dual bootloader)
-------8<--------------8<-------
if (remote_detect() && button_hold() && remote_button_hold())
shutdown();
-------8<--------------8<-------
this imposes another restriction: both hold switches must be active to prevent accidental remote power-on (instead of only remote hold switch).