Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

alertrenegade

macrumors newbie
Original poster
Sep 5, 2008
5
0
I was making a theme tonight and didn't like how you can only have one button for each page with SpringJumps. So I searched for ways around it and found nothing. It's simple to get multiple buttons for each page. Here are the steps to do this. I'm sorry if this is already known but I couldn't find it with a search.

SSH into the phone and go to /var/stash/Application/

There are 9 .app files titled "_shortcut_*.app"

I'm using _shortcut_0.app for this example

Inside each of those files is a Info.plist file. This is the file you will need to edit. If you're using Notepad you will see
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps.0</string>

You want to change it to
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps0.0</string>

Save the plist file and rename the shortcut.app to _shortcut0_0.app

Now you will also need to recreate the SpringJumps.app
Again you need to edit the Info.plist file.
You will see the following
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps</string>

You want to change it to
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps0</string>

Save the plist file. Change the name of SpringJumps.app to SpringJumps0.app.

Now you can have multiple buttons of SpringJump. Unfortunatly you will need to SSH each page into the phone. I'll have a zip file up tomorrow for those of you that just want to download something and SSH that into the phone.
 

Attachments

  • SpringJumps.zip
    445.7 KB · Views: 700
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.