tracker | 7 Jul 2007 00:00
Favicon

Open bugs in Rockbox

Flyspray contains 202 open bugs:

1 years 307 days old: No radio on FM recorder
3 comments, 0 files: http://www.rockbox.org/tracker/2660

1 years 288 days old: Rewinding at end of song confuses playback 
15 comments, 0 files: http://www.rockbox.org/tracker/2687

1 years 128 days old: USB Bootloader Mode not working properly
29 comments, 0 files: http://www.rockbox.org/tracker/4753

1 years 125 days old: Random resets when playing while plugged in (USB)
5 comments, 0 files: http://www.rockbox.org/tracker/4762

1 years 98 days old: convbdf segfaults on very large fonts
7 comments, 2 files: http://www.rockbox.org/tracker/4955

1 years 97 days old: chessbox gets frozen on hold
2 comments, 0 files: http://www.rockbox.org/tracker/4977

1 years 89 days old: Bookmarking does not work in connection with Tag Cache Database
2 comments, 0 files: http://www.rockbox.org/tracker/5072

1 years 80 days old: button_status() and scroll wheel don't work
1 comments, 2 files: http://www.rockbox.org/tracker/5162

1 years 76 days old: LCD line still active after shutdown
16 comments, 5 files: http://www.rockbox.org/tracker/5199

1 years 73 days old: Keypad HOLD doesn't let go until scrolling is used
(Continue reading)

tracker | 7 Jul 2007 00:00
Favicon

Open patches in Rockbox

Flyspray contains 283 open patches:

3 years 197 days old: Fade out until sleep mode
0 comments, 1 files: http://www.rockbox.org/tracker/1887

3 years 125 days old: Adds Quick Skip and Instant Replay.  Moves Pitch Menu.
2 comments, 2 files: http://www.rockbox.org/tracker/2041

3 years 1 days old: Automatically load "car" mode configuration settings.
1 comments, 1 files: http://www.rockbox.org/tracker/2257

2 years 355 days old: Etch A Sketch
8 comments, 5 files: http://www.rockbox.org/tracker/2272

2 years 123 days old: simple manual profiling for iriver codec libraries / plugins
0 comments, 1 files: http://www.rockbox.org/tracker/2458

2 years 89 days old: Trigger setup: auto source selection
3 comments, 1 files: http://www.rockbox.org/tracker/2484

1 years 349 days old: Jump-back scrolling patch
9 comments, 5 files: http://www.rockbox.org/tracker/2594

1 years 345 days old: APEv2 tags for MP3
9 comments, 3 files: http://www.rockbox.org/tracker/2598

1 years 335 days old: Arbitrary vorbis comments and ID3v2 TXXX/COMM text in wps
25 comments, 4 files: http://www.rockbox.org/tracker/2616

1 years 316 days old: text viewer button mods  
(Continue reading)

Dave Wright | 11 Jul 2007 20:32
Picon
Favicon

Iriver h340 for spare parts

Hello,
I'm not sure if this is the right list to be posting this on, but anyway, I have an iriver h340 which doesn't seem to be working. I'm not sure what's wrong with the device, but I'm pretty sure it's the harddrive. If anyone is interested in this item for spare parts, or for taking apart for assisting in the development process, I'd be happy to donate the item.
When the device is plugged in, it does show up as a new hardware device however the harddrive doesn't spin up. Please contact me offlist if anyone is interested.
Thanks,
Dave
Manuel Dejonghe | 12 Jul 2007 22:41
Picon
Gravatar

Re: there be t-shirts!

On 4/13/07, Daniel Stenberg <daniel <at> rockbox.org> wrote:
> Leftovers will very likely be sold/spread around the world after the event,
> like last time.

Hi, what about it ?
Did I miss such a mail on the list ?

~lImbus

Daniel Stenberg | 12 Jul 2007 22:44
Favicon

Re: there be t-shirts!

On Thu, 12 Jul 2007, Manuel Dejonghe wrote:

>> Leftovers will very likely be sold/spread around the world after the event, 
>> like last time.
>
> Hi, what about it ? Did I miss such a mail on the list ?

Sorry. It's just been me being lazy/occupied, but I do intend to give it an 
effort in August. I'll let you know!

--

-- 
  Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/

Anthony D'Alberto | 13 Jul 2007 15:50
Picon
Favicon

H10/PP5020 - ADC and Scrollpad

Hello All,
I've got a question or two about the pp5020/H10 player and the ADC scrollpad 
interface.

1.) Is there ANY more information about this chipset, and where would I find 
it?
2.) The ADCs are quoted on the datasheet as being 8 bit, but the ADC code 
says they are 10 bit.  Are the 8 bit ADCs used as 10 bit ADCs through a 
feature of the chip?
3.) If the adc_data2 bits 0 and 1 contain lowest bits of the 10 bit A/D, 
then the code in adc_h10.c does not make sense to me:

adc_data2 = (ADC_DATA2 >> (8*channel+6)) & 0x3.

Shouldn't this be:

adc_data2 =  ADC_DATA2 >> (8*channel) & 0x3

or are the 2 lsb bits at the msb position of ADC_DATA2?  I'm probably 
missing something very simple.

4.) Is there a way to drive the ADCs with interrupts or status registers?

Of course my end goal is to get the scrollpad working the way the original 
firmware works.  So I've noticed touching the scrollpad at the bottom has 
quite a bit more noise than touching the top.  At the top, the noise will be 
+/- 0x08 - 0x10 whereas at the bottom it is somewhere near +/- 0x70.  Also 
there seems to be a periodic dip in the value.  This has made it really 
difficult to get the input data filtered.

Any help would really be appreciated.  I've looked at the iPod linux wiki 
memory map, and can't seem to relate it to the H10.  For instance, does the 
H10 actually have access to the A/D converter interrupts?

Thaks for any help.

_________________________________________________________________
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507

tracker | 14 Jul 2007 00:00
Favicon

Open patches in Rockbox

Flyspray contains 282 open patches:

3 years 204 days old: Fade out until sleep mode
0 comments, 1 files: http://www.rockbox.org/tracker/1887

3 years 132 days old: Adds Quick Skip and Instant Replay.  Moves Pitch Menu.
2 comments, 2 files: http://www.rockbox.org/tracker/2041

3 years 8 days old: Automatically load "car" mode configuration settings.
1 comments, 1 files: http://www.rockbox.org/tracker/2257

2 years 362 days old: Etch A Sketch
8 comments, 5 files: http://www.rockbox.org/tracker/2272

2 years 130 days old: simple manual profiling for iriver codec libraries / plugins
0 comments, 1 files: http://www.rockbox.org/tracker/2458

2 years 96 days old: Trigger setup: auto source selection
3 comments, 1 files: http://www.rockbox.org/tracker/2484

1 years 356 days old: Jump-back scrolling patch
9 comments, 5 files: http://www.rockbox.org/tracker/2594

1 years 352 days old: APEv2 tags for MP3
9 comments, 3 files: http://www.rockbox.org/tracker/2598

1 years 342 days old: Arbitrary vorbis comments and ID3v2 TXXX/COMM text in wps
25 comments, 4 files: http://www.rockbox.org/tracker/2616

1 years 323 days old: text viewer button mods  
2 comments, 2 files: http://www.rockbox.org/tracker/2648

1 years 319 days old: added one-click-to-insert functionality in file tree
26 comments, 20 files: http://www.rockbox.org/tracker/2653

1 years 314 days old: Show id3 info of file from filetree
1 comments, 2 files: http://www.rockbox.org/tracker/2662

1 years 312 days old: play recording with one klick
1 comments, 1 files: http://www.rockbox.org/tracker/2666

1 years 310 days old: splitedit: check disk space before writing
2 comments, 1 files: http://www.rockbox.org/tracker/2669

1 years 291 days old: Sudoku - solve current grid
0 comments, 1 files: http://www.rockbox.org/tracker/2696

1 years 289 days old: Return to radio screen when disconnecting from usb
0 comments, 1 files: http://www.rockbox.org/tracker/2697

1 years 285 days old: Display peak meter values
0 comments, 1 files: http://www.rockbox.org/tracker/2705

1 years 277 days old: Sudoku - alternate solver 
0 comments, 1 files: http://www.rockbox.org/tracker/2715

1 years 269 days old: bookmark on idle poweroff and sleep poweroff
3 comments, 2 files: http://www.rockbox.org/tracker/2720

1 years 250 days old: Adds number of files in largest dir to stats plugin
0 comments, 1 files: http://www.rockbox.org/tracker/2735

