This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7205 - Clock plugin: freeze when trying to change the idle poweroff setting
Attached to Project:
Rockbox
Opened by PaulJam (PaulJam) - Wednesday, 23 May 2007, 17:04 GMT+2
Last edited by Peter D'Hoye (petur) - Tuesday, 26 June 2007, 00:29 GMT+2
Opened by PaulJam (PaulJam) - Wednesday, 23 May 2007, 17:04 GMT+2
Last edited by Peter D'Hoye (petur) - Tuesday, 26 June 2007, 00:29 GMT+2
|
DetailsOn my H300 the clock plugin freezes when i try to change the setting "General Settings"=>"Idle Poweroff (temporary)" within the plugin. The player does not respond to buttons anymore and a hard reset is required.
Another thing i just noticed is, that the backlight setting in the clock plugin only takes effect after the plugin is restarted. tested on a H300 with Version r13476-070523 |
This task depends upon
Closed by Peter D'Hoye (petur)
Tuesday, 26 June 2007, 00:29 GMT+2
Reason for closing: Fixed
Additional comments about closing: Do ask your parents a real name...
Tuesday, 26 June 2007, 00:29 GMT+2
Reason for closing: Fixed
Additional comments about closing: Do ask your parents a real name...
rb->set_option("Idle Poweroff (temporary)", &idle_poweroff,
INT, idle_poweroff_text, 2, NULL);
if i change "INT" to "BOOL" it doesn't freeze anymore.