Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Yeah, I merged the Music and Videos together just for the iPhone look and feel. Now you can't tell the difference between the two.... software wise atleast. :p
 
toxicbomber, thanks again for your help. My iPod is now perfect :D

Anyone who needs help with this toxicbomber will be glad to assist.
 
can someone else get me the edited one since im on windows. toxicbomber isn't currently on aim so i can't get it from him.
 
I now have it

Toxic Bomber is the man and was wonderful help. He helped me do it and it works perfect!
 
Guys, remember to give either your email address or AIM, MSN, or Yahoo Messenger screen name if you want me to help merge your two apps together. Already helped 4 people or so. I can't help the rest of you because you don't give enough information! :eek: :p
 
Guys, remember to give either your email address or AIM, MSN, or Yahoo Messenger screen name if you want me to help merge your two apps together. Already helped 4 people or so. I can't help the rest of you because you don't give enough information! :eek: :p

Yeah, I can testify that he's a great help.

Btw, toxicbomber, can you help resurrect my contacts app and put my settings app on the bottom dock?
 
yo TB, what's the deal with helping me out? I just need the modified plist. I'm guessing you blocked me.
 
if anybody on windows is still having trouble with this here are some instructions i typed up. capitalization is key throughout this process.

http://newbix.net/files/renameto%20info.plist <-- right click and save as Info.txt

download the Info.txt file, open it up with notepad and save it as Info.plist

put the Info.plist file in /Applications/MobileMusicPlayer.app

then get your N45AP.plist file from /System/Library/CoreServices/Springboard.app

open it up, look for

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-AudioPlayer</string>
</dict>

and change com.apple.mobileipod-Audioplayer to com.apple.mobileipod-MediaPlayer

then delete this whole entry.

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-VideoPlayer</string>
</dict>

and if your using a summerboard theme, go to the icons folder and change the icon Music.png to iPod.png so your custom icon will show up.
 
thanks emb531 it worked but i have a problem
the ipod icon did show up and works perfectly but i still have the music and video icons on the springboard
 
tony open up your N45AP.plist file

go through it and make sure you don't have either of these entries

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-AudioPlayer</string>
</dict>

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-VideoPlayer</string>
</dict>

if you see either of these, delete the whole entry, that is from <dict> to </dict> (including those <dicts>

good luck.
 
tony open up your N45AP.plist file

go through it and make sure you don't have either of these entries

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-AudioPlayer</string>
</dict>

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-VideoPlayer</string>
</dict>

if you see either of these, delete the whole entry, that is from <dict> to </dict> (including those <dicts>

good luck.



I'm stuck here too, i've got the iPod icon on my dock but I still have the Video and Music icons on my springboard, the strings are not in my N45AP.plist file either. Any Ideas?
 
I'm stuck here too, i've got the iPod icon on my dock but I still have the Video and Music icons on my springboard, the strings are not in my N45AP.plist file either. Any Ideas?

sorry everyone who is having problems, i kinda forgot a step.

at the bottom of your N45AP.plist file there should a header which looks like this
<key>special</key>
<array>

and right after that header, add these two entries.

<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-AudioPlayer</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-VideoPlayer</string>
</dict>

save this new file and replace the one on the ipod.

should work.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.