Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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
Task Type Bugs
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

On 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...
Comment by PaulJam (PaulJam) - Thursday, 24 May 2007, 11:23 GMT+2
It seems as this is caused by line 1476f in apps/plugins/clock.c :

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.
Comment by Peter D'Hoye (petur) - Tuesday, 26 June 2007, 00:29 GMT+2
looking at the code, it seems like having to restart the plugin is 'by design' so I'll leave that one alone for now

Loading...