At this time of year, it is especially noticeable that I can't hear my music on my iPod. The reason for this being that the European iPods all have a volume limit on. There's a lovely FAQ set up here.
Basically, anyone with an iPod in the US (or bought in the US at least) could you please do the following:
I just need that little output file pleeeeeease!! I need volume!!
Thanks,
Hob
Basically, anyone with an iPod in the US (or bought in the US at least) could you please do the following:
Connect your iPod to your Mac OS X machine. Before you do this RESET it. As you see the APPLE hold down PREV and NEXT. This will force it into Disk Mode!!!!
You must become root to change the partition map of your iPod, open the Terminal and type:
% sudo -s
Your prompt will look like: root#
Lists attached disks:
root# df
Terminal output which lists your iPod:
/dev/diskxs3 9714320 9666416 47904 99% /Volumes/<name_of_your_ipod>
(We will use x instead of the number of the disk, disk0 is normally your internal harddisk.)
First, it is time to backup your iPod:
dd if=/dev/diskx of=~/<name of outputfile>
dd if=/dev/diskxs2 of=~/<name of outputfile>
(Use the first command to backup the entire iPod and the second command to backup the firmware partition only. )
US-iPod-Owners: Please, use these commands to share the firmware without capped volume:
dd if=/dev/diskxs2 of=~/<name of outputfile>
gzip <name of outputfile>
I just need that little output file pleeeeeease!! I need volume!!
Thanks,
Hob