+ Reply
Results 1 to 5 of 5
  1. #1
    iPhone? More like MyPhone
    Join Date
    Aug 2010
    Posts
    105
    Thanks
    1
    Thanked 21 Times in 21 Posts

    Default 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!

  2. #2
    Livin the iPhone Life seann33uk's Avatar
    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.

  3. #3
    iPhone? More like MyPhone
    Join Date
    Aug 2010
    Posts
    105
    Thanks
    1
    Thanked 21 Times in 21 Posts

    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. :-\

  4. #4
    iPhone? More like MyPhone
    Join Date
    Apr 2010
    Posts
    140
    Thanks
    3
    Thanked 21 Times in 21 Posts

    Use sbsettings its alot easier

  5. #5
    iPhone? More like MyPhone
    Join Date
    Aug 2010
    Posts
    105
    Thanks
    1
    Thanked 21 Times in 21 Posts

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts