+ Reply
Results 1 to 8 of 8
  1. #1
    Green Apple
    Join Date
    Feb 2008
    Posts
    32
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default I want the icon lables gone

    Ok so I installed the ModMyi Official theme and the icon labels are still there even when I checked "No undocked icon labels" and "No docked icon labels"

    Then I searched for a solution of the forum and I found one that made me change the color to "transparent" and I rebooted but the icon labels were still there.

    Also my weather icon is not changing
    I think its because I have "WeatherIcon" installed from Cydia (David Ashman) but in this thread http://modmyi.com/forums/new-skins-t...myi-theme.html he was using it too.


    Here are some pictures...



    Any help?
    Last edited by ConverseAllStar95; 12-10-2009 at 01:00 PM. Reason: Automerged Doublepost

  2. #2
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    If you know how to ssh try going to
    /var/mobile/Library/Caches/
    then go into both the SpringBoardIconCache-small and SpringBoard Icon cache and select all and delete all of them and the folder. This should get the Weather Icon to work and maybe the Labels too, however when you want to change them back you will probably have to redo it....I'm not sure about the labels but this is what I had to do for the Weather Icon.
    The Next Generation of Phreaks.

  3. #3
    Green Apple
    Join Date
    Feb 2008
    Posts
    32
    Thanks
    0
    Thanked 3 Times in 3 Posts

    No all that did was get rid of some of my icons

    The weather is till there

  4. #4
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    Yea its supposed to get rid of you icons. Have the theme you want selected, delete those files, and then respring and see if it works.
    The Next Generation of Phreaks.

  5. #5
    Master Theme Creator Bluemetal's Avatar
    Join Date
    Dec 2008
    Location
    Germany
    Posts
    4,299
    Thanks
    1,615
    Thanked 6,175 Times in 1,857 Posts

    Blog Entries
    2
    Okay:
    1. unistall weather live. don't understand why you need two live weathers on your homescreen ?
    2. Again and again and again: Move my theme in winterboard to the first postion ! you don't need the build in functions of winterboard to hide the labels. My theme makes that for you (plist file in the theme folder). It seems it's overriden by another theme you use. For this case it's necessary that the modmyi theme is the first theme in winterboard.
    Last edited by Bluemetal; 12-11-2009 at 06:31 AM.

  6. #6
    Green Apple
    Join Date
    Feb 2008
    Posts
    32
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Ok I moved it up to the top and i uncheck the other 2 but its still not gone...

    Is it because i added the "Info.plst" that has the time on it?

  7. #7
    What's Jailbreak?
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by ConverseAllStar95 View Post
    Ok I moved it up to the top and i uncheck the other 2 but its still not gone...

    Is it because i added the "Info.plst" that has the time on it?
    Heh how did you manage to keep the labels on your icons after you install the modmyi theme. I have been trying to keep the labels but they are all gone when install the theme.

  8. #8
    Master Modder wim66's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    2,942
    Thanks
    3,270
    Thanked 8,024 Times in 2,058 Posts

    I made a theme called "Font Color" with just an Info.plist in it and keep that on top in Winterboard.
    Here you can find all the keys you can use Complete List of Info.plist keys for Winterboard
    I also use this theme to test things, before making changes to original theme files.

    Here is an example to play with.
    Code:
    <?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>DockedIconLabelStyle</key>
    	<string>color: burlywood</string>
    
    <key>UndockedIconLabelStyle</key>
    	<string>color: #D2D2D2</string>
    
    <key>TimeStyle</key>
    	<string>color: transparent</string>
    
    <key>CalendarIconDayStyle</key>
    	<string>color: grey</string>
    
    <key>CalendarIconDateStyle</key>
    	<string>color: #B5B5B5</string>
    
    <key>BadgeStyle</key>
    	<string>color: #B5B5B5</string>
    
    </dict></plist>
    Last edited by wim66; 12-12-2009 at 05:30 AM. Reason: Added plist example

Posting Permissions

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