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:

  • Creative: Zen V
  • 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
Yesterday 23:57ReleaseNotes400SolomonPeachy
Yesterday 13:33MajorChangesSolomonPeachy
Monday 14:43AIGOErosQKSolomonPeachy
22nd Dec 03:47ErosQNativeTroubleshootingDanaConrad

Code changes

whenwhatwherewho
Yesterday 23:48 db477bdeda: settings.c make lasttime static

statusbar can use reset_runtime() and we can ensure topruntime gets updated before clear
apps/gui/statusbar.c [diff]
apps/settings.c [diff]
apps/settings.h [diff]
William Wilgus
Yesterday 21:24 2debcf2c1f: Fix %Vp in SBS error message after USB disconnect

Stops “Error accessing playlist control file” message after returning from USB mode, due to control file fd being closed
apps/gui/skin_engine/skin_tokens.c [diff]
Christian Soffke
Yesterday 05:04 7100090f99: Remove NVRAM infavor of a separate cfg file

remove nvram and use the existing settings framework for it

add a crc check to the user_settings data to see if we need to save the user setting file or if we can just save the status file (resume.cfg)

move volume to the system_status struct so we don't write the whole settings file over volume changes

allow user to still export volume with save sound settings

allow the user to also export pitch and speed

name the file .resume.cfg

Rename all the SYSTEM_STATUS save file variables to TLAs to save space and discourage tinkering

Cleanup DEBUG_AVAIL_SETTINGS output

when saving user_settings it calls status_save as well this cause the resume file to be written twice. instead remove the callback for status_save when setting_save is called

remove header text when saving .resume.cfg

convert status_save() to status_save(bool force) add SYSTEM_STATUS_UPDATE_TICKS

for ATA device set this to 5 minutes since we arlready wait for the disk to be up before saving we don't want to miss our window

for all other every 15 minutes

that way if the battery is too low by the time shutdown comes around you don't lose much progress
apps/filetree.c [diff]
apps/gui/skin_engine/skin_display.c [diff]
apps/gui/skin_engine/skin_parser.c [diff]
apps/gui/skin_engine/skin_tokens.c [diff]
apps/gui/skin_engine/skin_touchsupport.c [diff]
apps/gui/statusbar.c [diff]
apps/gui/wps.c [diff]
apps/iap/iap-core.c [diff]
apps/iap/iap-lingo3.c [diff]
apps/main.c [diff]
apps/menus/sound_menu.c [diff]
apps/misc.c [diff]
apps/playback.c [diff]
apps/playlist.c [diff]
apps/plugin.c [diff]
apps/plugins/beatbox/beatbox.c [diff]
apps/plugins/doom/m_menu.c [diff]
apps/plugins/doom/rockdoom.c [diff]
apps/plugins/fft/fft.c [diff]
apps/plugins/lib/playback_control.c [diff]
apps/plugins/metronome.c [diff]
apps/plugins/midi/midiplay.c [diff]
apps/plugins/mikmod/mikmod.c [diff]
apps/plugins/mpegplayer/mpegplayer.c [diff]
apps/plugins/oscilloscope.c [diff]
apps/plugins/rockboy/menu.c [diff]
apps/plugins/test_sampr.c [diff]
apps/plugins/vu_meter.c [diff]
apps/plugins/xworld/sys.c [diff]
apps/radio/radio.c [diff]
...and 11 more files.
William Wilgus
Monday 13:17 8e293b4948: serial: Add serial_tx_raw() function for sending raw bytes to the serial port

serial_tx() can only be used for NULL-terminated strings, and also adds CR before every LF.
firmware/drivers/serial.c [diff]
firmware/export/serial.h [diff]
Vencislav Atanasov
Monday 13:16 46eb089f97: More fixes for when both battery PERCENTAGE and VOLTAGE are enabled

Hopefully this fixes the last of the red
firmware/powermgmt.c [diff]
Solomon Peachy
All commits since last release, last four weeks,

Mail

Recent Threads on the Mailing Lists
when what who
15th Jan 02:47DX50: continuing to work at trying to install rockbox Holden via rockbox
9th Jan 03:50DX50 Holden via rockbox
6th Jan 13:39Rockbox and Agptek A02S Player? Solomon Peachy via rockbox
27th Nov 15:59iPod Touch 1st Generation Support Cain Southern 2112 via rockbox
1st Nov 20:34Device Recommendation For Rockbox Port Solomon Peachy via rockbox-dev

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