Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Alright, I'm very sorry to have to do this because I'm sure you all have to answer these questions all the time, but I just jailbroke my 4.2.1 phone for the first time in three years of iPhone ownership.

How can I install these widgets to my Springboard? I am trying to install LEXS' beautiful VerYsimple widget, and can't even seem to get the widget.html file readable anywhere to edit location, etc. TextEdit just shows the picture, and Dreamweaver just gives jibberish.

200 pages is tough to wade through to find one link. Anyone have a good step-by-step?

Do you have Winterboard installed? Check out Winterboard and OpenSSH, learn how to use both of those. To edit the html, try TextWrangler(if your on a Mac). You will need to use a program like CyberDuck to SSH the widget into your phone, the Winterboard to activate it. Read a little bit about Winterboard and how to SSH, then come back with more questions, I'm sue you'll have them
 
Do you have Winterboard installed? Check out Winterboard and OpenSSH, learn how to use both of those. To edit the html, try TextWrangler(if your on a Mac). You will need to use a program like CyberDuck to SSH the widget into your phone, the Winterboard to activate it. Read a little bit about Winterboard and how to SSH, then come back with more questions, I'm sue you'll have them

I've been looking through that stuff, but the only tutorials I see are installing packages with a ".theme" extension, which LEXS' widget does not.
 
I've been looking through that stuff, but the only tutorials I see are installing packages with a ".theme" extension, which LEXS' widget does not.

Just place the downloaded folder into your themes folder, it will still work.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

jjk454ss said:
Your DockedIconLabelStyle is set not to show. copy and paste the string info from the UndockedIconLabelStyle and respring, and see if that works, or at lease get them back...

It is still not working. What I want is icon labels for all icons except the docked icons. This was working until I changed fonts:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleShortVersionString</key>
	<string>1.00</string>
	<key>CalendarIconDayStyle</key>
	<string>margin-top:6px;margin-left:1px;width:57px;font-size: 8px;text-align:center;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4)</string>
	
	<key>CalendarIconDateStyle</key>
	<string>width:60px;height:60px;position:absolute;font-size: 28px;top:14px;left:1px;text-align:center;</string>
	
	<key>UndockedIconLabelStyle</key>
	<string>margin-top:0px; font-family: Helvetica; font-size: 10px; color: #a1a098; text-shadow: #000000 0px -1px 0px 0.6;</string>
	
	
	<key>DockedIconLabelStyle</key>
	<string>opacity: 0;</string>
	
	</dict>
</plist>

can you invlude include a screen shot? are you using a cydia program to disable icon labels?
 
can you invlude include a screen shot? are you using a cydia program to disable icon labels?

Do you just want a screenshot of my SB? And no, I'm not using any cydia program to disable icon labels. LEXS gave me the info.plist, it was working great, I changed fonts and now I can't get labels back for my undocked icons.
b8ca5d25.jpg
 
Do you just want a screenshot of my SB? And no, I'm not using any cydia program to disable icon labels. LEXS gave me the info.plist, it was working great, I changed fonts and now I can't get labels back for my undocked icons.
b8ca5d25.jpg

Do you have anything else activated in winterboard that has a info.plist in it
If you do place the Theme you are using above everything else.

Changing fonts should not effect your icon labels
 
I am on 4.2 so I have to have my Wallpaper.png in the Theme and
not directed to my photos as you can do on 4.1

I am afraid with this widget it's wallpaper in Theme
The coding that you can use to direct and get your wallpaper from photo's
I can not see working with this It took me 3 days to get HD wallpaper fully functional.
I will not go into a long explanations re this but I had to do a bit of cheating to get the wallpaper to work :)

So for now just replace Wallpaper.png with your Wallpaper

Bummer. :mad:

But thank you, nonetheless! :D I figured it had to be something in the code that was preventing me from changing it. No big deal. I really like the wallpaper that you included with the widget anyway.

Thanks!
 
Do you have anything else activated in winterboard that has a info.plist in it
If you do place the Theme you are using above everything else.

Changing fonts should not effect your icon labels

I moved the theme to the top, I unchecked all other themes, I created a new theme with just this info.plist. Nothing works. But if I disable all themes, the labels do show up. And it definitely happened when I changed fonts, but changing them back didn't fix it either. I think I will uninstall Bytafont just to see if that changes anything.

