Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

eddyecb

macrumors regular
Original poster
Sep 19, 2012
161
14
Hi there, I need help with an HTML lock screen, LS jelly bean for iPhone 5 to be exact. I want to remove the lockbackground.png from the theme so I'm able to set a wallpaper as usual for lock screen and springboard. Any one able to help? Thanks!
 
Hi there, I need help with an HTML lock screen, LS jelly bean for iPhone 5 to be exact. I want to remove the lockbackground.png from the theme so I'm able to set a wallpaper as usual for lock screen and springboard. Any one able to help? Thanks!

Remove the line inside lockbackground.html that refers to the .png file.

Share the html and I will remove it for you.
 
Remove the line inside lockbackground.html that refers to the .png file.

Share the html and I will remove it for you.

Thanks for the reply. I did that, but after respringing its just a black screen.
Heres the lines that refer to the images tho:
<html><head>

<link rel="stylesheet" href="Style.css" type="text/css" media="screen" />

<img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

<img src="Overlay.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 480px; z-index:-5;"/>
 
Last edited by a moderator:
Thanks for the reply. I did that, but after respringing its just a black screen.
Heres the lines that refer to the images tho:
<html><head>

<link rel="stylesheet" href="Style.css" type="text/css" media="screen" />

<img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

<img src="Overlay.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 480px; z-index:-5;"/>

Remove this line: <img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

Probably above these lines theres a color-background set, you need to remove that too.
Something like:


body {
background-color:#1E1E1E; (REMOVE THAT)
color: #ffffff;
}
 
Remove this line: <img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

Probably above these lines theres a color-background set, you need to remove that too.
Something like:


body {
background-color:#1E1E1E; (REMOVE THAT)
color: #ffffff;
}
No back ground colour in the .css :confused: im stumped!
 
Last edited by a moderator:
Nope, not in there either...

Share the html file and let me check. :)

Edit: Remove the <img src="Overlay.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 480px; z-index:-5;"/>

Edit 2: I just downloaded that LS and did exactly how I told you and it is working fine for me.

Try setting the wallpaper once again.
 
Last edited:
Share the html file and let me check. :)

Edit: Remove the <img src="Overlay.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 480px; z-index:-5;"/>

Edit 2: I just downloaded that LS and did exactly how I told you and it is working fine for me.

Try setting the wallpaper once again.

here is the entire theme lol
https://www.dropbox.com/sh/af62x52e1ruvp89/NHXJE72sZS
 
Last edited by a moderator:

It is free in Cydia, I downloaded already and removed the two strings I told you about:

<img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

<img src="Overlay.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 480px; z-index:-5;"/>

Also removed the lockbackground.png, Overlay.png and lockbackground-ALT.png, saved the file, went to Settings and set another wallpaper for lockscreen, done!

Edit: Here, I edited the file for you: https://www.dropbox.com/s/27jbei5cg47h3ns/LS Jelly Bean i5.zip

Download it and put inside Winterboard or LockHTML2 and it will work flawless. Remember to set the desired wallpaper on Settings.
If that doesn't work, install Wallpaper JPEGifier from Cydia and set the wallpaper again.
 
It is free in Cydia, I downloaded already and removed the two strings I told you about:

<img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

<img src="Overlay.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 480px; z-index:-5;"/>

Also removed the lockbackground.png, Overlay.png and lockbackground-ALT.png, saved the file, went to Settings and set another wallpaper for lockscreen, done!

Edit: Here, I edited the file for you: https://www.dropbox.com/s/27jbei5cg47h3ns/LS Jelly Bean i5.zip

Download it and put inside Winterboard or LockHTML2 and it will work flawless. Remember to set the desired wallpaper on Settings.
If that doesn't work, install Wallpaper JPEGifier from Cydia and set the wallpaper again.
Thanks for that altho it still hasn't worked! Still get a black screen on the lockscreen

EDIT: didnt see the last bit, will try and report back!

EDIT2: Nope still nothing, so confused.
 
Last edited by a moderator:
Thanks for that altho it still hasn't worked! Still get a black screen on the lockscreen

EDIT: didnt see the last bit, will try and report back!

EDIT2: Nope still nothing, so confused.

It works fine for me. Are you sure there's no other theme enabled? Are you using winterboard or LockHTML2?
 
It works fine for me. Are you sure there's no other theme enabled? Are you using winterboard or LockHTML2?

Yep, definitely no other themes on and winterboard. I dont understand at all
 
Last edited by a moderator:
Try disabling the LS theme, respring, set the wallpaper you want and then enable the LS theme on winterboard again.

Still nothing! I give up, i really appreciate your help tho :)
 
Last edited by a moderator:
Still nothing! I give up, i really appreciate your help tho :)

Yeah, that's probably something else. If I was you, I would try removing Winterboard and all themes, use iCleaner after and then removing everything from /var/mobile/Library/Caches and rebooting the device and only then reinstall everything.

If that doesn't work, you have something else going on. :p
 
Still nothing! I give up, i really appreciate your help tho :)

Install JPEGifier if you haven't already and set your Lock Screen Wallpaper from Settings App.

Then...

Change

<img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

to

<img src="/var/mobile/Library/SpringBoard/Converted-LockBackground.jpg" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>
 
Install JPEGifier if you haven't already and set your Lock Screen Wallpaper from Settings App.

Then...

Change

<img src="LockBackground.png" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

to

<img src="/var/mobile/Library/SpringBoard/Converted-LockBackground.jpg" style="position: absolute; top: 0px; left: 0px; width: 320px; height: 568px; z-index:-5;"/>

Worked like a charm! Thank you and thanks to nanolife aswell! :D
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.