-
10-19-2010, 12:53 PM #1
Hide App Icons by Editing Plist File(s)
Hey, does anyone know if it's possible to hide an app icon by editing the info.plist or another plist file? I don't want to use the cydia apps that do it because libhide seems to slow my phone down too much for my liking. Thanks!
-
10-19-2010, 01:27 PM #2Livin the iPhone Life
- Join Date
- Jan 2008
- Location
- Some where in the milkyway
- Posts
- 1,299
- Thanks
- 13
- Thanked 126 Times in 114 Posts
sbsettings has this ability.. though you said you don't want to use cydia apps.. there is a way using plist.. not sure where but theres something (possibly in the app folder its self) that has a Visible = true or a SBicon = true or something simple and clear..
Being an i can be a lot of pressure. you have to live right up to the small point.
-
10-19-2010, 03:41 PM #3
the only thing similar to that in the info.plist file is
<key>UIHasPrefs</key>
<true/>
and changing it to false didn't do it. :-\
-
10-19-2010, 03:49 PM #4
Use sbsettings its alot easier
-
10-20-2010, 09:21 AM #5
i just said i dont want to use any cydia apps for a specific reason. i had sbsettings and deleted it because i did not like having the libhide daemon or whatever you wish to call it installed. i'm not worried about easier, i have no problem changing plist files if i can figure out which one it is.
found it on another forum. for anyone else that want's to do it, add this string of code in the Info.plist file inside the .app folder. Add it before </dict>
<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>
It should be noted that this also hides the app from spotlight search but it will still run if activated (like my3g still working even though it's hidden)Last edited by amsgator; 10-20-2010 at 09:35 AM. Reason: Automerged Doublepost



LinkBack URL
About LinkBacks
Reply With Quote

