Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox Logo

Rockbox is a free replacement firmware for digital music players. It runs on a wide range of players:

Stable ports

Rockbox runs well on these players, has installation instructions, and is supported by the installer:

  • Apple: iPod 1g through 6g (Classic), iPod Mini, iPod Nano 1g, iPod Nano 2g
  • Agptek: Rocker (aka Benjie T6)
  • Archos: Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and Ondio
  • Cowon: iAudio X5, X5V, X5L, M5, M5L, M3 and M3L
  • Creative: Zen Mozaic, Zen X-Fi, Zen X-Fi 3 and Zen X-Fi Style
  • iriver: iHP100 series, H100 series, H300 series and H10 series
  • MPIO: HD300
  • Olympus: M:Robe 100
  • Packard Bell: Vibe 500
  • Philips: GoGear SA9200, GoGear HDD16x0 and HDD63x0
  • Samsung: YH-820, YH-920 and YH-925
  • SanDisk: Sansa c200, e200 and e200R series, Fuze and Fuze+, Clip, Clip+ and Clip Zip
  • Toshiba: Gigabeat X and F series
  • xDuoo: X3, X3ii, and X20

Unstable ports

Rockbox runs on these players, but is incomplete, less usable or has problems that limit it to advanced users:

Unusable ports

Work has begun on porting Rockbox to these players, but much remains before they are usable:

  • Onda: VX747, VX767 and VX777
  • iHIFI 760, 770, 770C, 800, and 960
  • Google Android (4.4 and older only)
  • Rockchip rk27xx (generic)

Click here for a status summary of unstable and unusable ports.

Quick links: Why should you run Rockbox? · Change log · Contribute to Rockbox

If your player is not listed above, then Rockbox does not run on it.

Recent activity:

Project news

Recent news
whenwhat
2024-07-18Switched nightly voice generation over to the Piper TTS engine.
2024-07-17AGPTek Rocker, xDuoo X3ii and xDuoo X20 promoted to Stable.
2023-10-14Due to erratic new management, use of the @rockboxcommits twitter handle has been discontinued.
2021-08-30Mailing lists moved to new host. See the mail page for more info.
2021-03-16mitxela created an Ode to Rockbox on YouTube.
Older news

Wiki

whenwhatwho
Saturday 22:31AIGOErosQKDanaConrad
Friday 21:11TagcacheDBFormatDominiqueLabaque
Thursday 14:45MajorChangesSolomonPeachy
7th Oct 22:15ReleaseNotes400SolomonPeachy
23rd Sep 18:20DocsIndexSolomonPeachy

Code changes

whenwhatwherewho
Today 13:27 ef19fa4408: plugin load / tagtree retrieval: eliminate storage_disk_is_active check

Since commit e0df995 storage_disk_is_active may be 0 even if there is no disk that needs to be spun up or device to power on, so it doesn't really make sense to check for it, anymore, in order to decide whether to display the loading indicator.

For remaining devices with spinning disks, the noise or vibration of the disk spinning up may serve as a sufficient signal when loading a plugin, that the device isn't frozen. Plus, for the tagtree, search progress is displayed after 0.5s anyway.
apps/plugin.c [diff]
apps/tagtree.c [diff]
Christian Soffke
Today 13:19 b8238f7b20: imageviewer: Initial support for JPEG progressive images. Add decoder

Added jpeg decoder jpegp.c using RAINBOW lib. Currently enabled only for pictures not supported by old decoder (as old decoder more optimized for low mem targets)

Someone TODO:
* Old decoder has optimized downscale logic which new decoder doesn't have (it gives big difference in required memory and time for decoding). This logic should be ported/adapted if possible.

* Add smooth downscaling.

* Grayscale support
apps/plugins/CATEGORIES [diff]
apps/plugins/imageviewer/SUBDIRS [diff]
apps/plugins/imageviewer/image_decoder.c [diff]
apps/plugins/imageviewer/image_decoder.h [diff]
apps/plugins/imageviewer/imageviewer.c [diff]
apps/plugins/imageviewer/imageviewer.h [diff]
apps/plugins/imageviewer/jpeg/jpeg.c [diff]
apps/plugins/imageviewer/jpegp/BUFFILEGETC.c [new]
apps/plugins/imageviewer/jpegp/FILEGETC.c [new]
apps/plugins/imageviewer/jpegp/GETC.h [diff]
apps/plugins/imageviewer/jpegp/SOURCES [new]
apps/plugins/imageviewer/jpegp/jpeg81.c [diff]
apps/plugins/imageviewer/jpegp/jpeg81.h [diff]
apps/plugins/imageviewer/jpegp/jpegp.c [new]
apps/plugins/imageviewer/jpegp/jpegp.make [new]
apps/plugins/imageviewer/jpegp/mempool.c [new]
apps/plugins/imageviewer/jpegp/mempool.h [new]
apps/plugins/imageviewer/jpegp/rb_glue.h [new]
manual/plugins/imageviewer.tex [diff]
Roman Artiukhin
Today 13:19 64ad7354b6: imageviewer: Initial support for JPEG progressive images. Add lib sources

Added unmodified files from RAINBOW library by Attila Tarpai Full sources: https://github.com/Halicery/vc_rainbow
apps/plugins/imageviewer/jpegp/GETC.h [new]
apps/plugins/imageviewer/jpegp/idct.c [new]
apps/plugins/imageviewer/jpegp/idct.h [new]
apps/plugins/imageviewer/jpegp/jpeg81.c [new]
apps/plugins/imageviewer/jpegp/jpeg81.h [new]
docs/CREDITS [diff]
Roman Artiukhin
Today 13:00 772eff8ca6: flac: Explicitly reject FLAC files with more than two channels (FS #13306)

It's not clear that we've ever intended to support >2ch files, based on
'#define MAX_CHANNELS 2' and other logic that only seems to care about mono vs not.
lib/rbcodec/codecs/flac.c [diff]
Solomon Peachy
Today 12:56 542eeae11c: configure: Document the '--with-ubsan' argument
tools/configure [diff]
Solomon Peachy
All commits since last release, last four weeks,

Mail

Recent Threads on the Mailing Lists
when what who
Yesterday 13:30New perl module depdendency Solomon Peachy via rockbox-dev
4th Oct 20:50About to move to SDL2-based simulator, please update builders Solomon Peachy via rockbox-dev
18th Aug 17:50Sansa Clip K0LNY ?? via rockbox
13th Aug 14:17Rockbox on Coby MP620-4G Solomon Peachy via rockbox
27th Jul 12:32Nightly voice builds could really use some testing... Solomon Peachy via rockbox

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy