iPodIcons 0.3.6 - A visual resource manager for iPod Copyright (C) 2004-2005 Lincoln Ramsay. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
iPodIcons lets you view and update icons and text strings from your iPod. In the future more resource types will be supported. You can read and write the iPod's firmware directly, edit a firmware file or even an updater. Thanks to Qt, iPodIcons is able to run on X11 (Unix/Linux/BSD) and Mac OS X.
iPodIcons makes use of ipodedit. See http://austinche.name/ipod/ for more information about ipodedit.
iPodIcons is written with Qt 3.3.6 in mind. I have used Qt/Mac 3.3.6 on Mac OS X 10.4.6 (x86). Other Qt 3.x releases should also work but are not tested.
Notes
iPodIcons is built from the command line (Terminal.app in Mac OS X).
export QTDIR=/path/to/qt export QMAKESPEC=macx-g++ export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
cd /path/to/ipodicons qmake make
make install
The iPodIcons homepage is at http://ipodicons.sourceforge.net/.