haven't posted in awhile, wanted to show lcokscreen, thanks to LEXS1411
![]()
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!
haven't posted in awhile, wanted to show lcokscreen, thanks to LEXS1411
![]()
here ya goIf 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!![]()
here ya go
![]()
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.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;
}
I just jailbroke for the first time the other day.... He is what I have so far after playing with several themes etc....
![]()
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
what do I need to modify to change the colour of the time please?
its usually in LockBackground.html on top in that file. what theme are you trying to change?
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.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.![]()
how can i get that weather widget?
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
Nice home screen!Tetra & Mojo icons and a dock I created...
![]()