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.
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;"/>
No back ground colour in the .cssRemove 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 .cssim stumped!
Nope, not in there either...Not in the css, inside the html.
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.
here is the entire theme lol
https://www.dropbox.com/sh/af62x52e1ruvp89/NHXJE72sZS
Thanks for that altho it still hasn't worked! Still get a black screen on the lockscreenIt 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.
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
Are you sure you are saving the file and uploading to the same location?
Respringing Winterboard after? Show me a screenshot of your LS.
Yeah, heres the screenshot https://www.dropbox.com/s/ppb88f4cs47lay8/2013-04-10 17.14.04.png
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![]()
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;"/>