1 years 235 days old: additional remote-settings
5 comments, 1 files: http://www.rockbox.org/tracker/2775

1 years 224 days old: statusbar didn't get drawn/updated when in yesno-screen...
1 comments, 1 files: http://www.rockbox.org/tracker/2792

1 years 224 days old: DUMB plugin: libdumb 0.9.3 + dumb player&disk writer + misc
0 comments, 1 files: http://www.rockbox.org/tracker/2793

1 years 214 days old: Updated snow.rock support for color
0 comments, 1 files: http://www.rockbox.org/tracker/2821

1 years 211 days old: adds color to wps themes
10 comments, 4 files: http://www.rockbox.org/tracker/2838

1 years 207 days old: xvid raw image extractor
6 comments, 2 files: http://www.rockbox.org/tracker/2848

1 years 190 days old: Automated shuffle mode setting
1 comments, 1 files: http://www.rockbox.org/tracker/2882

1 years 188 days old: automaticaly pause player, when signal at line in
1 comments, 1 files: http://www.rockbox.org/tracker/2887

1 years 186 days old: line-in and playback mix (feature request 1371773 & 515796)
4 comments, 1 files: http://www.rockbox.org/tracker/2893

1 years 185 days old: Japanese quizz
3 comments, 1 files: http://www.rockbox.org/tracker/2896

1 years 180 days old: Fixed Width numerals for proportional fonts
0 comments, 4 files: http://www.rockbox.org/tracker/2918

1 years 175 days old: Costume statusbar
0 comments, 1 files: http://www.rockbox.org/tracker/2931

1 years 166 days old: Scrolling text margin for the wps
99 comments, 33 files: http://www.rockbox.org/tracker/2954

1 years 164 days old: Quick null playback timer
1 comments, 1 files: http://www.rockbox.org/tracker/2958

1 years 164 days old: Unix command line interface to Iriver fwpatcher utility
3 comments, 2 files: http://www.rockbox.org/tracker/2960

1 years 159 days old: Statusbar custom icons
3 comments, 2 files: http://www.rockbox.org/tracker/2981

1 years 155 days old: Reads USLT Lyrics from id3->txt file displays with viewer 
2 comments, 2 files: http://www.rockbox.org/tracker/2999

1 years 148 days old: change keybinds on ipod (3g and 4g) for text entry screen
0 comments, 1 files: http://www.rockbox.org/tracker/3031

1 years 146 days old: Gif Viewer
8 comments, 3 files: http://www.rockbox.org/tracker/3037

1 years 145 days old: iriver battery safe bootloader
0 comments, 1 files: http://www.rockbox.org/tracker/3039

1 years 144 days old: Album art display on WPS
174 comments, 47 files: http://www.rockbox.org/tracker/3045

1 years 139 days old: mandelbrot clear button queue after calculation and keep iter setting after zooming
0 comments, 1 files: http://www.rockbox.org/tracker/4719

1 years 138 days old: Contact plugin
7 comments, 5 files: http://www.rockbox.org/tracker/4728

1 years 137 days old: Multifont
47 comments, 21 files: http://www.rockbox.org/tracker/4733

1 years 137 days old: make visible files/folders with '..'
3 comments, 3 files: http://www.rockbox.org/tracker/4737

1 years 133 days old: RockCalendar
28 comments, 18 files: http://www.rockbox.org/tracker/4760

1 years 131 days old: ipod playlist plugin
8 comments, 5 files: http://www.rockbox.org/tracker/4771

1 years 130 days old: Extends SPDIF Enable option for Battery / Charger.
2 comments, 1 files: http://www.rockbox.org/tracker/4774

1 years 125 days old: Add 'Delete'-Entry to WPS-Onplay Menu
6 comments, 1 files: http://www.rockbox.org/tracker/4812

1 years 124 days old: Remove duplicated scrolling code in the LCD drivers.
3 comments, 3 files: http://www.rockbox.org/tracker/4817

1 years 120 days old: Font scaling in wps
3 comments, 1 files: http://www.rockbox.org/tracker/4836

1 years 119 days old: Zoom (if there is no memory) while playback in jpeg viewer
0 comments, 1 files: http://www.rockbox.org/tracker/4840

1 years 117 days old: Pacbox scrolling display mode.
5 comments, 5 files: http://www.rockbox.org/tracker/4845

1 years 117 days old: Packbox screenblanking fix
0 comments, 1 files: http://www.rockbox.org/tracker/4846

1 years 115 days old: Possible fix for rockboy ipod controls
3 comments, 3 files: http://www.rockbox.org/tracker/4857

1 years 114 days old: peakmeter margins and height
14 comments, 7 files: http://www.rockbox.org/tracker/4871

1 years 114 days old: Unicode Font with Chinese Characters
6 comments, 4 files: http://www.rockbox.org/tracker/4878

1 years 113 days old: Timestamps for (simulator) debug output
0 comments, 1 files: http://www.rockbox.org/tracker/4884

1 years 111 days old: remote buttons for simulator
10 comments, 10 files: http://www.rockbox.org/tracker/4905

1 years 105 days old: Playlist searching: results when breaking
0 comments, 1 files: http://www.rockbox.org/tracker/4954

1 years 105 days old: Makes car audio mode stay paused if audio was paused before power disconnect.
0 comments, 1 files: http://www.rockbox.org/tracker/4959

