Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
This is awesome, but I have some problems with it:

1. I can't get the background working. It just shows black question mark "?" in the middle, as if it couldn't find the wallpaper.

2. How do I change city location to a city in another country? (In my case, Frankfurt am Main, Germany)

Open up lockbackground.html and change

<div id="Layer"><img src="/private/var/mobile/Library/SpringBoard/LockBackground.jpg" width="320" height="480"></div>

to

<div id="Layer"><img src="LockBackground.png" class="stretch"/></div>

As for the weather, do as Marley said, and change the 'var locale =' to your location in the same file. Mine, for example, is: var locale = 'Oxford, England' (and 'isCelsius' is 'true')
 
Just some small changes to G.O.C. HD
04adc37c.jpg
 
Open up lockbackground.html and change

<div id="Layer"><img src="/private/var/mobile/Library/SpringBoard/LockBackground.jpg" width="320" height="480"></div>

to

<div id="Layer"><img src="LockBackground.png" class="stretch"/></div>

As for the weather, do as Marley said, and change the 'var locale =' to your location in the same file. Mine, for example, is: var locale = 'Oxford, England' (and 'isCelsius' is 'true')
Thanks, you solved all my problems. :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.