Rearranging Application Icons

    How to download the plist file

  1. Make sure that you have followed the jailbreaking guide, and that your iPod touch is jailbroken.
    SFTP into your iPod. Navigate to /System/Library/CoreServices/Springboard.app. Create a backup of the file N45AP.plist. Download the file.
  2. This is a binary XML file currently, which makes it hard to edit. To edit it, we need to convert it to an ASCII XML file.
    On Mac OS X, open the file with Property List Editor (In Utilities folder, or Developers folder). Then, save the file again. This will create an ASCII XML file.
  3. Also: To convert the plist via Terminal, simply cd into the folder that holds the .plist you want to convert and issue the command
    plutil -convert xml1 N45AP.plist and it will convert it for you. (There's no need to convert back before putting it on the fs afterwards)

  4. To change what is on the button bar


  5. Open N45AP.plist in a plain text editor, such as TextEdit, Notepad, TextMate, or SubEthaEdit.
    Find the part of your N45AP.plist that says this:
    buttonBar
  6. The part in between and is the application identifier for the applications on the button bar. To change the order that they are displayed, change the application identifiers that are already there. To find an application identifier, open up Info.plist in /Applications/YourAppName.app/Info.plist. It will be similar to com.apple.mobilemail. Below are several other application identifiers. Also, you can show more than four icons in the button bar by just adding more sections.
  7. When you're finished, save the file back to your iPod Touch.

  8. Application Identifiers


    Official Apps

    Calculator: com.apple.calculator
    Calendar: com.apple.mobilecal
    Clock: com.apple.mobiletimer
    Contacts: com.apple.MobileAddressBook
    Demo App: com.apple.DemoApp
    iPod: com.apple.mobileipod
    - Music: com.apple.mobileipod-AudioPlayer
    - Videos: com.apple.mobileipod-VideoPlayer
    iTunes Store: com.apple.MobileStore
    Maps: com.apple.Maps
    Mail: com.apple.mobilemail
    Notes: com.apple.mobilenotes
    Photos: com.apple.mobileslideshow-Photos
    Safari: com.apple.mobilesafari
    Stocks: com.apple.stocks
    Settings: com.apple.Preferences
    Weather: com.apple.weather
    YouTube: com.apple.youtube
    Un-Official Apps

    Apollo: com.google.code.apolloim
    Balls: com.grudgnor.Balls
    Books: com.zacharybrewstergeisz.books
    Chat: com.twenty08.MobileChat
    Colloquy: com.googlecode.mcolloquy
    Customize: com.thespicychicken.customize
    Doom: org.swhite.iphone.doom
    FiveDice: com.borngraphics.fivedice
    Finder: com.googlecode.MobileFinder
    iBlackJack: com.mccarron.iblackjack
    Installer: com.nullriver.iphone.Installer
    Installer(3.0): com.apptapp.Installer
    iPong: com.jonathansaggau.iPong
    iSplit: com.kroo.iSplit
    iWoman: com.nullriver.iphone.iWoman
    Labyrinth: com.loodberg.carl.labyrinth
    Lights Off: org.deliciousmonster.lightsoff
    Lockbox: com.googlecode.iphonelockbox
    Mines: net.mm-3.iphone.mines
    MusicQuiz: iphonemusicquiz.com.google.code
    Navizon: com.mexens.iphone.navizon
    NES: com.natetrue.iphone.nesapp
    PDFViewer: com.sadun.pdfviewer
    PigShooter: com.spiffytech.pigshooter
    Preview: com.google.code.MobilePreview
    RSS: com.google.code.mobile-rss
    Services: com.byhoffman.iphone-apps.services
    Sketches: com.latenitesoft.Sketches
    SMBPrefs: com.apptapp.SummerBoard
    Stumbler: com.googlecode.iphone-wireless.applications.Stumbler
    Sudoku: org.zackb.sudoku
    Term-vt100: com.googlecode.mobileterminal.Term-vt100
    Tetrominos: com.google.code.tetrominos
    TextEdit: com.google.code.MobileTextEdit
    ToDoList: com.include7.mobiletodolist
    TTR: net.ations.cre.ttr
    VNsea: com.creed.vnsea
    weDict: com.hongtao.weDict

    To change the general list display order

  9. Follow pretty much the same method as for changing the button bar order, but look for this section instead of the section above:
  10. iconList
  11. Then, save the file.

  12. Updating your iPod


  13. To update your iPod, SFTP the file back into /System/Library/CoreServices/Springboard.app/N45AP.plist.
  14. Reboot your iPod.
  15. Enjoy!
  16. iPhone iPod Touch
Related Entries:
Merging the Music & Video icons
Remove Application space limit
Boot iPhone or iPod Touch in verbose mode
Fix for Weather icon not changing
Removing Dropear SSH from iPhone or iPod Touch
Comments (3)  Permalink