Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I have successfully installed the android widget, thanks again Andy. I am kind of lost on how to assign my own background image on the lockscreen page.
Is this something i have to change in jquery or css file? Also on a different note, my weather widget box seems not to be aligned properly, you can see this both side of the edges of the box. Can anyone give me a correct px number of the width, using in iphone 3g. Thanks again

Looks like you've managed to screw up the CSS pretty badly there! I'd suggest reinstalling. There's no need to change/edit any files other than the Javascript file (AndroiHD.js) to change the settings.

To assign your own background, just install the 'Widget Only' version and then change your wallpaper as you would normally via the iPhone Settings app. Re-spring for changes to take effect. This will only work on iOS 4.1, 4.2.1 has changed things so the method I've used won't work anymore.
 
I just reinstalled the widget theme on my iphone. However, There's still the problem with alignment of the widget. I didn't change anything in the CSS file. (followed steps)
 
Last edited:
I just reinstalled the widget theme on my iphone. However, There's still the problem with alignment of the widget. I didn't change anything in the CSS file. (followed steps)

What OS version are you at, and what iDevice are you using? This should work on all up versions/devices using WinterBoard. It's likely that you have something conflicting with it, I've never seen your problem before.
 
I am using 3.1.2 OS. On a 3g iphone, Jailbroken. Btw, when i unzipped the attached files, there were two folders "MACOSX" and "androihd lock widget.theme", i have been using the "anroidhd lock ..." could that be something that's affecting the widget box
 
I am using 3.1.2 OS. On a 3g iphone, Jailbroken. Btw, when i unzipped the attached files, there were two folders "MACOSX" and "androihd lock widget.theme", i have been using the "anroidhd lock ..." could that be something that's affecting the widget box

The MACOSX folder is just a hidden folder the Mac OS adds to zip folders. You can ignore it. I honestly don't know what the problem is then I'm afraid. Have you tried any of my other themes? See if they have the same problem?
 
Will this work on 4.2.1? Or if not, then will you be updating it?

The full theme versions work, the widget only versions have black backgrounds only. There's no update that can solve that I'm afraid, at least not with the current state of WinterBoard - 4.2.1 has caused issues.

You can of course install the full theme version then just delete the Bundles folder and change images/LockBackground.png image to whatever you'd like. Doing this would emulate a hacky version of the widget only version, and this would work on 4.2.1.
 
The full theme versions work, the widget only versions have black backgrounds only. There's no update that can solve that I'm afraid, at least not with the current state of WinterBoard - 4.2.1 has caused issues.

You can of course install the full theme version then just delete the Bundles folder and change images/LockBackground.png image to whatever you'd like. Doing this would emulate a hacky version of the widget only version, and this would work on 4.2.1.

Will there be a update for 4.2.1 since the jailbreak for iPhone 4 is available?
 
Will there be a update for 4.2.1 since the jailbreak for iPhone 4 is available?

It does work, but the widget versions have a black background, and always will do. I've explained in the previous post how to customise it to work for 4.2.1.

iOS 4.2.1 has changed the lockscreen/homescreen wallpaper system, unfortunately.
 
Andy there is an app in the Apple store that looks like this theme and also has weather but their app pulls weather by using the GPS.

Can you enable this?
 
For anyone who is rocking (or have used) the newest iNitsua Z HD theme, can you please PM me? I'm having a tough time customizing it to my liking. Thanks!
 
Andy there is an app in the Apple store that looks like this theme and also has weather but their app pulls weather by using the GPS.

Can you enable this?

Unfortunately I cannot use the iPhone's GPS functionality in these HTML WinterBoard themes. It's just not possible :(
 
Hey Andy
on my jailbroken 3g ipod touch i installed the theme and it looks great. But mine still has 24 hour time even though i set my ipod to 12 hour time. I have reinstalled many times and use Diskaid to transfer.

Please help
 
Hey Andy
on my jailbroken 3g ipod touch i installed the theme and it looks great. But mine still has 24 hour time even though i set my ipod to 12 hour time. I have reinstalled many times and use Diskaid to transfer.

Please help

Have you tried re-springing? Post your config file here.
 
Hey, does anyone know how to make the clock 12 hours instead of 24? Also, how can I change C to F in the weather? And finally thanks for the awesome theme!!

Nevermind, I did it already!!
 
Last edited:
~/FV l DL\~

LSJs_S.png
 
any chance of getting this updated for 4.2? i installed just the widget but nothing shows up.
 
hi andy, i need help. im trying to put a background on analock hd using ifile. could you give me very specific instruction on how to do so? ive tried the meathod previously posted on here, but messed up my clock. i guess instructions for a retard is what i need. thx :)
 
I have loaded downloaded widgets using I Funbox, I can change weather location, time, and temp. I can not get wallpaper to work. Does your wallpaper just go into wallpaper folder?
 
Now I REALLY feel like a noob, but for some reason, none of these widgets work on my phone. I've installed them both exactly like the directions say, but everything on my homescreen still looks the same as it did before. What am I doing wrong?
 
I followed the instructions on how to change the background on the analock but the lines of code to change for Analock.css aren't in AndroiHD.css. This is what I have:

#container{
background:url('/private/var/mobile/Library/SpringBoard/LockBackground.jpg') no-repeat;
background-size:320px 480px;
width:320px;
height:480px;
padding-top:50px;
position:relative;

For Analock you say we need to:

To use your own wallpaper;

- Go to /Library/Themes/AnalockHD.theme and open up Analock.css
- At the top of that file, there is a background rule commented out, remove the /* and */ from the line
- Change 'LockBackground~inactive.png to 'Background.png' on the same line
- Now add your wallpaper to /AnalockHD.theme folder and call it 'Background.png'

Also can this be done directly from iPhone or do I have to SSH into it?
 
I followed the instructions on how to change the background on the analock but the lines of code to change for Analock.css aren't in AndroiHD.css. This is what I have:

#container{
background:url('/private/var/mobile/Library/SpringBoard/LockBackground.jpg') no-repeat;
background-size:320px 480px;
width:320px;
height:480px;
padding-top:50px;
position:relative;

For Analock you say we need to:

To use your own wallpaper;

- Go to /Library/Themes/AnalockHD.theme and open up Analock.css
- At the top of that file, there is a background rule commented out, remove the /* and */ from the line
- Change 'LockBackground~inactive.png to 'Background.png' on the same line
- Now add your wallpaper to /AnalockHD.theme folder and call it 'Background.png'

Also can this be done directly from iPhone or do I have to SSH into it?

If you have iFile installed on your phone you can do it directly. That's what I did.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.