|
10575 | Patches | Simulator | Very Low | Simulator remote-control | 2009-08-30 | Jonas Häggqvist | 2010-10-18 | 5 |
Task Description
This patch enables you to control the simulator using a named pipe to provide simulated keypresses, rather than the keyboard.
Unfortunately there is a bug that means that not all events seem to have any effect. On the e200 sim, I can use the scroll buttons to move in the main menu, but neither RIGHT nor SELECT lets me enter any of the entries. I suspect it's related to repeat or hold/release handling, but I'm not sure how to fake that properly.
|
|
10600 | Patches | Games | Very Low | New Bubbles Background | 2009-09-11 | Will Hauck | 2009-09-13 | 1 |
Task Description
A new background image for bubbles that looks a lot better. Made using GIMP and images from frozen bubble.
Copy the attached file to ‘apps/plugins/bitmaps’.
|
|
10862 | Patches | LCD | Very Low | Add second backlight timeout | 2009-12-17 | Maurus Cuelenaere | 2011-07-29 | 1 |
Task Description
This patch adds a secondary backlight timeout (similar to what the the iPod OF does).
It adds two extra settings: secondary backlight timeout and secondary brightness (I'm not sure wrt the naming of those, any suggestions?)
The code isn't very clean, but it works (except for CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM targets, for which I haven't implemented this).
Please test this.
|
|
10949 | Bugs | Games | Very Low | Rockboy Nano2g sound | 2010-01-31 | Alex | 2011-01-27 | |
Task Description
Sound in all games sounds like chirps or clicks that sounds kinda like the real music on the Nano2G.
|
|
11388 | Patches | Playlists | Very Low | Bookmark file doesn't work for a directory with a semic... | 2010-06-09 | Aaron Wells | 2010-07-09 | 1 |
Task Description
Steps to reproduce:
1. Create a directory: /AUDIO;BOOKS 2. Place a file in it: /AUDIO;BOOKS/file.mp3 3. Start playing the file, and then create a bookmark 4. Do “List bookmarks” for the file 5. The bookmark menu lists something like this:
BOOKS/;file 0:02, 2, Shuffle
The problem seems to be that .bmark files use semicolons to separate the fields of information. If there’s a semicolon in the path, it thinks that it indicates the end of the path and the beginning of the filename.
|
|
11726 | Bugs | Battery/Charging | Very Low | sometimes rockbox restarts and battery gets empty when ... | 2010-11-05 | rd | 2011-08-24 | |
Task Description
sometimes when i click on next(or previous) button a couple of times , rockbox gets stuck and then anfter 3 or 4 secs ,it restarts .then when loaded the battery is empty. i am not sure if this is a rockbox related issue or hardware realated cause i use my ipod for file transfer mainly .and this issue existed from version 3.3 till now( i cont know or remember about before that).
is there a way that i can somehow debug (trace) this issue?
|
|
12027 | Patches | Configuration | Very Low | Add the Zipit Z2 as an build target. | 2011-03-24 | Don Heyse | 2011-06-05 | 7 |
Task Description
Here’s a patch to version r29143M-110324 that adds the Zipit Z2 as a build target. It requires one new file (also attached) firmware/target/hosted/zipit/powermgmt-zipit-z2.c to monitor the battery.
This is mostly a generic SDL app with a few tweaks for the Zipit buttons and battery monitoring. The patch also includes a few small bug fixes for SDL app builds. I had to fix the labels in the asm section of lcd-16bit.c. There were some missing parenthesis on an #ifdef in button-application.c. And the apps/SOURCES file needs an #ifdef to handle an SDL app build without touchscreen support.
|
|
12125 | Patches | Operating System/Drivers | Very Low | Use persistent dircache without HAVE_EEPROM_SETTINGS | 2011-05-22 | Rosso Maltese | 2011-07-06 | 3 |
Task Description
The patch allows to use the persistent dircache even in targets that do not define HAVE_EEPROM_SETTINGS.
Starting trying to implement such a feature for my iPod Video, I "discovered" the functions dircache_load/save (I have a slight knowledge of the RB software). Investigating why it was not used on my target, I saw that it's conditioned to the define HAVE_EEPROM_SETTINGS without an apparently reason to limit them just to some targets. So, I simply "detach" the functions definition and use from the define. I'm using it since an hour, starting up and shutting down the DAP various times, jumping back and forth inside the dynamic play list, and I got no problems at all.
If I guess correctly the code, the dircache should be updated also when changing the DAP content, if the USB connection is done by RB and not the OF.
It's applied to r29907.
|
|
12417 | Bugs | Music playback | Very Low | Audio crackling problem on Fuze v2 | 2011-11-30 | Tucker Cane | 2012-07-30 | 1 |
Task Description
I have RockBox version 3.9 on my Sansa Fuze v2 and so far I love it, but I have one problem. On a few tracks in my library, when I play them, the first few minutes of the song will be strangely distorted. Most of them are songs where the music starts off in just one of the speakers before moving into the other one. There will be bursts of loud, crackly noise in the other speaker during these first few seconds (that seem to be in time with the music) and then it will fix itself and the rest of the song will play perfectly. When I boot the default Sandisk firmware the songs play perfect like they should, it is only in RockBox that this glitch happens. I’ve messed with the settings a bit and even reset them completely, but nothing has worked thus far.
Attached is one of the songs that this happens with, from about 2 seconds in to about 7 seconds in. Any help would be greatly appreciated. I really want to enjoy my music without that crap in it.
|
|
12468 | Bugs | Operating System/Drivers | Very Low | Hotswap fails to recognize the card after it was remove... | 2011-12-19 | Andrej | 2011-12-22 | |
Task Description
If Rockbox is connected via USB with no sd card inserted and it is inserted, it offers the OS to mount the new drive. If the sd card is removed and reinsterted again, it fails to offer and recognize it.
I could locate the problem in firmware/usbstack/usb_storage.c in the line
if(inserted && check_disk_present(IF_MD(volume))) {
after reinserting the card, check_disk_present fails to return true, so this check fails and the card isn't recognized anymore.
|
|
12530 | Patches | Manual | Very Low | Add a note and a warning about the location for recordi... | 2012-01-10 | Alexander Levin | 2012-01-12 | 1 |
Task Description
The location for recordings can be set, but the only way to see the current value for the setting is to look into the config file. The patch adds a note stating that to the manual.
Also, there is a known bug ( FS#12517 , FS#12500 ) preventing saving the recorded files in the root directory (maybe this applies only to some targets, not all). The patch adds a warning about that.
|
|
12558 | Bugs | Settings | Very Low | Some core_alloc users do not handle failures | 2012-01-22 | Lorenz | 2012-01-30 | 1 |
Task Description
If loading a config file that holds all configuration settings (Settings → Manage Settings - Save .cfg File) from Rockbox 3.9.1 in Rockbox 3.10 or the daily builds for Archos Recorder with Firmware V3, the player will not bootup correctly on the next restart and show:
I 4: IllInstr
directly at booting. I then press "On" again and get:
*PANIC* Stkov main
and the HD shuts down. If I press "On" again, the same loop continues.
The problem can only be resolved by plugging the player to USB, removing the rockbox directory and copying it again from the newest daily build or 3.10, then restart. It boots up fine again then. Doing the previous settings manually on 3.10 or the daily builds and then saving / loading them works fine and the player won´t have the boot-bug anymore.
I have attached the config file that creates the problem.
|
|
12614 | Bugs | Database | Very Low | Bug while seeking on Sansaclip+ | 2012-03-13 | Alan | 2012-05-09 | |
Task Description
Hi, firstly i put Sansa c200 because SansaClip+ is not available in the list. My player is a Sandisk SansaClip+ bought 6 months ago with an 8Gb class 4 Sandisk microsd (that is currently empty, no songs stored).
Steps to reproduce the issue (after a fresh installation of the Firmware, no settings changed):
1) Switch on 2) → database 3) → track 4) select any track 5) press the central button 6) Erase Dynamic Playlist? is displayed.. Select Yes 7) countdown then starts to play 8) Seek to the next song (it happens at the first seek or might need three, four one after the other)
Data abort at 30813E44 FSR 0x8 (domani 0, fault 8) address 0x62E90028
- I installed version 3.10 on top of version 3.09, but later on I tried to uninstall completely 3.10 and reinstall it from scratch and the issue is the same.
- After the crash i have to keep the "switchoff" button pressed for a while.. then I press it again to restart the player and I try to resume the song I get "playlist control file is invalid" or "nothing to resume"
- behavior is the same with or without the SD card
- The issue was randomly happening (but very very rarely) also on the previous version of the firmware (3.09) I got the error a couple of times in 6 months.
|
|
12657 | Bugs | Themes | Very Low | ThinBasic causes panic on Nano 1g | 2012-04-28 | Hugo Platzer | 2012-06-02 | 1 |
Task Description
Every time I try to set my theme to ThinBasic in Rockbox 3.11.2 on my nano 1g, a panic occurs. I only tried this in 3.11.2 so I'm not sure if older versions have this problem too.
|
|
12708 | Bugs | Music playback | Very Low | iPod Nano 2G Swapped Channels | 2012-06-27 | PBCNX-MAN | 2013-11-02 | |
Task Description
I’ve been using the latest dev builds everyday for iPod Nano 2G and still encountering “Swapped Channels” on Playback (e.g. Left Channel → Right Headphone / Right Channel → Left Headphone).
Used latest build 5785cfb-120625
|
|
12752 | Bugs | Configuration | Very Low | Volume problem on Android RaaA | 2012-09-18 | PurlingNayuki | 2012-09-23 | |
Task Description
So far there's still two problem which have never been fixed on Android: 1.When opening Rockbox, its volume bump to max automatically whatever it was when last quit; 2.On most HTC(and probably other) devices one can't use physical volume keys to adjust. Volume bars in WPS and SBS work well however.
Hopes the fixes!
|
|
12759 | Bugs | Themes | Very Low | Various RDS issues (Clip Zip, YP-R0) | 2012-09-30 | Ludovic Jacques | 2015-02-25 | 1 |
Task Description
I noticed various RDS-related issues on my Clip Zip and Samsung R0
1) Sansa Clip Zip With the latest builds (for example version 341e2c4-120929) I noticed the RDS text just behaves crazy, like blinking for no reason and displaying strange characters. Besides, the RDS name won't display most of time or at least needs much time to display. When reverting back to an older build (0c4bd3a-120406 for example), the RDS name displays quickly and for all stations now and the RDS text is just displaying and scrolling normally. Tested and noticed with my theme lebellium Samsung -like: http://themes.rockbox.org/index.php?themeid=1681 and with the various DFKT Minimum Zip themes (this one for example: http://themes.rockbox.org/index.php?themeid=1539 ) screenshots of the issue: http://imageshack.us/a/img855/8724/dump120926124155.png http://imageshack.us/a/img837/2154/dump120926124439.png
2) Samsung YP-R0 In addition to the RDS issues reported for the Zip above that also exist on the R0, it seems that the RDS text makes the device crash after a few seconds or minutes with my theme lebellium Samsung-like (version 1.60 beta to download in attachment). I found 2 unsatisfying ways to bypass this annoying crash: -Remove the %s scrolling tag for the RDS text, that is to say replace "%s%ac%tz" by "%ac%tz". But that's not a good solution since then the RDS text is cut off. The %tz tag only makes sense when associated with a %s tag and all other themes supporting RDS use it and work well that way. -Replace the RDS text font (currently 20-DroidSans-Bold.fnt) by another font from the Rockbox Font Pack. As I want a nice anti-aliased font, the only acceptable alternative I found is the Ubuntu Bold font. But this font makes the device crash too…
So I just hope there is a bug somewhere that can be fixed?
|
|
12763 | Bugs | Music playback | Very Low | Sansa Clip v2 : 24bit 96000 Hz 6 Channel FLAC files ski... | 2012-10-08 | whocares | 2012-10-15 | |
Task Description
Sans Clip V2
24bit 96000 Hz 6 Channel (5.1) FLAC files skip to next song after 30 seconds. 30 seconds is an estimate because my screen is broken, so I can’t see what’s happening. I downloaded a daily build 3 days ago, but I think it’s a buffering issue. Flac is 8181 kbps (says Foobar).
It’s the first time I tried these files, so I don’t know if they ever worked, or ever will. If they never will work, I’m sorry for reporting this.
Thank you all for your time and efforts.
|
|
6467 | Patches | Games | Very Low | New control scheme for Doom on Sansa e200 | 2006-12-21 | Piotr Jafiszow | 2007-10-10 | 2 |
Task Description
Patch changes controls for Doom:
Forward: rec/up Left/Right: scrollwheel (it needs a lot of scrolls for large turns, but hopefully it can be modified to work better in the future) Back: down Shoot/Enter (menu): select Change weapon: left Open: right Esc: power
|
|
7203 | Patches | Plugins | Very Low | New game for Color-LCD-Rockboxes | 2007-05-22 | Andreas Kruschinski | 2007-06-28 | 1 |
Task Description
This is the game Squarebloxx. It works on Color-LCDs only because colors are an essential part of the game. I tested it in the Simulator for all the color Boxes. I also tested it on my H340. In the game you have to mark parts of an array of tiles. If the tiles in the corners of the mark are the same color, the marked area is done. If all tiles are done the level is finished. Please give me feedback and report bugs.
Thanks Krush
|
|
7497 | Patches | Applications | Very Low | Add a magic string to bootloader version to enable loca... | 2007-07-28 | Dave Hooper | 2008-08-12 | 1 |
Task Description
Simple patch to add RBBLver prefix + suffix to the bootloader version string. rbutil can scan the binary bootloader file to locate this string to determine the bootloader version. download.rockbox.org can now be updated to include bootloader.version files alongside the binaries (e.g. extract the bootloader version from the binary using od -S 6 | grep RBBLver )
|
|
7790 | Patches | Applications | Very Low | Voicebox improvements | 2007-09-17 | Daniel Dalton | 2007-10-04 | 2 |
Task Description
Some improvements for voicebox on windows. Mainly an option to voice file extensions. Not perfect yet. Instead of an option to voice file extensions there are two voice files options in the hta file. Anyone know what is wrong with this? Thanks
|
|
7960 | Bugs | Battery/Charging | Very Low | Shows Ata Error instead of charging screen. | 2007-10-15 | Alun Thomas | 2011-11-07 | |
Task Description
When the dc jack is plugged in to charge while the player is not running (switched off), the display says ‘ATA Error -11’. It can’t be reset except by removing the batteries and dc jack. I ran an older build from last year and it works fine.
|
|
8029 | Bugs | Music playback | Very Low | Selecting a buffered track in the current playlist forc... | 2007-10-26 | Steve Bavin | 2009-07-02 | |
Task Description
Recipe: 1) Play an album. Wait until buffering completes. 2) Skip from track 1 to track 2. No buffering occurs. 3) Skip from track 2 to track 1. No buffering occurs. 4) In the playlist viewer, select track 2. Rebuffering occurs, even though the track is buffered.
The same problem occurs in the opposite direction (e.g. after step 2, it should be possible to switch to track 1 using the playlist viewer without rebuffering).
|
|
8305 | Patches | Operating System/Drivers | Very Low | c200: support docking stations with audio | 2007-12-12 | Jerry | 2008-06-16 | 3 |
Task Description
When the c200 is docked (as detected by the charger discrete being active), switch to line out. This was necessary for the Griffen “iTrip Auto for Sansa” adapter to produce output. I would assume this is necessary for other docking stations.
This is *NOT* a perfect patch, but it is a start and is necessary to make docking stations with audio output work.
Limitations: * I mute the headphone output, so plugging in a non-docking charger will prevent listening via the headphones while charging. Both can be enabled… if the charger is plugged in, it probably isn’t an issue but that is what the Sansa firmware does.
* The charger/headphones detection is done only on power up. This is suboptimal, but usually “correct.” A better technique would be to hook into the charger status announcements, but I don’t have time right now.
|
|
8454 | Patches | Operating System/Drivers | Very Low | Implement debug() for ARM architectures via JTAG DCC | 2008-01-13 | Catalin Patulea | 2010-10-15 | 4 |
Task Description
The ARM hardware debugger via JTAG spec (EmbeddedICE) specifies a sideband channel for target↔debugger communication called DCC (Debug Communications Channel). openocd, an open-source debugger compatible with the EmbeddedICE standard, supports using this channel for textual debug messages from the target.
The attached patch implements the target side of this channel. Messages can be enabled in openocd using the “target_request debugmsgs enable” command.
WARNING: If -DDEBUG is enabled and there is no hardware debugger attached to drain the DCC buffer, debug() becomes very slow because it has to wait for the writes to time out. However, this is unlikely to happen because -DDEBUG isn’t typically enabled for target builds.
|
|
8602 | Patches | Drivers | Very Low | Remove audiohw_set_lineout_vol call from sound.c | 2008-02-12 | Christian Gmeiner | 2008-02-13 | 2 |
Task Description
Hi all.
I have found a funny thing, which should get fixed. In set_prescaled_volume there is this call: audiohw_set_lineout_vol(tenthdb2master(0), tenthdb2master(0));
As far as I can see this call is not needed here. So this patch removes it, but as I own only a sansa e280 I can not test this change. I hope to commit this soon.
If this call is needed… do we need it every time audio changes or only once at init?
Thanks, AustrianCOder
|
|
9112 | Patches | Build environment | Very Low | Automatically set correct cross compiler path based on ... | 2008-06-23 | William Poetra Yoga Hadisoeseno | 2009-05-10 | 3 |
Task Description
This is an attempt to automate the setting of $PATH in tools/rockboxdev.sh, tools/configure and the generated Makefile.
The directory prefix of the cross compilers is stored in ~/.config/rockbox.org/RockboxCompilerPrefix. As the default path (in tools/rockboxdev.sh) is /usr/local, if that file is empty, then $PATH won’t be modified. Otherwise, the value stored inside that file will be read, the target platform type appended, and lastly /bin appended. The resulting string will be appended to $PATH.
This patch doesn’t break existing configuration. But it’s most probably incomplete, so please provide feedback on which files need to be modified as well.
|
|
9205 | Bugs | Codecs | Very Low | WMA Decoder - Problematic Files (Gaps/Skipping) - Examp... | 2008-07-19 | Andrew Beveridge | 2011-04-20 | 2 |
Task Description
Hello World :) Attached is a VBR WMA music file, which fails to play correctly on my “RockPod” iPod Nano. The same file decodes perfectly using the latest ffmpeg build. Therefore I can only assume there is something about this file which triggers a bug in the Rockbox-specific WMA decoder. Also attached is a microphone recording of the sound which comes out of my iPod when Rockbox attempts to play the faulty WMA.
I have over 3000 WMA tracks, all encoded using an identical method, all of which will not play correctly in rock box, so if you would like any more examples, or information, please ask.
Thanks for all your help :) (If there is any way I can help debug/update the code for the wma decoder, please let me know where to start, I understand the C source code pretty well)
~Andrew
|
|
9329 | Patches | ID3 / meta data | Very Low | Remove total tracks and total discs from ID3v2 tags. | 2008-08-27 | Magnus Holmgren | 2008-12-12 | 1 |
Task Description
This patch removes any total tracks and total discs number from the track and disc number fields in ID3v2 tags, so that track and disc numbers are displayed consistently across different tagging formats.
What happens is that if a number larger than zero can be parsed from the start of the field, then the field is terminated on the first “/” char.
Added as a patch as I don’t know if this behavior is wanted.
|
|
9456 | Patches | Playlists | Very Low | Remove Repeat:Shuffle option and always reshuffle when ... | 2008-10-05 | William Poetra Yoga Hadisoeseno | 2009-05-17 | 5 |
Task Description
This patch removes the Repeat:Shuffle setting, and always reshuffles the playlist when Shuffle is set to yes and Repeat is set to All.
The rationale behind this is that a user would rarely want to shuffle the playlist the first time only and always repeat the same sequence afterwards. Rather, one would either play the playlist in order and repeat in the same order, or shuffle the playlist first and always reshuffle.
Setting combinations affected: - Shuffle:Yes && Repeat:All
before: shuffle the playlist but repeats the same sequence
after: shuffle the playlist and reshuffles when the end is reached
- Shuffle:Yes && Repeat:Shuffle
before: shuffle the playlist and reshuffles when the end is reached
after: this combination is replaced by Shuffle:Yes && Repeat:All
- Shuffle:No && Repeat:Shuffle
before: reshuffle when the end is reached
after: rarely used combination, not available anymore
All other combinations are not affected.
The patch contains some comment fixes and some code simplification as well. We also have to handle a special case in the patch.
|
|
9595 | Patches | User Interface | Very Low | Correct thai font display | 2008-12-01 | Phinitnun Chanasabaeng | 2008-12-30 | 2 |
Task Description
This patch will correct how thai vowels and tonal makers display.
|
|
9917 | Patches | Drivers | Very Low | Cowon D2 Usb Serial | 2009-02-16 | Michaël Burtin | 2010-10-26 | 2 |
Task Description
Here’s a patch to have a functional usb_serial driver allowing the use of “Logf over Usb” debug function.
|
|
10360 | Patches | Recording | Very Low | Recording settings aren't saved when changed on the rec... | 2009-06-21 | David Johnston | 2009-12-17 | 2 |
Task Description
This bug currently exists as of rev 21444.
If settings are modified on the recording screen they aren't persistent after a reboot unless another setting is changed somewhere in the menu system.
The problem is that global_settings is being modified without a subsequent call to settings_save().
Attached is a fix for this problem. I've so far only tested it on the h1x0 simulator but I think it's a pretty benign change, unlikely to cause problems on other targets.
|
|
10398 | Bugs | FM Tuner | Very Low | volume controls broken in FM radio mode | 2009-06-29 | Nathan Myers | 2009-11-04 | |
Task Description
I installed release 3.3 on my Sansa e260. 3.2 worked. On 3.3, volume controls work fine in normal playback mode, but when I switch to FM Radio, they are ignored. If I switch back to normal playback mode, I can set the volume level again, just not while listening to the radio.
|
|
10480 | Patches | FM Tuner | Very Low | fm radio support for Samsung YH-820 YH-920 YH-925 | 2009-07-31 | Jens Erdmann | 2009-09-03 | 2 |
Task Description
I tried to make the first shot on adding fm radio support for the Samsung YH-* devices.
–
|
|
10581 | Patches | Plugins | Very Low | Separate backlight setting for viewer | 2009-09-03 | Crend King | 2009-09-04 | 1 |
Task Description
Hello! I made this patch to add a separate backlight setting for the viewer plugin. By default the viewer plugin use Rockbox global backlight setting. For battery life, the backlight length would be usually too short in viewer, since reading a page may take more than 10 seconds. Bring the backlight on again by pressing buttons or wheel could be painful since it may cause unwanted effects (e.g. scroll to top/bottom of the text).
I added two options: Use global setting (default) and Always on. When setting to "Use global setting", everything should remain the same as before. When setting to "Always on", the backlight should never dim off. Changing the option during reading will immediately applies effect. I use the helper functions "backlight_use_settings" and "backlight_force_on" to achieve this.
Warning: since I changed the preference struct, after installing the new viewer.rock, all previous viewer setting will be abandoned and revert to default settings. You can backup your old viewer.dat (36 bytes), wait the new viewer.dat (40 bytes) be generated, and overwrite the first 36 bytes from the old viewer.dat to restore the setting. I don't know if there is a painless way for the transition. Suggestions are welcomed.
Thank you!
|
|
10932 | Patches | Plugins | Very Low | Vocabulary trainer | 2010-01-25 | Birgit Pavel | 2011-01-28 | 3 |
Task Description
General: The trainer works with (three) cardboxes. Known cards will be moved from left to right to the next box, unknown to the first. You have finished the test if all cards are in the last box. The actual filling status of the boxes is graphically shown.
How the user handles the trainer during the test: - a word is displayed - the user thinks about the translation - after pressing a button the solution is displayed - the user decides by pressing the forward or backward button if he was right or wrong - according the selection the card is shifted to the next box or to the first
Options: - select vocabulary file - reset (statistic) of vacabulary file - change direction of inquiry - display comment on/off - colour settings
Vocabulary files:
The vocabulary is stored in files in the following format: word1;word2;comment (optional)
Example: lernen;to learn;verb
File format: Maximum length of words:50 Maximum number of lines:500 File format: UTF-8
|
|
10966 | Bugs | LCD | Very Low | c200 v1 LCD doesn't turn on when changing Backlight set... | 2010-02-04 | Daniel Empie | 2011-04-04 | |
Task Description
As the title states the c200 v1 LCD doesn't turn on when changing the Backlight setting from Off to On. The backlight itself does turn on though. I don't know if this happens with the v2 players.
I first noticed this behavior in r24404 earlier today on my c240. I then updated the player to r24511-100204 and get the same behavior as before. I also get the same behavior in another c240 v1 player that I have which I also updated to r24511-100204. It was previously running r20698-090412 and the backlight didn't turn on when changing the backlight from off to on (I'm guessing that FS#10130 fixed that problem) - so it happened sometime between that revision and at least as far back as r24404. It might have even carried over from FS#10130 .
Also, just as a note, I don't notice this behavior in the February 2nd c200 simulator (r24449) - both the backlight and LCD turn on as expected. I checked my v1 Fuze (r24509) also and get normal behavior (backlight and LCD turn on), so this bug might just be limited to the c200 players.
|
|
11215 | Bugs | Plugins | Very Low | not able to move in DOOM! | 2010-04-23 | jeremy seidel | 2010-06-05 | |
Task Description
installed rockbox and doom (freedoom) all correctly. but problem is that the navigation keys dont work when the game starts. cant move. but i can bring up pause menu by flicking hold on then off but then only up(menu button) works in addition to the center button being able to select
to reproduce:install latest build for ipod classic 5th gen 30gb install doom from the rockbox utilities program run doom in ipod game loads face at bottom of screen moves, showing it isnt frozen… cannot move
and yes i have tried configuring the keys, it doesnt work
|
|
11300 | Patches | Plugins | Very Low | PictureFlow - Reflection Setting for small screens, Cli... | 2010-05-21 | Chris Savery | 2010-06-11 | 5 |
Task Description
This is a patch meant for Clip+ that adds a “Reflection” setting to allows choosing if to show a reflection or not. When no reflection is shown the images are moved to bottom of screen allowing for title at top and keeping them in the blue will work for other devices. I tested it on Fuze v2 but others may have unknown problems related to screen size differences. For screens > 100 high it doesn’t move the albums against r26185 in UISim you want this as a patch against my pictureflow-wps integration patch let me know as I have one
|
|
11339 | Bugs | Battery/Charging | Very Low | Volume is turned up to the maximum when the battery lev... | 2010-05-31 | Max Bargiel | 2011-10-01 | |
Task Description
When the battery is nearly empty and the iriver H10 is about to shutdown, the volume sometimes suddenly increases progressively, as if the volume UP button was pressed and held down, all the way up to the maximum.
This has happened to me about 3-4 times so far. Pressing the volume DOWN button somewhat counters this bug, but only for as long as the DOWN button is used - the volume keeps increasing.
This occurs with Rockbox Release 3.5 (not 3.4 as the Report Version field of the ticket says).
|
|
11355 | Bugs | Music playback | Very Low | Auto-Change Directory crashes hardwarecodec players | 2010-06-05 | Marianne Arnold | 2012-01-14 | 1 |
Task Description
When the option “Auto-change directory” is enabled, my Ondio crashes at the end of the current folder’s playlist when it would have to create a new one.
The error it shows is “I09: CPUAdrEr at 09010FF8”. The address varies a bit with the actual revision, this example is with r26246 and an OndioFM backlight build (but the problem is present in plain SVN builds too). Looking at the map file shows that the crash happens in the cue_find_current_track function.
Bisecting build turned up that the error was introduced with the cuesheet rework in r21978/9 and the fix in 21982 fixed usual folder playback but not auto-change directory. It is reproducible on the Archos Recorder so I assume a general hwcodec problem.
|
|
11465 | Bugs | FM Tuner | Very Low | Volume needs to be turned down on FM radio when voice i... | 2010-07-07 | Scott Berry | 2012-02-29 | |
Task Description
when the FM tuner is turned on and say that you want to go to Add a Preset you cannot hear thevoice over the radio. this should be controlled where the Fm volume is turned down and the volume of the voice is turned up just like in playing regular music.
|
|
11486 | Bugs | Database | Very Low | Bookmarks from tagcache don't work | 2010-07-18 | Marek Salaba | 2011-02-19 | 1 |
Task Description
Hello.
I found that bookmarks which was automaticaly created (by the function Bookmark on Stop with set to Ask) from tagcache don’t work. Problem is in missing path to file in bmark file. I made more test and now I attach bmark where first line/bookmark is from tagcache and second line/bookmark is from files browser. Both are on approximately same time.
I testted on Sansa c250 and Sansa Fuse2 with Rockbox r27481-100718.
Can anybody from developers focused on it, please.
Much more thanks. Salaba
|
|
11661 | Bugs | Plugins | Very Low | Messages and Heads up display fonts are unreadable in d... | 2010-10-09 | Christian Blackburn | 2016-11-29 | |
Task Description
While playing doom, I can definitely read the amount of ammo, shield status, and health of my character. However, I cannot read the messages like you need the key first to open this door. Also, if you set the screen size to the maximum and turn on the heads up display the font there is also illegible.
|
|
11679 | Patches | User Interface | Very Low | Remember last postion in the Settings menu. | 2010-10-14 | Teruaki Kawashima | 2011-02-16 | 1 |
Task Description
This attempts to implement the idea in http://forums.rockbox.org/index.php?topic=25169.0 this only works for the Settings menu in the main menu.
With this patch, if you reenter the Settings menu, it shows the menu shown when you leave the menu just like when you return to the browser or the database.
|
|
11883 | Patches | Operating System/Drivers | Very Low | Close all files and safely unmount disks before enterin... | 2011-01-16 | sideral | 2011-04-08 | 5 |
Task Description
The attached patch implements a clean disk unmount by way of the following changes:
Patch 1: Allow disk_unmount_all to close all files and flush dirty buffers when unmounting a filesystem. (Before, we've been calling disk_unmount, which does not flush buffers because it's written to handle user-ejected storage media that aren't accessible any more.)
Patch 2: Call disk_unmount_all in the power-down and reboot paths.
Patch 3: Fix write to detect a bad file handle.
(Split out from FS#11877, in which I first theorized that an unclean filesystem may be responsible for some filesystem corruption I'm seeing, but which turned out to be a deeper problem. Related to r28693 / FS#11774 , in which we introduced disk unmounting before entering USB mode.)
|
|
11919 | Bugs | Bootloader | Very Low | No SD-Card support in USB mode after boot | 2011-02-02 | Jens Erdmann | 2011-07-15 | 2 |
Task Description
I got no SD-Card support for my E-250 after boot into USB mode. I plug in my powered off player into usb and only have access to internal storage.
If i plug in my player booted up there is no problem.
I am using daily build r29174-110131.
|
|
12025 | Patches | Plugins | Very Low | Ohm's Law Calculator added to resistor.c plugin | 2011-03-23 | Leif Andersen | 2011-03-28 | 3 |
Task Description
(Made using r29635)
This plugin adds an Ohm's Law calculator feature to the resistor.c plugin. It takes two inputs, of either (voltage, resistance, current, power), but not both of the same time, it will then calculate the other two values.
|