Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
DOES ANYONE HAVE THE BITESMS ICON FOR THIS THEME ??



jiymm.png
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5)

Slider By D3StROY @ XDA
SB%202%20Cloud%20-%202011-08-29%2022:06:08%20CDT.png
 
Last edited:
Thanks to TheXFactor for the tip about the tweak to set wallpaper from your Settings.app. I'm now back to changing things up constantly during the day...lol.

Using LS M9 mod by Fantasigraphic (originally it was a SB widget...I just changed it to a LS). Love this thing. It's got so much info in such a small space. :D

SB is Prestige with the aforementioned weather and date widget uploaded by riverob. And the word clock...not sure where it came from as I've had it forever. Layout is Iconoclasm 3x3 sparse.

Image Image

Hey Ken, I read where you updated from 4.0 to 4.2.1. I'm still at 4.0 and hesitant to update my OS by doing the restore and re-jailbreak again. How did you update to that lower version if 4.3.x is the latest version out? Is it an SHSH thing? TIA

BTW, Schnedi should get full credit for the SB widget since all I did was scale and move things around. :)
 
Hey Ken, I read where you updated from 4.0 to 4.2.1. I'm still at 4.0 and hesitant to update my OS by doing the restore and re-jailbreak again. How did you update to that lower version if 4.3.x is the latest version out? Is it an SHSH thing? TIA

BTW, Schnedi should get full credit for the SB widget since all I did was scale and move things around. :)

I used sn0wbreeze to jailbreak 4.2.1. Believe me, I was stressed about it as I'd only done one restore on my 3GS before (when I updated from 3.1.3 to 4.0). But the program literally walks you through the process and couldn't be simpler. I also watched a couple of videos on reputable sites (Redmond Pie, iClarified) so that I knew what to expect before I ever started.

This site is an absolute lifesaver...http://www.jailbreakmatrix.com/. Just click what device you have up at the top in the black area and it will tell you exactly what options you have.

The big caveat here is this. I've got my shsh's from 3.1.3 -> 4.3.5, so I can update to any firmware in between. If you don't have yours saved, you'll only be able to update to the latest firmware (4.3.5). I also chose to use sn0wbreeze because it preserves my baseband for unlocking (plus, I'm on Windows). I don't need the unlock, but if I ever decide to sell, it may help the next owner out.

If you've got your shsh's, don't stress over updating. Just do some reading and watch some videos and you'll feel much better about it. :D
 
I used sn0wbreeze to jailbreak 4.2.1. Believe me, I was stressed about it as I'd only done one restore on my 3GS before (when I updated from 3.1.3 to 4.0). But the program literally walks you through the process and couldn't be simpler. I also watched a couple of videos on reputable sites (Redmond Pie, iClarified) so that I knew what to expect before I ever started.

This site is an absolute lifesaver...http://www.jailbreakmatrix.com/. Just click what device you have up at the top in the black area and it will tell you exactly what options you have.

The big caveat here is this. I've got my shsh's from 3.1.3 -> 4.3.5, so I can update to any firmware in between. If you don't have yours saved, you'll only be able to update to the latest firmware (4.3.5). I also chose to use sn0wbreeze because it preserves my baseband for unlocking (plus, I'm on Windows). I don't need the unlock, but if I ever decide to sell, it may help the next owner out.

If you've got your shsh's, don't stress over updating. Just do some reading and watch some videos and you'll feel much better about it. :D

Very cool. I thought once you restored, the highest OS was the only update option. I don't have a lot of free time to mess with my phone's OS other than respringing so this is reassuring info when the time comes. Thanks again!
 
Hey guys, I need help from anyone who can lend it. I'm trying to change a widget to 12-hour format, but I'm pretty clueless on how to do it. This is the bit of code I think I need help with-

// Convert an hours component of "0" to "12"



//currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours;



// Convert the hours component to 12-hour format if needed



//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

What do I do?
 
Hey guys, I need help from anyone who can lend it. I'm trying to change a widget to 12-hour format, but I'm pretty clueless on how to do it. This is the bit of code I think I need help with-

// Convert an hours component of "0" to "12"



//currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours;



// Convert the hours component to 12-hour format if needed



//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

What do I do?

remove the // from the last line, where it says if the hours are >(greater than)12, the you subtract 12 from that number. Then instead of 13 you will get 1, 14 you will get 2, etc
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.