-
06-29-2010, 08:52 AM #1iPhone? More like MyPhone
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 203
- Thanks
- 5
- Thanked 45 Times in 39 Posts
How to combine the music and video icon into a ipod icon?
I have an iPod Touch 2G running on the latest 4.0 firmware and it is jailbroken so SSH is possible. Please help! I do not have many videos and I don't want an extra icon just for the 2 videos I have.
-
06-29-2010, 10:04 AM #2
I believe if you change the "unified-ipod" key to "true" in /System/Library/CoreServices/Springboard.app/N82AP.plist you can accomplish this. Don't forget to respring.
-
06-29-2010, 11:00 AM #3iPhone? More like MyPhone
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 203
- Thanks
- 5
- Thanked 45 Times in 39 Posts
I cannot find /System/Library/CoreServices/Springboard.app/N82AP.plist I found /System/Library/CoreServices/Springboard.app/N72AP.plist.
Code:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>capabilities</key> <dict> <key>accelerometer</key> <true/> <key>applicationInstallation</key> <true/> <key>armv6</key> <true/> <key>bluetooth</key> <true/> <key>device-name</key> <string>iPod</string> <key>encode-aac</key> <true/> <key>gas-gauge-battery</key> <true/> <key>homescreen-wallpaper</key> <true/> <key>international-settings</key> <true/> <key>launch-applications-while-animating</key> <true/> <key>load-thumbnails-while-scrolling</key> <true/> <key>location-services</key> <true/> <key>marketing-name</key> <string>iPod touch</string> <key>microphone</key> <true/> <key>multitasking</key> <true/> <key>nike-ipod</key> <true/> <key>opengles-1</key> <true/> <key>peer-peer</key> <true/> <key>piezo-clicker</key> <false/> <key>stand-alone-contacts</key> <true/> <key>volume-buttons</key> <true/> <key>wifi</key> <true/> </dict> <key>iconState</key> <dict> <key>buttonBar</key> <array> <string>com.apple.mobileipod-AudioPlayer</string> <string>com.apple.mobileipod-VideoPlayer</string> <string>com.apple.mobilesafari</string> <string>com.apple.AppStore</string> </array> <key>iconLists</key> <array> <array> <string>com.apple.mobilemail</string> <string>com.apple.mobilecal</string> <string>com.apple.mobileslideshow-Photos</string> <string>com.apple.MobileAddressBook</string> <string>com.apple.youtube</string> <string>com.apple.stocks</string> <string>com.apple.Maps</string> <string>com.apple.weather</string> <string>com.apple.mobilenotes</string> <dict> <key>defaultDisplayName</key> <string>Utilities</string> <key>iconLists</key> <array> <array> <string>com.apple.mobiletimer</string> <string>com.apple.calculator</string> <string>com.apple.VoiceMemos</string> </array> </array> </dict> <string>com.apple.Preferences</string> <string>com.apple.MobileStore</string> </array> </array> </dict> </dict> </plist>
-
06-29-2010, 12:45 PM #4
Apologies, I'm not too familiar with 4.0. Is there another plist in that directory that starts with an M perhaps?
-
06-29-2010, 01:28 PM #5iPhone? More like MyPhone
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 203
- Thanks
- 5
- Thanked 45 Times in 39 Posts
Do you mean an N? If so yes its on my earlier post.
-
06-29-2010, 01:37 PM #6
No, in addition to that one. I have two on my system (3.1.2) and the one that contains the unified-ipod string is in M68AP.plist
Again I haven't played with 4.0 yet so not sure what Apple changed.
-
06-29-2010, 05:12 PM #7iPhone? More like MyPhone
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 203
- Thanks
- 5
- Thanked 45 Times in 39 Posts
No I cannot find any M ones.
-
07-22-2010, 09:58 AM #8
There are some cydia tweaks and winterboard tweaks that will combine the ipod's Music/Video app for various firmwares. Aha, here's one that should work: MMP Flipper for 4.0 Theme. There is also the addon "MMP Flip Fixed for 3.1.2+" which fixes some appstore errors using MMP flip. Hasn't been updated to 4.0, but keep your eyes on it
As for me, I plan on staying at 3.1.2 Blackra1n (not that I really have a choice; there is no current ipt3 ios4 JB). Well, at least until more ios4 compatible cydia stuff is made. Rock: "June 24: Do not upgrade to 4.0 yet - Most apps have not been updated!". Hope it ra1ns soon
.
If this info was helpful, press thnx!Last edited by Tamkis; 07-22-2010 at 10:04 AM. Reason: Added about MMp Flip patch
-
07-23-2010, 09:09 PM #9
Here you go:
1. Navigate to /Applications/MobileMusicPlayer.app
2. Copy the Info.plist
3. Open Info.plist with plist editor and find the entry that looks like this:
<key>unified-ipod</key>
<true/>4. Change the <true/> to <false/>
5. Now find the entry that looks like this:
<key>unified-ipod</key>
<false/>(should be further down the list)
6. Change <false/> to <true/>
7. Save.
8. Make a backup of the original Info.plist.
9. Copy your new Info.plist back into /Applications/MobileMusicPlayer.app
10. Respring.
-
The Following User Says Thank You to wmcwmc For This Useful Post:
Tamkis (07-23-2010)



LinkBack URL
About LinkBacks
Reply With Quote