Thanks again for the help.
 
I moved the theme to the top, I unchecked all other themes, I created a new theme with just this info.plist. Nothing works. But if I disable all themes, the labels do show up. And it definitely happened when I changed fonts, but changing them back didn't fix it either. I think I will uninstall Bytafont just to see if that changes anything.

Thanks again for the help.

Removed Bytafont, didn't help:(.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

I sent you PM. Tested your plist and I got errors in ifile...
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

I sent you PM. Tested your plist and I got errors in ifile...

Thank you, didn't get the PM yet, but I'll watch for it.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

Replace your current one with this one. You may need to make minor adjustments w/ color and calendar... Save and do a reboot!

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>

                      <key>CalendarIconDateStyle</key>
       <string>color: rgba(0,0,0,0.75); position:absolute; top: 3; font-size: 28;</string>

       <key>CalendarIconDayStyle</key>
       <string>color: rgba(0,0,0,0.75); position:absolute; left: 2px; top: 5;</string>

  

               <key>DockedIconLabelStyle</key>
               <string>visibility: hidden;</string>



  <key>TimeStyle</key>
  <string>margin-top: -2px; font-family: Helvetica; text-transform: capitalize; font-size: 14px; text-shadow: 1px 1px 1px #000;
  font-weight: bold; color: transparent;</string>

</dict>
</plist>
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

Replace your current one with this one. You may need to make minor adjustments w/ color and calendar... Save and do a reboot!

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>

** * * * * * * * * * *<key>CalendarIconDateStyle</key>
** * * <string>color: rgba(0,0,0,0.75); position:absolute; top: 3; font-size: 28;</string>

** * * <key>CalendarIconDayStyle</key>
** * * <string>color: rgba(0,0,0,0.75); position:absolute; left: 2px; top: 5;</string>

**

** * * * * * * <key>DockedIconLabelStyle</key>
** * * * * * * <string>visibility: hidden;</string>



**<key>TimeStyle</key>
**<string>margin-top: -2px; font-family: Helvetica; text-transform: capitalize; font-size: 14px; text-shadow: 1px 1px 1px #000;
**font-weight: bold; color: transparent;</string>

</dict>
</plist>

Saved, resprung, rebooted. Still no icon labels. Thank you though
Edit:
Wait, I spoke to soon. I updated the plist in my theme with only the plist and it didn't work, but I replaced the on in my main theme and it worked. I now have icon labels back, thank you. I still don't want docked icon labels, but I almost don't want to try to remove them and run into this problem again. What did you have to change? What was wrong before.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

I'm guessing how it was in a separate folder. To remove docked icons go into main theme folder ( where you info.plist needs to be) and make color: transparent and font size 0px in the DockedIconStyle string. Save/respring
 
34ir294.jpg

Happy for now lol

Hey BW ... The "version" of the KruzeWidget that i have has the location and weather details on the SB at the top LHS & RHS, as well as the line of dates just above the dock down the bottom of the screen ....

in the pic that you posted of your SB "back a few pages" (like about 40 pages:)), there is no location or weather details on the SB at all ... do you have a different "version" of the Kruze Widget .... or did you "edit" those details "out" so that you only get the line of dates just above the dock down the bottom of the screen ...

can you pls post details of how you did that edit ... or a link to the version of that widget that you are using ...

i really like that look with the single date 'line or string" without the weather details ...

thank you

regards
A|T
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)

I'm guessing how it was in a separate folder. To remove docked icons go into main theme folder ( where you info.plist needs to be) and make color: transparent and font size 0px in the DockedIconStyle string. Save/respring

What am I doing wrong? I added this:

Code:
** * * * * * * <key>DockedIconLabelStyle</key>
** * * * * * * <string>visibility: hidden; color: transparent; font-size: 0px</string>

Its not working though.
 
Do you just want a screenshot of my SB? And no, I'm not using any cydia program to disable icon labels. LEXS gave me the info.plist, it was working great, I changed fonts and now I can't get labels back for my undocked icons.
b8ca5d25.jpg

does anyone know what the status bar icons are called for reception and wifi? they are awesome and i would really like to have them if thats ok... many thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.