All Projects

IDProjectTask Type  ascCategorySeveritySummaryOpened
13154RockboxBugsBattery/ChargingMediumrc error code discarded in storage_init2018-04-012 Task Description

I think commit 1654efc31339972d0e6bd41a499fcffc0a45822e introduces the following error:
storage_init in firmware/storage.c does not return an rc error code in case !CONFIG_STORAGE_MULTI
because its discarded here:

#else /* ndef CONFIG_STORAGE_MULTI */
+ STORAGE_FUNCTION(init)();
+#endif /* CONFIG_STORAGE_MULTI */

+ storage_thread_init();

   return 0;
 10496 RockboxBugsUtilsLow read_image close file? 2009-08-0823 Task Description

I am not sure about whether it is actually used somewhere, but shouldn't
read_image_file_offset also close the file?

 10526 RockboxBugsPluginsLow mpegplayer too fast sound 2009-08-14 Task Description

I have sound of movies in mpegplayer going too fast, and video either skipping frames (with frameskip) or lagging and desyncing

reverting:

http://www.rockbox.org/tracker/task/10504

fixes it for me

 11562 RockboxBugsThemesLow themes not working ok 2010-08-225 Task Description

on revision 27859, I cannot set any complex theme (e.g. rockbox_default works, cabbie not)
it freezes upon selecting…

it was ok on the revision of a week ago or so

(x5l, normal build)

 11581 RockboxBugsBattery/ChargingLow r27902: pacbox, mpegplayer, rockboy possibly others bro ...2010-08-292 Task Description

pacbox, mpegplayer, rockboy either freeze very soon or don't start at all; 27899 works, 27902 doesn't

 12211 RockboxBugsBuild environmentLow rockboxdev.sh fails if tcsh is shell 2011-07-28 Task Description

if rockboxdev.sh is run on linux, while tcsh is the default shell of the user
the script fails during:

/tmp/rbdev-build/build-gcc/gcc/fixinc
running:
/bin/tcsh ../../../gcc-3.4.6/gcc/fixinc/genfixes machname.h
SHELL=/bin/sh: Command not found
export: Command not found.
if: Expression Syntax.
gmake[2]: *** [machname.h] Fout 1

 7405 RockboxPatchesFM TunerLow listening to radio while running doom (or other plugins ...2007-07-051 Task Description

normal behavior is that the radio shuts off starting a plugin that requires sound. Can this be changed so that the radio keeps on playing?

I can see a number of ways to do this - the patch does 1/2 (it switches to playing the radio always (for doom)) - but I do not know if this is proper and whether there are other reasons not to have this…

9270RockboxPatchesPluginsLowmoonrock, calculates the current moonphase.2008-08-122616 Task Description

this is a simple plugin called 'moonrock' which shows the phase of the
moon. It is not the most earthshatteringly original thing but nevertheless the effect is pretty nice. Hopefully someone else likes this!

For targets with CONFIG_RTC, it either shows a text description
or, for HAVE_LCD_BITMAP and at least greyscale targets, a (pre-calculated) picture of the moon. But only if the data file (moonrock.dat) is present and found in the apps/ directory. (it should be attached to this post, I hope it shows up here, as the file is 3MB). (time of the player is assumed to be GMT)

you can switch between picture and text with select button, and choose a new date with play (which does not change the internal clock).

The patche changes some small things in the api and in the bitmap reading routines to be able to do things easily.

Showing tasks 1 - 8 of 8 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing