Quote:
Originally Posted by littleboy683
hey i was trying to do the exact same thing before but i couldnt get spring jumps on each page of my springboard. So i searched around and figured it out but i had trouble arranging them correctly. How did you do it??
|
I am slowly getting SpringJumps onto every page of mine. For the arrangement, they are the same as any other icon. Move into the spot you want. Maybe it is the way you are making the jumps. You need more than 1 SpringJumps app.
I am up to my 5th SpringJumps app, that is a replica of the original in order for me to get more than 9 jumps. All that is required is a quick change of the plist in the app and jump folder.
The original Springjumps looked like this
Quote:
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps</string>
|
New SpringJumps or Springjumps0 should look like this
Quote:
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps0</string>
|
Then in each _shortcut#_*.app folder, where # the Springjumps number that has been changed as above to '0' and * is the page it jumps to.
Example. Springjumps1 jumping to page 1 inside the plist file should look like this
Quote:
<key>CFBundleIdentifier</key>
<string>jp.ashikase.springjumps1.1</string>
|
Hope this is what you mean. PM me if you need more info