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.
haven't posted in awhile, wanted to show lcokscreen, thanks to LEXS1411;)

lockscreen1.png

If you care to share and have the time, I really would like to get a copy of your wallpaper. It would be added to my lightning collection with tons of thanks!:)
 
Hi everyone,
I just recently jailbroke my phone for the first time, so IM COMPLETELY new to all of this- how do I get started with some of these themes, widgets ect-
If someone could help,
I really like the Tetra and Sweet Candy Icons, but dont know how to download or use them, I'd appreciate any help.
Thanks!
 
trying to change the clock format in tetras blue and yellow lock screen, i dont know how to change it to a 12 hour format rather than 24.. heres a look., what do i change?

function amPm ( )
{
var currentTime = new Date ( );

var currentHours = currentTime.getHours ( );

// Choose either "AM" or "PM" as appropriate
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";

// 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
var currentTimeString = timeOfDay;

// Update the time display
document.getElementById("ampm").firstChild.nodeValue = " " + currentTimeString;
}
 
trying to change the clock format in tetras blue and yellow lock screen, i dont know how to change it to a 12 hour format rather than 24.. heres a look., what do i change?

function amPm ( )
{
var currentTime = new Date ( );

var currentHours = currentTime.getHours ( );

// Choose either "AM" or "PM" as appropriate
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";

// 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
var currentTimeString = timeOfDay;

// Update the time display
document.getElementById("ampm").firstChild.nodeValue = " " + currentTimeString;
}
That's what this line is doing. It reads as "If the hours is greater than 12, subtract 12 from it, otherwise leave it alone". There must be something else going on elsewhere in the program.
 
Can everyone please post all theme names in there post, as suggested pages ago.

I just jailbroke for the first time the other day.... He is what I have so far after playing with several themes etc....

280qwra.jpg

Hey buddy, that's the first retina ready Mac theme I've seen! Mind sharing the theme name/location?
 
trying to change the clock format in tetras blue and yellow lock screen, i dont know how to change it to a 12 hour format rather than 24.. heres a look., what do i change?

function amPm ( )
{
var currentTime = new Date ( );

var currentHours = currentTime.getHours ( );

// Choose either "" or "" as appropriate
var timeOfDay = ( currentHours < 12 ) ? "" : "";

// Convert the hours component to 12-hour format if needed
currentHours = ( currentHours > 12 ) ? currentHours - 0 : currentHours;

// Convert an hours component of "0" to "12"
currentHours = ( currentHours == 0 ) ? 12 : currentHours;

// Compose the string for display
var currentTimeString = timeOfDay;

// Update the time display
document.getElementById("ampm").firstChild.nodeValue = " " + currentTimeString;
}


Change it to this and it'll work just fine. i made the parts red that i changed
 
I thank you kindly for the offer, but sadly it is the wrong resolution and I will not be able to use on my iPhone4. If you have a higher resolution or ling to the original source I would be greatly in your debt.:)
Sorry don't have ip4, 3gs but there is an app in App Store that has high res pics iWallpaper hd I think thats what its called.
 
How can i get this to work on my iPhone 4? im a bit of a noob to this.

i tried putting it in the themes folder and enabling it on winterboard but to no avail

Make a folder call it colored Dock inside that folder make another folder name that Bundles then another folder name that com.apple.springboard in this folder
place dock make sure the dock is named SBDock@2xpng

Place the complete folder ssh into Library/Themes go to winterboard and activate you can then use it with any Theme

or

Go to Library/Themes find the Theme Bundle/com.apple.springboard and place the dock in there

Hope that helps
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.