1 years 105 days old: Adds Disc Number ID Tag for Tagcache (Feature Request FS#4957)
30 comments, 11 files: http://www.rockbox.org/tracker/4961

1 years 103 days old: Optionally keep backlight on while plugins are running
13 comments, 7 files: http://www.rockbox.org/tracker/4988

1 years 102 days old: BUGFIX: remove inappropriate "open with" 
2 comments, 1 files: http://www.rockbox.org/tracker/4994

1 years 102 days old: Ipod nano battery level.
10 comments, 3 files: http://www.rockbox.org/tracker/4998

1 years 102 days old: Packaged WPS Plugin
10 comments, 2 files: http://www.rockbox.org/tracker/5002

1 years 102 days old: Primitive, but fully working remote screendump
2 comments, 1 files: http://www.rockbox.org/tracker/5003

1 years 100 days old: low level memory debugging
0 comments, 1 files: http://www.rockbox.org/tracker/5017

1 years 100 days old: Recording Histogram
7 comments, 3 files: http://www.rockbox.org/tracker/5021

1 years 100 days old: Updated and corrected font clR6x8-8859-2.bdf for UNICODE
0 comments, 1 files: http://www.rockbox.org/tracker/5028

1 years 98 days old: Backlight: extended "filtering when off" option with hybrid modes
22 comments, 9 files: http://www.rockbox.org/tracker/5047

1 years 97 days old: In stopwatch plugin - added lap times
0 comments, 1 files: http://www.rockbox.org/tracker/5058

1 years 91 days old: Ipod piezo driver
21 comments, 12 files: http://www.rockbox.org/tracker/5111

1 years 89 days old: Multiplayer multi-screen tetris plugin
2 comments, 2 files: http://www.rockbox.org/tracker/5134

1 years 88 days old: Chessbox: fix for reseting time on force play
0 comments, 1 files: http://www.rockbox.org/tracker/5135

1 years 87 days old: Doom Scrollwheel Patch
23 comments, 6 files: http://www.rockbox.org/tracker/5153

1 years 87 days old: Hide directories that have no useful content
6 comments, 2 files: http://www.rockbox.org/tracker/5160

1 years 86 days old: Graphical Menu (proof of concept)
9 comments, 5 files: http://www.rockbox.org/tracker/5167

1 years 80 days old: Remove icode and long-calls from PP502x iPod builds
3 comments, 1 files: http://www.rockbox.org/tracker/5226

1 years 78 days old: lcd brightness for ipod 5g
33 comments, 9 files: http://www.rockbox.org/tracker/5234

1 years 78 days old: MOD player codec (not based on dumb)
51 comments, 20 files: http://www.rockbox.org/tracker/5241

1 years 71 days old: Rockboy for grayscale iPods
19 comments, 4 files: http://www.rockbox.org/tracker/5282

1 years 70 days old: Dual Boot for X5
26 comments, 9 files: http://www.rockbox.org/tracker/5289

1 years 57 days old: Speed up iPod list scrolling when wheel accelerates
2 comments, 2 files: http://www.rockbox.org/tracker/5377

1 years 50 days old: Fix ipod scroll wheel delta calculation
0 comments, 1 files: http://www.rockbox.org/tracker/5423

1 years 49 days old: sgb should also be in viewers.config for rockboy
0 comments, 1 files: http://www.rockbox.org/tracker/5426

1 years 46 days old: FM Radio TEA5767: New Features
18 comments, 3 files: http://www.rockbox.org/tracker/5448

1 years 44 days old: organise the rocks dir
6 comments, 3 files: http://www.rockbox.org/tracker/5464

1 years 40 days old: Ipod PCF50606 Register check
0 comments, 1 files: http://www.rockbox.org/tracker/5482

1 years 38 days old: New tag: return's c if volume pressed
4 comments, 1 files: http://www.rockbox.org/tracker/5501

1 years 35 days old: Sudoku: Ability to chose which difficulty to generate
2 comments, 1 files: http://www.rockbox.org/tracker/5519

1 years 34 days old: WPS at plugins
5 comments, 1 files: http://www.rockbox.org/tracker/5522

1 years 33 days old: Ipod scroll acceleration API
0 comments, 1 files: http://www.rockbox.org/tracker/5526

1 years 33 days old: Advance/reteat in lists by percentage
0 comments, 1 files: http://www.rockbox.org/tracker/5527

1 years 31 days old: Simple Alarm Clock Plugin
2 comments, 1 files: http://www.rockbox.org/tracker/5533

1 years 27 days old: Record Button Configuration
83 comments, 22 files: http://www.rockbox.org/tracker/5555

1 years 19 days old: Speeds up some list scrolling by a factor of ~12
7 comments, 2 files: http://www.rockbox.org/tracker/5591

1 years 19 days old: Ipod scroll acceleration patch
37 comments, 9 files: http://www.rockbox.org/tracker/5594

1 years 18 days old: Splashscreen for iPod Bootloader
0 comments, 2 files: http://www.rockbox.org/tracker/5597

1 years 15 days old: Add Random view feature to Jpeg viewer
1 comments, 2 files: http://www.rockbox.org/tracker/5609

1 years 11 days old: H100 grayscale bitmap fix
8 comments, 10 files: http://www.rockbox.org/tracker/5627

1 years 3 days old: Custom keyboard - better embed and solves bugs.
1 comments, 1 files: http://www.rockbox.org/tracker/5641

360 days old: Remove current track from current playlist.
8 comments, 7 files: http://www.rockbox.org/tracker/5677

355 days old: bmp resize patch
89 comments, 34 files: http://www.rockbox.org/tracker/5697

351 days old: New Puzzle Game "PegBox"
4 comments, 7 files: http://www.rockbox.org/tracker/5725

349 days old: Sudoku doesn't save scratchpad
1 comments, 1 files: http://www.rockbox.org/tracker/5737

348 days old: Button press for USB connection or USB power only
43 comments, 8 files: http://www.rockbox.org/tracker/5744

347 days old: toggle tagcache <-> directory view with record button
23 comments, 2 files: http://www.rockbox.org/tracker/5752

346 days old: Correctly display short DOS file names in file browser
3 comments, 3 files: http://www.rockbox.org/tracker/5757

334 days old: add playback menu and better saving for rockpaint and text_editor
0 comments, 2 files: http://www.rockbox.org/tracker/5809

330 days old: Display/Edit Settings Within Menus
45 comments, 18 files: http://www.rockbox.org/tracker/5833

328 days old: Pong Upgrades
8 comments, 4 files: http://www.rockbox.org/tracker/5855

322 days old: Add logf output to simulator stderr.txt
0 comments, 1 files: http://www.rockbox.org/tracker/5883

321 days old: Rec button to go to playlist viewer and recording screen
0 comments, 1 files: http://www.rockbox.org/tracker/5886

318 days old: Custom Display Width for 16Bitmap LCDs
35 comments, 3 files: http://www.rockbox.org/tracker/5898

318 days old: Custom List/Menu x/y coordinates and width
9 comments, 5 files: http://www.rockbox.org/tracker/5899

318 days old: Custom WPS Line with x/y/width coordinates and font face/color settings
143 comments, 20 files: http://www.rockbox.org/tracker/5900

317 days old: WPS partial line scroll
13 comments, 4 files: http://www.rockbox.org/tracker/5907

314 days old: Edit ID3v1 tags
1 comments, 1 files: http://www.rockbox.org/tracker/5927

308 days old: Workaround for the "always charging" hardware problem (*not* for CVS mainline)
0 comments, 1 files: http://www.rockbox.org/tracker/5957

305 days old: Track skip in repeat-1 mode skips the track
3 comments, 1 files: http://www.rockbox.org/tracker/5969

302 days old: set_int screen with a slider
10 comments, 3 files: http://www.rockbox.org/tracker/5990

302 days old: Mark current font/wps when viewing all (resolution for FS#5080)
2 comments, 2 files: http://www.rockbox.org/tracker/5994

302 days old: idct coldfire asm for H300 and X5
18 comments, 4 files: http://www.rockbox.org/tracker/5995

296 days old: Small playlist.c tidy up
0 comments, 1 files: http://www.rockbox.org/tracker/6032

294 days old: New Alarm Plugin
6 comments, 3 files: http://www.rockbox.org/tracker/6044

294 days old: Atari 2600 emulator
7 comments, 1 files: http://www.rockbox.org/tracker/6048

289 days old: Skip BOM on fmr preset files
0 comments, 1 files: http://www.rockbox.org/tracker/6071

288 days old: Switch order of playlist / sound settings in WPS Context
16 comments, 5 files: http://www.rockbox.org/tracker/6082

288 days old: Announcing tracks (DJ feature)
0 comments, 1 files: http://www.rockbox.org/tracker/6083

288 days old: Show playlist entries' Titles (instead of file names)
18 comments, 2 files: http://www.rockbox.org/tracker/6084

287 days old: Remove debug menu for regular builds
7 comments, 2 files: http://www.rockbox.org/tracker/6088

286 days old: Recording for ipod 4g/Photo/5g and iriver H10
14 comments, 4 files: http://www.rockbox.org/tracker/6096

285 days old: Voice "Shutting down"
12 comments, 3 files: http://www.rockbox.org/tracker/6097

279 days old: Be more talkative in info menu
2 comments, 3 files: http://www.rockbox.org/tracker/6138

278 days old: backlight_dim visualization
1 comments, 1 files: http://www.rockbox.org/tracker/6143

277 days old: themes installer (tar themes)
7 comments, 4 files: http://www.rockbox.org/tracker/6156

276 days old: Add voice to roughly 100 splashe screens and yesno menus, without cluttering the code too much.
23 comments, 15 files: http://www.rockbox.org/tracker/6159

275 days old: X5 power button mapping should be on release
2 comments, 2 files: http://www.rockbox.org/tracker/6166

274 days old: Talking quick screen
0 comments, 1 files: http://www.rockbox.org/tracker/6171

271 days old: Tracklock: audio book mode, avoid unintentional track skips
4 comments, 3 files: http://www.rockbox.org/tracker/6188

269 days old: unified way to open utf8 text files
1 comments, 2 files: http://www.rockbox.org/tracker/6203

266 days old: Patch for H1XX: Pressing record button on WPS shows playlist
0 comments, 1 files: http://www.rockbox.org/tracker/6212

266 days old: RocKen: Ken's Labyrinth clone
0 comments, 0 files: http://www.rockbox.org/tracker/6219

261 days old: talk mp3 clip fallback
11 comments, 6 files: http://www.rockbox.org/tracker/6236

261 days old: Shorter hover delay for talk mp3 clips
0 comments, 1 files: http://www.rockbox.org/tracker/6237

261 days old: A few more intuitive key mappings for X5
0 comments, 1 files: http://www.rockbox.org/tracker/6238

261 days old: Lack of protection against reuse of p_thumbnail: tentative fix
2 comments, 3 files: http://www.rockbox.org/tracker/6239

261 days old: Improved voice feedback in bookmark selection
2 comments, 3 files: http://www.rockbox.org/tracker/6240

257 days old: Beats per bar added to metronome.c
1 comments, 1 files: http://www.rockbox.org/tracker/6255

257 days old: Panic if queue overflows
6 comments, 2 files: http://www.rockbox.org/tracker/6259

255 days old: Flush buffered audio if user skips during pause
2 comments, 2 files: http://www.rockbox.org/tracker/6266

254 days old: Say something when entering an empty directory
0 comments, 1 files: http://www.rockbox.org/tracker/6271

254 days old: Autocreate bookmark if bookmark file exists
12 comments, 5 files: http://www.rockbox.org/tracker/6272

249 days old: Recording countdown timer
16 comments, 15 files: http://www.rockbox.org/tracker/6297

248 days old: new tags for WPS and tagcache
8 comments, 13 files: http://www.rockbox.org/tracker/6301

248 days old: Add shutdown menu to ipods
2 comments, 2 files: http://www.rockbox.org/tracker/6302

247 days old: Add argument to specify root dir in simulator
5 comments, 3 files: http://www.rockbox.org/tracker/6303

246 days old: Progressbar while deleting folders.
10 comments, 2 files: http://www.rockbox.org/tracker/6310

242 days old: Speech for ID3 viewer, playlist catalog and playlist viewer
4 comments, 4 files: http://www.rockbox.org/tracker/6323

242 days old: Experimental speech/accessibility stuff
3 comments, 3 files: http://www.rockbox.org/tracker/6324

242 days old: Add speech to the recording trigger settings screen.
0 comments, 1 files: http://www.rockbox.org/tracker/6325

240 days old: Voice and features for FM radio
3 comments, 2 files: http://www.rockbox.org/tracker/6331

239 days old: Playlist playing time
1 comments, 1 files: http://www.rockbox.org/tracker/6338

239 days old: New Russian language file
8 comments, 3 files: http://www.rockbox.org/tracker/6342

236 days old: Changes in codecs memory layout
3 comments, 5 files: http://www.rockbox.org/tracker/6357

235 days old: Correctly (Latin1) sorted filenames in tree browser
6 comments, 2 files: http://www.rockbox.org/tracker/6359

235 days old: Bork Bork Bork
2 comments, 2 files: http://www.rockbox.org/tracker/6360

234 days old: Convert UI backgrounds to PNG
0 comments, 1 files: http://www.rockbox.org/tracker/6367

230 days old: Splash error message when failing to load a font.
1 comments, 2 files: http://www.rockbox.org/tracker/6382

228 days old: Get rid of SYSFONT_PITCH_xxx strings
2 comments, 1 files: http://www.rockbox.org/tracker/6387

227 days old: Pitch as a setting
5 comments, 1 files: http://www.rockbox.org/tracker/6388

224 days old: Correct the spelling of frequency in screens.c
4 comments, 1 files: http://www.rockbox.org/tracker/6403

224 days old: User fonts in Virtual Keyboard
1 comments, 1 files: http://www.rockbox.org/tracker/6405

210 days old: Disable recording screen and radio screen while in party mode.
0 comments, 1 files: http://www.rockbox.org/tracker/6439

209 days old: Hold and Remote Support in UI Simulator
0 comments, 1 files: http://www.rockbox.org/tracker/6444

203 days old: New control scheme for Doom on Sansa e200 
2 comments, 2 files: http://www.rockbox.org/tracker/6467

194 days old: iPod 4g+ click wheel piezo sound
2 comments, 1 files: http://www.rockbox.org/tracker/6490

192 days old: USB debug screen for PP502x
5 comments, 7 files: http://www.rockbox.org/tracker/6494

190 days old: fix rockboxdev.sh make/gmake detection in Mac OS X/Darwin
2 comments, 1 files: http://www.rockbox.org/tracker/6499

190 days old: Slider progressbar
14 comments, 6 files: http://www.rockbox.org/tracker/6505

188 days old: Make plugin Disktidy avoid opening too many dirs
5 comments, 2 files: http://www.rockbox.org/tracker/6512

187 days old: Disktidy - only open a single directory handle at a time.
2 comments, 2 files: http://www.rockbox.org/tracker/6514

184 days old: Sansa E2x0 emulator
27 comments, 10 files: http://www.rockbox.org/tracker/6524

173 days old: Volume limiter
12 comments, 6 files: http://www.rockbox.org/tracker/6555

173 days old: Improved checkpointing system for MazezaM
0 comments, 1 files: http://www.rockbox.org/tracker/6558

170 days old: Faster drive spindown
3 comments, 2 files: http://www.rockbox.org/tracker/6566

170 days old: Target-specific default theme (font and wps)
0 comments, 1 files: http://www.rockbox.org/tracker/6568

170 days old: Load WPS .bmp files from a tar file
6 comments, 5 files: http://www.rockbox.org/tracker/6571

169 days old: Lang v2 cleanup
35 comments, 23 files: http://www.rockbox.org/tracker/6574

166 days old: Hour Hand in Full Screen Clock
8 comments, 1 files: http://www.rockbox.org/tracker/6583

166 days old: memory monitor/editor plugin
3 comments, 3 files: http://www.rockbox.org/tracker/6586

164 days old: Spider Solitaire game
6 comments, 3 files: http://www.rockbox.org/tracker/6599

159 days old: Timer for Gigabeat
3 comments, 2 files: http://www.rockbox.org/tracker/6622

151 days old: split jpeg plugin so that it can support adding png or any other image viewers
0 comments, 1 files: http://www.rockbox.org/tracker/6649

151 days old: always use USB power when in car adapter mode
0 comments, 1 files: http://www.rockbox.org/tracker/6654

150 days old: SPDIF flashes to music
1 comments, 1 files: http://www.rockbox.org/tracker/6656

143 days old: Improved h10 scrollpad
5 comments, 4 files: http://www.rockbox.org/tracker/6678

143 days old: Estonian language
1 comments, 1 files: http://www.rockbox.org/tracker/6679

143 days old: Bring FM settings together
0 comments, 1 files: http://www.rockbox.org/tracker/6680

142 days old: Save/Load the FM region along with the presets
0 comments, 1 files: http://www.rockbox.org/tracker/6681

141 days old: Allow configuration of thumbwheel speed on Ipods
2 comments, 2 files: http://www.rockbox.org/tracker/6683

141 days old: Split the party mode into two settings
4 comments, 2 files: http://www.rockbox.org/tracker/6684

141 days old: Pause screen when adding to playlist
3 comments, 3 files: http://www.rockbox.org/tracker/6686

140 days old: Gigabeat F/X Display 90 rotate patch
26 comments, 4 files: http://www.rockbox.org/tracker/6688

139 days old: Shave off a couple of bytes in action.c
0 comments, 1 files: http://www.rockbox.org/tracker/6692

138 days old: New dict plugin
80 comments, 38 files: http://www.rockbox.org/tracker/6697

135 days old: Small ARM optimizations to MPA codec
10 comments, 3 files: http://www.rockbox.org/tracker/6705

132 days old: RoLo ipod disk mode from ROM instead of rebooting
13 comments, 1 files: http://www.rockbox.org/tracker/6721

131 days old: LANG_ to LANG_SYSFONT conversion
0 comments, 1 files: http://www.rockbox.org/tracker/6727

130 days old: Compile Rockbox using ARM THUMB code
2 comments, 2 files: http://www.rockbox.org/tracker/6734

129 days old: Scrollwheel patch for Ipod-3g
0 comments, 1 files: http://www.rockbox.org/tracker/6740

129 days old: new battery tag display in minutes only
4 comments, 2 files: http://www.rockbox.org/tracker/6746

129 days old: y-margin reset in gui_list_draw
4 comments, 1 files: http://www.rockbox.org/tracker/6747

125 days old: Button filter
4 comments, 4 files: http://www.rockbox.org/tracker/6787

125 days old: Shorten unnecessarily long sleep() in ata_init()
0 comments, 1 files: http://www.rockbox.org/tracker/6789

124 days old: Put ymargin into scrollinfo
3 comments, 3 files: http://www.rockbox.org/tracker/6796

123 days old: Sansa e200 backlight behaviour
8 comments, 5 files: http://www.rockbox.org/tracker/6800

121 days old: iAudio X5 Remote Ticking Reduction - need testing and help
35 comments, 2 files: http://www.rockbox.org/tracker/6815

120 days old: prompt to set date/time on startup if RTC has invalid time
7 comments, 6 files: http://www.rockbox.org/tracker/6831

117 days old: Optimizations to Vorbis codec
9 comments, 4 files: http://www.rockbox.org/tracker/6848

117 days old: Optimize Bubbles speed using cpu_boost
4 comments, 1 files: http://www.rockbox.org/tracker/6849

116 days old: Add scrolling to the credits
5 comments, 3 files: http://www.rockbox.org/tracker/6854

116 days old: prepared correct sansa e200 battery status handling
9 comments, 5 files: http://www.rockbox.org/tracker/6860

115 days old: Patch for 1200mAh iPod battery
2 comments, 1 files: http://www.rockbox.org/tracker/6869

114 days old: francais.lang diff
8 comments, 1 files: http://www.rockbox.org/tracker/6879

114 days old: Sansa E200 m3u/m3u8 to pla playlist converter
16 comments, 14 files: http://www.rockbox.org/tracker/6884

112 days old: iPod Nano Charger Support
9 comments, 1 files: http://www.rockbox.org/tracker/6891

110 days old: Minor control change in Rockblox on Sansa
0 comments, 1 files: http://www.rockbox.org/tracker/6905

107 days old: Swap power and select in WPS on gigabeat to be consistent with H1x0
22 comments, 12 files: http://www.rockbox.org/tracker/6920

107 days old: Fix tools/configure script to handle directories with spaces
3 comments, 3 files: http://www.rockbox.org/tracker/6923

106 days old: Use A button for USB charging on Gigabeat
0 comments, 1 files: http://www.rockbox.org/tracker/6930

105 days old: Nano Car Adapter Mode enabled
11 comments, 3 files: http://www.rockbox.org/tracker/6940

105 days old: honour the default codepage setting when reading cue sheets
1 comments, 1 files: http://www.rockbox.org/tracker/6944

102 days old: Display buffered track names in audio thread debug screen
0 comments, 1 files: http://www.rockbox.org/tracker/6958

102 days old: Random (album) selection in Database
10 comments, 3 files: http://www.rockbox.org/tracker/6960

98 days old: Video item in Main Menu
4 comments, 3 files: http://www.rockbox.org/tracker/6988

97 days old: USB charging with BQ24022 mod
0 comments, 1 files: http://www.rockbox.org/tracker/6990

92 days old: A set of functions for semi-transparency in plugins.
7 comments, 8 files: http://www.rockbox.org/tracker/7022

91 days old: Terminology change from "crossfeed" to "soundstage"
1 comments, 1 files: http://www.rockbox.org/tracker/7024

89 days old: Define line height in the WPS
6 comments, 5 files: http://www.rockbox.org/tracker/7033

86 days old: Delete All files from a Playlist and then the Playlist (viewer)
0 comments, 1 files: http://www.rockbox.org/tracker/7049

80 days old: Random folder custom directories
4 comments, 5 files: http://www.rockbox.org/tracker/7074

80 days old: Calendar Button map for sansa
3 comments, 2 files: http://www.rockbox.org/tracker/7076

74 days old: Estimated Runtime Scaling
2 comments, 2 files: http://www.rockbox.org/tracker/7092

70 days old: Music Led
8 comments, 2 files: http://www.rockbox.org/tracker/7105

69 days old: Include Podcast opition
4 comments, 5 files: http://www.rockbox.org/tracker/7111

69 days old: Gigabeat F really fast restart (resume)
14 comments, 7 files: http://www.rockbox.org/tracker/7113

68 days old: HTML_Parser. Creates a txt file readable in the viewer.
4 comments, 3 files: http://www.rockbox.org/tracker/7114

65 days old: Turn based strategy Game (DOS clone)
16 comments, 14 files: http://www.rockbox.org/tracker/7136

65 days old: New AudioAPI
15 comments, 6 files: http://www.rockbox.org/tracker/7138

65 days old: H10 scroll pad improvements
1 comments, 1 files: http://www.rockbox.org/tracker/7140

61 days old: musepack decoder performance optimization
35 comments, 15 files: http://www.rockbox.org/tracker/7166

59 days old: Shutdown with remote control and more.
8 comments, 1 files: http://www.rockbox.org/tracker/7172

59 days old: JPEG viewer vol+/- browse through files
0 comments, 1 files: http://www.rockbox.org/tracker/7173

59 days old: Chessbox - Store game history in PGN format
4 comments, 6 files: http://www.rockbox.org/tracker/7174

58 days old: Adds a setting to display special tags last in the database
1 comments, 2 files: http://www.rockbox.org/tracker/7177

57 days old: "Target" word game
0 comments, 1 files: http://www.rockbox.org/tracker/7180

57 days old: ARM Disassembler
2 comments, 3 files: http://www.rockbox.org/tracker/7182

52 days old: New game for Color-LCD-Rockboxes
5 comments, 1 files: http://www.rockbox.org/tracker/7203

48 days old: Make .lng and .voice files target specific
2 comments, 1 files: http://www.rockbox.org/tracker/7215

48 days old: Correction for iPOD Video/Nano battery type and consumption
7 comments, 2 files: http://www.rockbox.org/tracker/7216

47 days old: Bitmap version of sliding puzzle
6 comments, 5 files: http://www.rockbox.org/tracker/7218

45 days old: Keymap for Sansa more in line with other targets.
1 comments, 1 files: http://www.rockbox.org/tracker/7232

42 days old: Remove unused struct members from the mp3entry struct and rearrange structs to save codesize.
1 comments, 2 files: http://www.rockbox.org/tracker/7251

41 days old: SubRip (srt) subtitle support in MPEG Player.
1 comments, 1 files: http://www.rockbox.org/tracker/7252

34 days old: mpegplayer plugin - resume video feature
20 comments, 8 files: http://www.rockbox.org/tracker/7276

34 days old: Debian (Ubuntu) packaging
17 comments, 9 files: http://www.rockbox.org/tracker/7277

33 days old: correct DC-bias for output signals (dsp, test_codec)
6 comments, 4 files: http://www.rockbox.org/tracker/7286

32 days old: Support metadata sort tags in tagcache
11 comments, 3 files: http://www.rockbox.org/tracker/7287

32 days old: Allow upto 512 images to be used in WPS
4 comments, 3 files: http://www.rockbox.org/tracker/7289

29 days old: Keyclick feature
2 comments, 1 files: http://www.rockbox.org/tracker/7307

27 days old: Language independant proper filename sorting
0 comments, 1 files: http://www.rockbox.org/tracker/7319

24 days old: GBS codec
1 comments, 1 files: http://www.rockbox.org/tracker/7331

21 days old: Enumerated image sets for WPS
3 comments, 8 files: http://www.rockbox.org/tracker/7345

20 days old: "Show filename extensions in the file browser" as an independent setting
5 comments, 1 files: http://www.rockbox.org/tracker/7346

19 days old: Updated Marquee WPS: Marquee Nouveau, with graphical control panel
0 comments, 1 files: http://www.rockbox.org/tracker/7348

19 days old: Disable mktime() on non-RTC targets - save bytes
0 comments, 1 files: http://www.rockbox.org/tracker/7353

16 days old: Support for GROUPING tag
1 comments, 1 files: http://www.rockbox.org/tracker/7362

14 days old: Go/Igo/Weiqi/Baduk game recorder and viewer (sgfbox)
4 comments, 3 files: http://www.rockbox.org/tracker/7369

13 days old: Rockboy sound patch
5 comments, 1 files: http://www.rockbox.org/tracker/7379

2 days old: Updated Finnish language file
0 comments, 1 files: http://www.rockbox.org/tracker/7425

tracker | 14 Jul 2007 00:00
Favicon

Open bugs in Rockbox

Flyspray contains 201 open bugs:

1 years 314 days old: No radio on FM recorder
3 comments, 0 files: http://www.rockbox.org/tracker/2660

1 years 295 days old: Rewinding at end of song confuses playback 
15 comments, 0 files: http://www.rockbox.org/tracker/2687

1 years 135 days old: USB Bootloader Mode not working properly
29 comments, 0 files: http://www.rockbox.org/tracker/4753

1 years 132 days old: Random resets when playing while plugged in (USB)
5 comments, 0 files: http://www.rockbox.org/tracker/4762

1 years 105 days old: convbdf segfaults on very large fonts
7 comments, 2 files: http://www.rockbox.org/tracker/4955

1 years 96 days old: Bookmarking does not work in connection with Tag Cache Database
2 comments, 0 files: http://www.rockbox.org/tracker/5072

1 years 87 days old: button_status() and scroll wheel don't work
1 comments, 2 files: http://www.rockbox.org/tracker/5162

1 years 83 days old: LCD line still active after shutdown
16 comments, 5 files: http://www.rockbox.org/tracker/5199

1 years 80 days old: Keypad HOLD doesn't let go until scrolling is used
3 comments, 0 files: http://www.rockbox.org/tracker/5230

1 years 73 days old: can't turn on iriver with the h300 non-lcd remote
5 comments, 0 files: http://www.rockbox.org/tracker/5269

1 years 72 days old: Error in the visualization of time left in a track
1 comments, 0 files: http://www.rockbox.org/tracker/5273

1 years 66 days old: mp3_encoder improperly encodes mono .wav files
2 comments, 0 files: http://www.rockbox.org/tracker/5317

1 years 57 days old: Dice: 'Total' missing when using large fonts
3 comments, 1 files: http://www.rockbox.org/tracker/5376

1 years 56 days old: Silent is the same as -56db
1 comments, 0 files: http://www.rockbox.org/tracker/5387

1 years 52 days old: Recording overwrites iriver fw settings
11 comments, 0 files: http://www.rockbox.org/tracker/5412

1 years 46 days old: 4th gen photo iPod responsivity
3 comments, 0 files: http://www.rockbox.org/tracker/5449

1 years 39 days old: Config options needs attention (manual)
0 comments, 0 files: http://www.rockbox.org/tracker/5496

1 years 23 days old: Follow Playlists doesn't work if play pressed quickly
0 comments, 0 files: http://www.rockbox.org/tracker/5573

1 years 18 days old: TagCache repeats album display when albums > 50
7 comments, 1 files: http://www.rockbox.org/tracker/5596

1 years 11 days old: Runtime estimate very pessimistic
1 comments, 0 files: http://www.rockbox.org/tracker/5624

1 years 11 days old: Data Error on 4G Grayscale while charging with USB cable
0 comments, 0 files: http://www.rockbox.org/tracker/5625

1 years 3 days old: RB hangs when deleting the currently played file
3 comments, 0 files: http://www.rockbox.org/tracker/5642

361 days old: Quick screen and recording screen can't be localized with character not present in FONT_SYSFIXED
2 comments, 0 files: http://www.rockbox.org/tracker/5675

359 days old: iPod video locks up when scrolling in file list
1 comments, 1 files: http://www.rockbox.org/tracker/5683

357 days old: Ungraceful LCD Shutdown with Hold
1 comments, 0 files: http://www.rockbox.org/tracker/5689

353 days old: player freezes when generating 6th consecutive Sudoku game
5 comments, 0 files: http://www.rockbox.org/tracker/5713

353 days old: iPod Nano - hold Menu button on USB insert doesn't work
4 comments, 0 files: http://www.rockbox.org/tracker/5715

352 days old: The \\setting{} keyword generates bad/heavy html code
2 comments, 0 files: http://www.rockbox.org/tracker/5721

348 days old: Playback from previous song keeps playing when skipping tracks
5 comments, 0 files: http://www.rockbox.org/tracker/5747

336 days old: Bookmarks can't handle filenames with semicolons
8 comments, 0 files: http://www.rockbox.org/tracker/5794

336 days old: Codec failure with directory skip when in file browser
6 comments, 0 files: http://www.rockbox.org/tracker/5797

331 days old: Frequent crashes on low battery
0 comments, 0 files: http://www.rockbox.org/tracker/5820

331 days old: no "charger status" in iPod 4g Gray
0 comments, 0 files: http://www.rockbox.org/tracker/5826

329 days old: Battery recharge does not work within rockbox
1 comments, 0 files: http://www.rockbox.org/tracker/5848

328 days old: Running out of space corrupts recorded file
3 comments, 0 files: http://www.rockbox.org/tracker/5852

326 days old: MIDI Tempo
1 comments, 0 files: http://www.rockbox.org/tracker/5863

323 days old: "Fade on stop/pause" via Line-out does not work.
0 comments, 0 files: http://www.rockbox.org/tracker/5877

323 days old: Follow playlist doesn't work in ID3 view
3 comments, 0 files: http://www.rockbox.org/tracker/5878

314 days old: Battery display incorrect when H120 is plugged in
1 comments, 0 files: http://www.rockbox.org/tracker/5930

313 days old: Wavpack Hybrid Playback Broken
1 comments, 0 files: http://www.rockbox.org/tracker/5931

311 days old: Missing info / screen corruption on H1x0 RWPS using iAmp theme
12 comments, 0 files: http://www.rockbox.org/tracker/5937

310 days old: Flashing chapter is outdated/invalid for Archos'
0 comments, 0 files: http://www.rockbox.org/tracker/5953

308 days old: H10 Rockbox doesn't work on early models
6 comments, 0 files: http://www.rockbox.org/tracker/5955

304 days old: Menu Key does not prevent from going to USB mode at boot time.
0 comments, 0 files: http://www.rockbox.org/tracker/5977

303 days old: Rockbox on iPod3G occasional freeze on startup
1 comments, 0 files: http://www.rockbox.org/tracker/5986

303 days old: RockBox-iPod3G  freeze after "pause" pressed (occasional)
5 comments, 0 files: http://www.rockbox.org/tracker/5987

300 days old: Reordering Currently playing Playlist is Inconsistent
1 comments, 0 files: http://www.rockbox.org/tracker/6005

300 days old: TextViewer bugs
7 comments, 0 files: http://www.rockbox.org/tracker/6007

298 days old: Fade On Pause/Stop
2 comments, 0 files: http://www.rockbox.org/tracker/6019

298 days old: Playback buffering fails with low bitrate files
7 comments, 0 files: http://www.rockbox.org/tracker/6020

296 days old: Fix or remove the "win_crox6hbo" font
2 comments, 0 files: http://www.rockbox.org/tracker/6031

294 days old: Volume increase/decrease not smooth
4 comments, 0 files: http://www.rockbox.org/tracker/6047

292 days old: No text under pictures non displayed...
8 comments, 3 files: http://www.rockbox.org/tracker/6056

291 days old: Functionless buttons on remote when FM radio is on
1 comments, 0 files: http://www.rockbox.org/tracker/6062

291 days old: main vs. remote vkeyboard inconsistency
2 comments, 2 files: http://www.rockbox.org/tracker/6065

290 days old: Position display resets (0:00) on resume
26 comments, 2 files: http://www.rockbox.org/tracker/6068

290 days old: debug build is broken
1 comments, 2 files: http://www.rockbox.org/tracker/6069

289 days old: A-B repeat on short audio files repeats incorrect section
2 comments, 1 files: http://www.rockbox.org/tracker/6078

287 days old: Some debug menu options do not allow left to exit
3 comments, 0 files: http://www.rockbox.org/tracker/6087

282 days old: Freeze on boot
3 comments, 0 files: http://www.rockbox.org/tracker/6112

280 days old: Freezes using optical out when cross-fade's enabled
0 comments, 0 files: http://www.rockbox.org/tracker/6125

280 days old: Pressing stop on startup with auto-resume crashes
6 comments, 0 files: http://www.rockbox.org/tracker/6129

280 days old: Control problem on H10 (5gb)
5 comments, 0 files: http://www.rockbox.org/tracker/6130

275 days old: PLAY action executes again on exit from settings_save_config()
4 comments, 2 files: http://www.rockbox.org/tracker/6164

273 days old: iPod Video won't boot after shutdown - (false) low battery
15 comments, 0 files: http://www.rockbox.org/tracker/6175

273 days old: MP4 playback not working
3 comments, 1 files: http://www.rockbox.org/tracker/6176

269 days old: Tag Cache Not Ready
16 comments, 0 files: http://www.rockbox.org/tracker/6198

266 days old: Tagnavi_custom.config causing freezes
1 comments, 1 files: http://www.rockbox.org/tracker/6210

266 days old: player crashes after trying to resume deleted music file
7 comments, 0 files: http://www.rockbox.org/tracker/6215

266 days old: Keyboard: max. glyph width doesn't get reset when using custom .kbd and changing font
0 comments, 0 files: http://www.rockbox.org/tracker/6220

263 days old: Star - no longer possible to quit game, game lockups.
6 comments, 0 files: http://www.rockbox.org/tracker/6232

255 days old: Simulator does not maintain pause status properly
0 comments, 0 files: http://www.rockbox.org/tracker/6267

253 days old: Noise from voice ui after each clip (with Festival voice file)
2 comments, 6 files: http://www.rockbox.org/tracker/6278

245 days old: X5 power-on by remote even when set on hold
3 comments, 0 files: http://www.rockbox.org/tracker/6312

245 days old: Reverse stereo on resume with WAV
5 comments, 0 files: http://www.rockbox.org/tracker/6314

243 days old: Lockup if stopping while still seeking to resume point
21 comments, 3 files: http://www.rockbox.org/tracker/6317

242 days old: Gapless is borked, has artifact at track tranistion
10 comments, 0 files: http://www.rockbox.org/tracker/6326

240 days old: Star plugin locks up device after selecting play.
2 comments, 0 files: http://www.rockbox.org/tracker/6334

239 days old: Playlist completion creates bookmark
2 comments, 1 files: http://www.rockbox.org/tracker/6341

234 days old: Loading a bookmark during playback fails
1 comments, 1 files: http://www.rockbox.org/tracker/6364

227 days old: Rumbling noise in the main FM window
14 comments, 2 files: http://www.rockbox.org/tracker/6390

226 days old: ipod video scroll and screen locks up when playing music
11 comments, 1 files: http://www.rockbox.org/tracker/6395

221 days old: Plugin Disktidy error due to too many nested folders
4 comments, 0 files: http://www.rockbox.org/tracker/6410

212 days old: Queueing and accented characters
9 comments, 0 files: http://www.rockbox.org/tracker/6435

204 days old: "Idle Poweroff" while charging causes infinite reboot loop
6 comments, 0 files: http://www.rockbox.org/tracker/6465

203 days old: popping sound on playback begin w/crossfeed on
3 comments, 0 files: http://www.rockbox.org/tracker/6468

198 days old: Compressed audio watermark calculation is wrong for high bitrate formats.
2 comments, 0 files: http://www.rockbox.org/tracker/6479

181 days old: recursive playlists order by file date not filename
6 comments, 2 files: http://www.rockbox.org/tracker/6531

180 days old: A SID track is NOT playing - iHP 120
1 comments, 0 files: http://www.rockbox.org/tracker/6537

175 days old: Battery Life on Iriver H10 20G
5 comments, 2 files: http://www.rockbox.org/tracker/6552

169 days old: "Next:" song is not updated after changing shuffle option
4 comments, 0 files: http://www.rockbox.org/tracker/6575

165 days old: X5 Rockbox USB mode not working
9 comments, 0 files: http://www.rockbox.org/tracker/6590

163 days old: Video iPod random lockup during playback
4 comments, 0 files: http://www.rockbox.org/tracker/6606

161 days old: iRiver H120 Peak Meter Displayed Incorrectly
4 comments, 0 files: http://www.rockbox.org/tracker/6614

156 days old: ipod bootloader fails to load Apple Firmware
9 comments, 1 files: http://www.rockbox.org/tracker/6629

154 days old: Last.fm logging broken on HWCODEC targets
5 comments, 2 files: http://www.rockbox.org/tracker/6639

153 days old: Speex Noises
2 comments, 0 files: http://www.rockbox.org/tracker/6642

151 days old: 'none' keyword in english.lang messes up string order
10 comments, 2 files: http://www.rockbox.org/tracker/6652

148 days old: rewinding outside buffer ends up with playback of next audio
0 comments, 0 files: http://www.rockbox.org/tracker/6665

140 days old: Backlight on main unit stays on indefinitely when using "Clipping Light" > "Main and Remote Unit\
11 comments, 0 files: http://www.rockbox.org/tracker/6689

140 days old: 64 bit simulator crashes when playing an mp3 file.
3 comments, 0 files: http://www.rockbox.org/tracker/6691

130 days old: Confirmation screen is not voiced
0 comments, 0 files: http://www.rockbox.org/tracker/6737

129 days old: Play button in playlist viewer should go to WPS
9 comments, 0 files: http://www.rockbox.org/tracker/6743

128 days old: Cannot delete line in Text Editor
0 comments, 0 files: http://www.rockbox.org/tracker/6754

127 days old: Stereo Speex files produce only silence in Rockbox
6 comments, 0 files: http://www.rockbox.org/tracker/6760

127 days old: Database progress reads above 100%
4 comments, 0 files: http://www.rockbox.org/tracker/6761

126 days old: Resuming from bookmark on mp2 - counter goes to 00:00
2 comments, 0 files: http://www.rockbox.org/tracker/6768

126 days old: Can't operate bookmarks with X5 remote
0 comments, 1 files: http://www.rockbox.org/tracker/6769

126 days old: No USB mode if you plug the cable when device is Off
3 comments, 0 files: http://www.rockbox.org/tracker/6770

121 days old: Pictures disappearing under text
2 comments, 0 files: http://www.rockbox.org/tracker/6827

119 days old: Speex segments in simulator
0 comments, 0 files: http://www.rockbox.org/tracker/6838

118 days old: iPod nano stuck at Loading screen when plugging in USB Cable
1 comments, 0 files: http://www.rockbox.org/tracker/6844

117 days old: Ipod 5.5G 30Gb Invalid shutdown
1 comments, 1 files: http://www.rockbox.org/tracker/6846

117 days old: Make needs to be run twice when changing codecs
0 comments, 0 files: http://www.rockbox.org/tracker/6847

111 days old: Incorrect file displayed in WPS
3 comments, 0 files: http://www.rockbox.org/tracker/6894

111 days old: Sansa e260 - bootloader causes artifacts at top of screen
15 comments, 0 files: http://www.rockbox.org/tracker/6896

111 days old: Charge during USB connection - Missing in the manual
0 comments, 0 files: http://www.rockbox.org/tracker/6897

111 days old: LCD goes white while playing music
7 comments, 0 files: http://www.rockbox.org/tracker/6900

110 days old: Sansa LCD stops working
3 comments, 0 files: http://www.rockbox.org/tracker/6901

110 days old: Directory Skip (Right or Left, short + long) Freezes iAudio X5 50% of time
5 comments, 0 files: http://www.rockbox.org/tracker/6904

104 days old: Complete system stop and freeze - Data abort at 00040E1C
5 comments, 0 files: http://www.rockbox.org/tracker/6950

99 days old: Pause On Headphone Unplug locks the player on Resume Playback
2 comments, 0 files: http://www.rockbox.org/tracker/6973

99 days old: ogg albums don't appear in "album artist" view
2 comments, 0 files: http://www.rockbox.org/tracker/6974

98 days old: Sansapatcher cannot detect Sansa with FAT partition
2 comments, 0 files: http://www.rockbox.org/tracker/6984

97 days old: Recording on iPods have weird noise
2 comments, 4 files: http://www.rockbox.org/tracker/6989

96 days old: iaudio m5 missing in english.lang
1 comments, 1 files: http://www.rockbox.org/tracker/6993

94 days old: Dynamic data tags aren't refreshed properly on scrolling lines
1 comments, 0 files: http://www.rockbox.org/tracker/7006

91 days old: PANIC after unplugging USB
1 comments, 0 files: http://www.rockbox.org/tracker/7025

89 days old: Database initialization hangs
10 comments, 1 files: http://www.rockbox.org/tracker/7032

89 days old: Background noise present with LCD remote
3 comments, 0 files: http://www.rockbox.org/tracker/7035

87 days old: Loadable icons don't adapt to (fore/back)ground colours
1 comments, 0 files: http://www.rockbox.org/tracker/7044

86 days old: DIsk Full Stops Recording - 2:56 Mins (16 Gigs Available)
5 comments, 0 files: http://www.rockbox.org/tracker/7048

85 days old: JPEG viewer crashes simulator
5 comments, 4 files: http://www.rockbox.org/tracker/7051

83 days old: Ipod Video Stuck at boot Screen
1 comments, 0 files: http://www.rockbox.org/tracker/7068

80 days old: List title in filetree sometimes wrong.
6 comments, 0 files: http://www.rockbox.org/tracker/7077

77 days old: bootloader looses rockbox firmware
3 comments, 0 files: http://www.rockbox.org/tracker/7084

76 days old: Recharge Battery screen on power up
0 comments, 0 files: http://www.rockbox.org/tracker/7088

70 days old: X5 Button Problems
1 comments, 0 files: http://www.rockbox.org/tracker/7103

70 days old: Skipping tracks causes click on x5
2 comments, 0 files: http://www.rockbox.org/tracker/7104

69 days old: Cannot resume from pause, Iriver H-120
7 comments, 0 files: http://www.rockbox.org/tracker/7109

65 days old: Volume change on startup.
0 comments, 0 files: http://www.rockbox.org/tracker/7137

63 days old: When Ipod mini 2nd gen turns on it is stuck on loading screen
1 comments, 0 files: http://www.rockbox.org/tracker/7150

61 days old: Playback menu in plugins
0 comments, 0 files: http://www.rockbox.org/tracker/7162

56 days old: Freezing problem on Gigabeat when disconnecting from bootloader USB mode 
0 comments, 0 files: http://www.rockbox.org/tracker/7184

54 days old: words don't show normally in trigger settings
0 comments, 1 files: http://www.rockbox.org/tracker/7192

54 days old: Report all flyspray issues here!
4 comments, 0 files: http://www.rockbox.org/tracker/7194

53 days old: Static Sound on Sansa
5 comments, 0 files: http://www.rockbox.org/tracker/7196

52 days old: Power and A button functionality switched between each other
3 comments, 0 files: http://www.rockbox.org/tracker/7202

48 days old: Data Abort while music playback
10 comments, 0 files: http://www.rockbox.org/tracker/7211

48 days old: Playback With Crossfade & Startup Glitchy
0 comments, 1 files: http://www.rockbox.org/tracker/7214

47 days old: Menu/Recent Bookmarks screen: deletes current bookmark with iRiver H-1xx REC press used to
light on 
1 comments, 0 files: http://www.rockbox.org/tracker/7220

47 days old: database -> A...Z -> artist/album menus remain empty
0 comments, 0 files: http://www.rockbox.org/tracker/7224

43 days old: Database auto-refresh doesn't seem to work properly.
0 comments, 0 files: http://www.rockbox.org/tracker/7240

42 days old: Simulator crashes with a segfault in action.c
6 comments, 1 files: http://www.rockbox.org/tracker/7245

41 days old: Dircache goes crazy
0 comments, 0 files: http://www.rockbox.org/tracker/7253

35 days old: Data abort when statusbar: off set and viewing Recording Settings
1 comments, 0 files: http://www.rockbox.org/tracker/7271

34 days old: remote volume up keypress sometimes causes directory skip (iriver h140)
0 comments, 0 files: http://www.rockbox.org/tracker/7278

33 days old: [sansa] FM radio: station searching stops too early
2 comments, 0 files: http://www.rockbox.org/tracker/7284

32 days old: Test Scroll text does not work in 
0 comments, 0 files: http://www.rockbox.org/tracker/7288

32 days old: Data Abort when pausing
1 comments, 0 files: http://www.rockbox.org/tracker/7291

32 days old: musepack and long audio files playback
0 comments, 0 files: http://www.rockbox.org/tracker/7292

31 days old: Crash on ipod Nano when attempting to resume playback after recording.
0 comments, 0 files: http://www.rockbox.org/tracker/7293

31 days old: Bookmark feature doesn't work on user created playlists.
0 comments, 0 files: http://www.rockbox.org/tracker/7295

30 days old: Random tracks missing from Database after initialization
3 comments, 0 files: http://www.rockbox.org/tracker/7301

30 days old: Freeze Problem with Car Mode (Iriver H140)
11 comments, 0 files: http://www.rockbox.org/tracker/7304

30 days old: WPS tags for CUE Sheets
0 comments, 0 files: http://www.rockbox.org/tracker/7306

29 days old: Dynamic playlist and Play Next
6 comments, 0 files: http://www.rockbox.org/tracker/7309

29 days old: 64 bit simulator crashes when using the menues in some plugins.
2 comments, 1 files: http://www.rockbox.org/tracker/7311

27 days old: iPod Video(60G) Charger insertion state is incorrect
0 comments, 1 files: http://www.rockbox.org/tracker/7317

27 days old: Database: Playcount sometimes increases manually stopping playback
0 comments, 0 files: http://www.rockbox.org/tracker/7318

26 days old: USB AC charging problem
0 comments, 0 files: http://www.rockbox.org/tracker/7320

25 days old: backlight doesn't come on until you shut it off then turn it back on
1 comments, 0 files: http://www.rockbox.org/tracker/7324

23 days old: First keypress sometimes gets eaten (but configured not to do so)
0 comments, 0 files: http://www.rockbox.org/tracker/7332

23 days old: Follow Playlist doesn't work when playback is stopped.
1 comments, 0 files: http://www.rockbox.org/tracker/7334

22 days old: Charging sometimes resets RTC
1 comments, 0 files: http://www.rockbox.org/tracker/7337

21 days old: Freeze
2 comments, 0 files: http://www.rockbox.org/tracker/7339

21 days old: Freezes iPod if booted with USB cable connected.
6 comments, 3 files: http://www.rockbox.org/tracker/7341

21 days old: Car Adapter Mode Freezes Player
1 comments, 2 files: http://www.rockbox.org/tracker/7344

19 days old: Inserting and queueing into the playlist is causing a freeze
0 comments, 0 files: http://www.rockbox.org/tracker/7352

18 days old: FLAC with CUEsheet playback issues
0 comments, 0 files: http://www.rockbox.org/tracker/7354

18 days old: Database: Sansa, upgrade: Undefined instruction
2 comments, 0 files: http://www.rockbox.org/tracker/7355

17 days old: Bookmark Loses Place After Deleting Songs
0 comments, 0 files: http://www.rockbox.org/tracker/7357

16 days old: Inconsistent operation of insert / insert-next, queue / queue-next
6 comments, 0 files: http://www.rockbox.org/tracker/7363

15 days old: Most Recent Builds Have Poor Quality Sound In GameBoy Games on 64MB Ipod Video model.
2 comments, 0 files: http://www.rockbox.org/tracker/7368

14 days old: Rename should fail on invalid userinput.
4 comments, 2 files: http://www.rockbox.org/tracker/7372

13 days old: Buttons do not function/function incorrectly when running gameboy roms in sansa e280
1 comments, 0 files: http://www.rockbox.org/tracker/7378

12 days old: Mpeg player crash
1 comments, 0 files: http://www.rockbox.org/tracker/7382

12 days old: iPod Video freezes while copying files to PC
2 comments, 0 files: http://www.rockbox.org/tracker/7383

10 days old: Recorder error
0 comments, 0 files: http://www.rockbox.org/tracker/7394

9 days old: Database update issues
1 comments, 0 files: http://www.rockbox.org/tracker/7395

9 days old: Crash on rec shut down
0 comments, 0 files: http://www.rockbox.org/tracker/7397

9 days old: Undefined instruction at 00057710
8 comments, 0 files: http://www.rockbox.org/tracker/7398

8 days old: Data abort after recording
1 comments, 0 files: http://www.rockbox.org/tracker/7402

6 days old: Playlist saving on ipod very slow; can't cancel
1 comments, 0 files: http://www.rockbox.org/tracker/7412

6 days old: Can only reshuffle, save, a playlist if playback is playing or paused. Rebuffering slows save down.
4 comments, 0 files: http://www.rockbox.org/tracker/7413

5 days old: flashed h100 + RTC build + player without mod = time displayed
0 comments, 0 files: http://www.rockbox.org/tracker/7416

4 days old: iPOD freezes when inserting USB-cable after using test_codec plugin
0 comments, 0 files: http://www.rockbox.org/tracker/7419

3 days old: My US H300 freezes in metronome plugin
0 comments, 0 files: http://www.rockbox.org/tracker/7421

3 days old: Playlist insert doesn't work after skipping directory.
0 comments, 0 files: http://www.rockbox.org/tracker/7423

2 days old: Music Database Failure
2 comments, 2 files: http://www.rockbox.org/tracker/7424

1 days old: Adjusting bass and treble causes master volume to increase inaccurately
20 comments, 0 files: http://www.rockbox.org/tracker/7427

Linus Nielsen Feltzing | 14 Jul 2007 12:32
Picon
Favicon
Gravatar

Re: Iriver h340 for spare parts

Dave Wright wrote:
> Hello,
> I'm not sure if this is the right list to be posting this on, but 
> anyway, I have an iriver h340 which doesn't seem to be working. I'm not 
> sure what's wrong with the device, but I'm pretty sure it's the 
> harddrive. If anyone is interested in this item for spare parts, or for 
> taking apart for assisting in the development process, I'd be happy to 
> donate the item.

Hi!

If you still have the player, I am interested in it. I am always in need 
for spare parts for my development players.

Regards

Linus

Daniel Stenberg | 14 Jul 2007 16:49
Favicon

Re: there be t-shirts!

On Thu, 12 Jul 2007, Daniel Stenberg wrote:

> Sorry. It's just been me being lazy/occupied, but I do intend to give it an 
> effort in August. I'll let you know!

Hm, I have some second thoughts on this. This year I've shipped off shirts to 
two other Rockbox-related events (for free, or should I say donated by me) and 
since I now only have a few XL shirts left, I think I rather send the last 
ones away on similar terms as well.

So, the next event that attracts at least let's say 3-4 rockbox hackers I'll 
send the remaining shirts away. Consider it a minor push for someone to 
organize a new rockbox meet! ;-)

--

-- 
  Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/


Gmane