Hacking the iPod Firmware
skreuzer writes "Earlier in the week, someone figured out how to get all the fonts and graphics off the iPod's firmware. Today, Engadget has an article that details on how to mod your own iPod's firmware and display just about any graphic for icons such as power, battery, status, etc."
Chris Nowak has figured out how to do something the smart people at engadget couldn't do, hack the iPod images without loosing all your songs or data. Check out Chris's article "iPod Hacking". Props to Nowak for coming up with this.
. ht ml
http://cnowak.blogspot.com/2004/12/ipod-hacking
Yes. The easiest way at the moment is iPod Linux.
It's hard to be religious when certain people are never incinerated by bolts of lightning.
The firmware is in the first partition of the disk drive, so updating the firmware (from Linux) is just:
dd if=new-ipod-firmware of=/dev/sda1
(where sda1 is replaced with the actual device on your system). The iPod expands the firmware and then reboots to use it.
The only tricky part is that Apple doesn't distribute the firmware file outside of their updater application, so you have to download the Windows updater and then use a resource hacking tool to extract it.
Can You Say Linux? I Knew That You Could.