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.
Happy Fall/Thanksgiving...

from G.O.C. HD! After the most recent update, you are looking at the whole G.O.C. HD theme plus more options, setups and widgets can be found at the website (please Google as this is a paid App). The cool thing is that the whole top row is/or can be, hidden icons. Mine currently has three...The Weather Channel, left; Emergency 911, center; and Calendar, right. The weather widget changes with the weather and gives you different HD weather images plus there is another weather widget (2 for 1).

I have moded using Rename II, FolderEnhancer, Iconoclasm and Shrink...all available from Cydia...some are paid apps.

Hope you all enjoy and everyone...HAPPY THANKSGIVING!!!
 

Attachments

  • 001.PNG
    001.PNG
    1.1 MB · Views: 135
  • 002.jpg
    002.jpg
    113.4 KB · Views: 117
  • 003.jpg
    003.jpg
    113 KB · Views: 126
  • SBSettings.PNG
    SBSettings.PNG
    958.9 KB · Views: 139
Are you sure? This is what I get when I remove those lines. I noticed there are 2 sections that have the exact same lines. I tried, removing one section, then the other, then finally both. same results. Only thing left showing is temp. sorry to be a pain.

18b3ada3.jpg
Some of those lines are comments added for clarity. They need the "//" so they will be ignored.

Code:
 //  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;

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

  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

 //  Compose the string for display
 
anyone have the mail icon with red and blue trim around the edges? Not the suave/matte one, but the standard glossy one. Sorry I just can't remember what theme it's from. Thanks.
 
anyone have the mail icon with red and blue trim around the edges? Not the suave/matte one, but the standard glossy one. Sorry I just can't remember what theme it's from. Thanks.
This one? I want it, too.I've been looking for it or a while, but still haven't found it.
fa892fea.jpg
 
Here is what ive got working from going through every forums and reading a lot. :D
Thks to Lexs for that DafPunk wallpaper and the Mini Typophone.
Dunno Who to thank for the homescreen wallpaper. :p
3G and Signal Bars can be found at http://www.iphone-news.fr/
Theme is fiftyfootshadow. i incorporated a lot of white icons from glaskart.

Cheers



Uploaded with ImageShack.us



Uploaded with ImageShack.us
 
Last edited:
Some of those lines are comments added for clarity. They need the "//" so they will be ignored.

Code:
 //  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;

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

  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

 //  Compose the string for display

yes true

i was a bit hasty in my editing

to clarify what you need to edit is to first check for this line


Code:
function updateClock ( )

which is the function that updates the clock
then make sure it looks like

Code:
 //  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;

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

  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

 //  Compose the string for display
 
Here is what ive got working from going through every forums and reading a lot. :D
Thks to Lexs for that DafPunk wallpaper and the Mini Typophone.
Dunno Who to thank for the homescreen wallpaper. :p
3G and Signal Bars can be found at http://www.iphone-news.fr/
Theme is fiftyfootshadow. i incorporated a lot of white icons from glaskart.

Cheers



Uploaded with ImageShack.us



Uploaded with ImageShack.us

Looking very good. Care to share the carrier logo that looks like a crown?
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.