Roadmap for version Version 3.0 Expand all | Collapse all
91% of 118 tasks completed. 11 open tasks:
- FS#2660 - No radio on FM recorder Expand Collapse
-
The main menu doesn't show the radio entry and
The "debug menu / HW info / FM Radio" page
shows "HW detected: No" on a FM recorder
JBR FM, 20GB
Version CVS-050901
ROM: 1.23
Mask 0x0304
USB positive
PR: positive
Flash: M=BF D=D6 (I didn't flash with Rockbox OS)
ROM CRC: 0x222F V1
ATA: 0x200, master
- FS#4753 - USB Bootloader Mode not working properly Expand Collapse
-
I haven't been able to successfully connect my iriver h340 via USB, using the bootloader USB mode, even after numerous connect/disconnects. Windows XP won't recognize anything. USB Mode works good after booting rockbox.
- FS#5230 - Keypad HOLD doesn't let go until scrolling is used Expand Collapse
-
Whenever the HOLD switch is turned off, the hold icon in rockbox disappears, but hold actually doesn't let go. I can't use any keys until scroling is used. Scrolling left or right is the only thing that actually switches off hold. It can be pretty annoying as I use HOLD a lot.
- FS#5269 - can't turn on iriver with the h300 non-lcd remote Expand Collapse
-
When using the H300 non-lcd remote to turn on the player (iriver H340) I get the following error message "hold switch on, power off..." (the hold switch is not on).
- FS#7402 - Playback fails (data abort) after recording Expand Collapse
-
Starting replay directly after a recording ends in a data abort at 0x40001424.
Stacks: pcmrec is at 68% (IHMO ok), but dircache is 85% but might not
be related.
- FS#8363 - Charger configuration for Sansa e200/c200 Expand Collapse
-
This is a proof-of-concept patch that demonstrates fast charging for the sansa e200 and c200. It has only been tested on a sansa e200.
The main thing that this patch does, is to configure the built-in hardware charge controller with sensible defaults for the max. charging current and max. charging voltage (previously it was not configured at all). It causes the battery to be charged with a current of max. 300 mA and voltage of max. 4.00V (in unconfigured state, these values are 50 mA and 3.90...
- FS#8663 - Data corruption on usb write on sansa Expand Collapse
-
The udelay() in ata-c200_e200.c is not needed on my c250, and actually seems to cause write errors during USB connections. This patch makes it conditionnal on SANSA_E200.
Not committed yet because of the potential problems if I'm wrong
- FS#8747 - Show an "USB Audio" device on plugin instead of an unknown "cha Expand Collapse
-
This patch changes the way rockbox presents itself to the host OS on plugin when connecting in "charging only" mode (i.e. when holding the correct button while pluging in).
The old way was to present a "vendor specific" interface, which causes at least Windows to prompt for drivers (which confuses users despite it being mentioned in the manual).
The new way is to present a USB audio device without any host-controllable parts. On linux (at least without gnome or HAL or similar running) it ...
- FS#8999 - CPU stays boosted when skipping to the next track while bufferin Expand Collapse
-
- start playing an album of mp3 files
- quickly skip to the 2nd track
- go to the view buffering thread screen
Buffering will stop prematurely and CPU remains boosted.
This doesn't seem to happen with VBR encoded mp3 files, though.
- FS#9137 - Rewinding after rebuffering causes early skipping or noise Expand Collapse
-
Reproduction (doesn't seem to be 100% reliable but with a high chance of success):
DON'T TRY TO REPRODUCE WITH HEADPHONES (the noise can be very loud compared to the music level)
Reset settings, start playing a (flac?) file that is larger than the audiobuffer (smaller than 2x audoibuffer?) and to speed up the process fast forward to a position *before* rebuffering. After rebuffering happens rewind to a position before rebuffering happened and let the song play. After some time either playb...
- FS#9150 - checkwps doesn't compile Expand Collapse
-
r17690 broke compilation of checkwps
Roadmap for version Version 3.1 Expand all | Collapse all
91% of 23 tasks completed. 2 open tasks:
- FS#5072 - Bookmarking does not work in connection with Database Expand Collapse
-
When I have chosen ID3Database for File View, and set Bookmark on Stop to Ask or Yes, I nevertheless don't get the option to create a bookmark when stop the playing.
I am using the most recent CVS.
Ton
- FS#5675 - Quick screen and recording screen can't be localized with charac Expand Collapse
-
Currently Rockbox using FONT_SYSFIXED when display quick screen, which prevents it from displaying some localized strings (for example: Chinese and Japanese).
I've tried compiling a version using FONT_UI instead of FONT_SYSFIXED in quick screen (havn't try recording screen). It works great on the H320 main screen, though not so well on remote when font is too big.
Therefore I want to ask:
1. Is there any reason why FONT_SYSFIXED must be used other than font size? For example, limitations on o...
Roadmap for version RBUtil 1.1 Expand all | Collapse all
0% of 1 tasks completed. 1 open tasks:
- FS#8571 - Rbutil - console interface Expand Collapse
-
A Console Interface for Rbutil.
Its still unfinished.
supported actions:
- all configurations
- Install Bootloader
- Install Rockbox
- Install Fonts
- Install Doom files
- Install voice file
- Create Voice file
- Create Talkfiles
Missing is:
- uninstallation
- Themes
- bugfixing :-)
- Code clean up
Extact the attached 7zip file int rbutil/rbutilqt so that there is a new folder rbutil/rbutilqt/cli. change into this folder and run qmake && make.