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

thesdx

macrumors 6502a
Original poster
Jul 12, 2007
673
2
Is there a way in the N45AP.plist file to hide an icon? I'd like to hide the Installer icon, as it's adding an extra row to my SpringBoard. I'd still like to be able to unhide it if I need it, though. Anyone know how?
 

vividdemise

macrumors member
Oct 13, 2007
60
0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundles</key>
<array/>
<key>capabilities</key>
<dict>
<key>editableUserData</key>
<true/>
<key>piezo-clicker</key>
<true/>
</dict>
<key>displayOrder</key>
<dict>
<key>buttonBar</key>
<array>
<dict>
<key>displayIdentifier</key>
<string>com.nullriver.iphone.Installer</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apptapp.SummerBoard</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.thespicychicken.customize</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.googlecode.MobileFinder</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.Preferences</string>
</dict>
</array>
<key>iconList</key>
<array>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-AudioPlayer</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileipod-VideoPlayer</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileslideshow-Photos</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.MobileAddressBook</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobilesafari</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobilemail</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.google.code.apolloim</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.youtube</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.weather</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.Maps</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.mexens.iphone.navizon</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.calculator</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobilenotes</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobilecal</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.zacharybrewstergeisz.books</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobiletimer</string>
</dict>
</array>
<key>special</key>
<array>
<dict>
<key>displayIdentifier</key>
<string>com.googlecode.mobileterminal.Term-vt100</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.springboard</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.MALogger</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.mobileslideshow</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.MobileStore</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apple.DemoApp</string>
</dict>
</array>
<key>thirdParty</key>
<array>
<dict>
<key>displayIdentifier</key>
<string>com.natetrue.iphone.nesapp</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>org.deliciousmonster.lightsoff</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>net.ations.cre.ttr</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>net.schine.ants_control</string>
</dict>
</array>
</dict>
</dict>
</plist>

everything under <key>special</key> is hidden
 

vividdemise

macrumors member
Oct 13, 2007
60
0
OR you could do it THAT way.. the hard way. :eek:

Its realy not hard i pull the N45AP.Plist off the ipod with sftp. convert it to xml and the code is in steps. just select the app you wanna hid and cut out and past it under the hidden section. then up it back to the ipod
 

vividdemise

macrumors member
Oct 13, 2007
60
0
I mean for newcomers. I know it isn't hard for pros like myself and you. :)

You know I went in to this hack not know much about mac stuff. I am a windows user :-( till i become rich that is. but anyways I have only played around with ssh stuff and that was mainly *inx type stuff. but before i hacked i read and searched and read and googled and read until i understood not only my part in the hack but the underling hack. and because i did this and understood how my ipt was being hacked by touchfree thank you guys btw everything after that was cake. i already had downloaded a windows sftp client and putty to do ssh. i had a txt file of commands to use in ssh and a sample of code. now i know that im not stupidest person out there but im not the smartest either but i do have the common senses to learn what im getting my selfinto. ok this might be a rant but i don't care i just keep seeing post of the same questions over and over and im thinking did these guys even try and find out on there own i mean there is information all over the web and step by step instructions on everything but i digress not even sure if i should post this now............ yeah what the heck i will after a spell check.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.