
10-31-2007, 04:26 PM
|
|
iPhoneaholic
|
|
Join Date: Sep 2007
Device + Firmware: iPhone 3GS, 3G & 2G
Operating System: OSX 10.5.x & Windows XP
Posts: 365
Thanks: 14
Thanked 63 Times in 52 Posts
|
|
|
|
This function is currently broken, but if you're willing to do a little manual editing, it's not hard to fix the order by hand:
The order is stored in: /System/Library/CoreServices/SpringBoard.app/M68AP.plist
If you copy that list to your computer and open it (I use PlistEditPro on a Mac), you'll see a group called displayOrder. That group has four subgroups: buttonBar (the Dock), iconList (the applications), special (hidden apps), and thirdParty, which I assume was added by rSBT.
This last group is the fundamental issue, as the "thirdParty" group no longer works, and that is where Customize/rSBT is storing the application order.
If you simply move the items from thirdParty to iconList, put them in the desired order there, save the list, and copy it back to the phone, the order will be displayed correctly. Be sure to keep a backup copy in case you mess up, although it's pretty straightforward.
Hope that helps.
|
|