+ Reply
Results 1 to 8 of 8
  1. #1
    iPhone? More like MyPhone
    Join Date
    Feb 2009
    Posts
    101
    Thanks
    5
    Thanked 5 Times in 4 Posts

    Default MMP Flip Breakthrough!!! (3.0)

    Ok, so I figured out how to separate the iPod on iPhone, 3.0!

    WARNING: THIS HAS ONLY BEEN TESTED ON IPHONE 3G. USE AT YOUR OWN RISK, BACKUP ALL FILES USED.

    1. Via SSH, or iPhoneBrowser, go to /System/Library/CoreServices/Springboard.app

    2. Open the M68AP.plist file in a text editor or your favorite plist editor.

    3. Under Capabilities, look for the boolean key unified-ipod, set it to false. If you want to do the opposite, set to true.

    4. Go down to iconmatrix, and delete
    Code:
    <dict>
    <key>displayIdentifier</key>
    <string>com.apple.mobileipod-MediaPlayer</string>
    </dict>
    and replace it with
    Code:
    <dict>
    						<key>displayIdentifier</key>
    						<string>com.apple.mobileipod-AudioPlayer</string>
    					</dict>
    					<dict>
    						<key>displayIdentifier</key>
    						<string>com.apple.mobileipod-VideoPlayer</string>
    					</dict>
    5. Now, open DefaultApplicationState.plist and delete
    Code:
    <key>com.apple.mobileipod-MediaPlayer.search</key>
    	<dict>
    		<key>SBDefaultPNGNameKey</key>
    		<string>Default-NowPlaying</string>
    		<key>SBDefaultStatusBarModeKey</key>
    		<integer>2</integer>
    	</dict>
    6. If you don't have
    Code:
    <key>com.apple.mobileipod-AudioPlayer.search</key>
    	<dict>
    		<key>SBDefaultPNGNameKey</key>
    		<string>Default-NowPlaying</string>
    		<key>SBDefaultStatusBarModeKey</key>
    		<integer>2</integer>
    	</dict>
    	<key>com.apple.mobileipod-MoviePlayer.search</key>
    	<dict>
    		<key>SBDefaultStatusBarModeKey</key>
    		<integer>2</integer>
    	</dict>
    then add it where you deleted MobileMediaPlayer.

    ----------------------------------------------------------
    7. Now, go into Applications/MobileMusicPlayer

    8. Backup "Info.plist", and put this one in, delete the original: Info.plist .

    Reboot

    There we go, this has only been tested on my 3G and if you have any problems I will be glad to help.

    EDIT: Also, if you want Video and Music in settings, put this code anywhere in the '/Applications/Preferences.app/Settings-iPhone.plist'
    Code:
    <dict>
    			<key>bundle</key>
    			<string>MusicSettings</string>
    			<key>cell</key>
    			<string>PSLinkCell</string>
    			<key>hasIcon</key>
    			<true/>
    			<key>isController</key>
    			<true/>
    			<key>label</key>
    			<string>MUSIC</string>
    		</dict>
    		<dict>
    			<key>bundle</key>
    			<string>VideoSettings</string>
    			<key>cell</key>
    			<string>PSLinkCell</string>
    			<key>hasIcon</key>
    			<true/>
    			<key>isController</key>
    			<true/>
    			<key>label</key>
    			<string>VIDEO</string>
    		</dict>
    Last edited by Fhadso; 07-20-2009 at 08:39 PM.

  2. The Following 2 Users Say Thank You to Fhadso For This Useful Post:

    dsg (08-10-2009), Ruud91 (01-24-2010)

  3. #2
    Green Apple Crana's Avatar
    Join Date
    Jul 2009
    Posts
    97
    Thanks
    22
    Thanked 3 Times in 3 Posts

    Hmm, can you explain exactly what this does?

  4. #3
    iPhone? More like MyPhone
    Join Date
    Feb 2009
    Posts
    101
    Thanks
    5
    Thanked 5 Times in 4 Posts

    It separates the iPod app into Music and Videos, like the iPod touch. Or the other way around, I don't quite know how to do that.

  5. #4
    Green Apple Nickfranco5's Avatar
    Join Date
    Aug 2008
    Posts
    48
    Thanks
    3
    Thanked 4 Times in 3 Posts

    You know you can just delete the unified-ipod boolean from the m68ap.plst without having to do the other stuff and get the same result.

  6. The Following User Says Thank You to Nickfranco5 For This Useful Post:

    Fhadso (07-20-2009)

  7. #5
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    375
    Thanks
    64
    Thanked 27 Times in 20 Posts

    ??? screen shots???
    Don't forget to say THANKS!

    J.D.

  8. #6
    iPhone? More like MyPhone
    Join Date
    Feb 2009
    Posts
    101
    Thanks
    5
    Thanked 5 Times in 4 Posts

    Heh, too bad I don't have my iPhone with me >.<. and Nick, I will try that, thanks.

  9. #7
    iPhone? More like MyPhone
    Join Date
    Feb 2009
    Posts
    101
    Thanks
    5
    Thanked 5 Times in 4 Posts

    Quote Originally Posted by Nickfranco5 View Post
    You know you can just delete the unified-ipod boolean from the m68ap.plst without having to do the other stuff and get the same result.
    This does give the same result, however it does not allow the MobileMusicPlayer settings to be edited. In fact, it doesn't even show the iPod settings.

  10. #8
    Green Apple
    Join Date
    Aug 2009
    Posts
    37
    Thanks
    12
    Thanked 5 Times in 3 Posts

    no becuz the thing on the settings change if u put the unified-ipod to false

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts