-
06-20-2009, 07:47 PM #1My iPhone is a Part of Me
- Join Date
- Sep 2007
- Location
- Scottsdale, AZ
- Posts
- 889
- Thanks
- 110
- Thanked 231 Times in 132 Posts
Lockscreen Wallpaper Not Showing in 3.0?
Whenever i apply a theme via winterboard now my lockscreen wallpaper won't show, this happening to anyone else?
Don't forget to hit the thanks button if you liked what I said or did

-
06-20-2009, 10:00 PM #2
MY lock screen wallpaper is not working either.
-
The Following User Says Thank You to galaxygrrl For This Useful Post:
aw1007 (07-13-2009)
-
06-20-2009, 10:05 PM #3Livin the iPhone Life
- Join Date
- Sep 2008
- Location
- In a van down by ther river
- Posts
- 4,813
- Thanks
- 548
- Thanked 508 Times in 420 Posts
Lockscreen wallpapers are not working right now on 3.0.
-
06-21-2009, 12:13 AM #4
I got mine to work. Go figure
-
06-21-2009, 02:19 AM #5iPhoneaholic
- Join Date
- Nov 2008
- Location
- N.E.L.A.S & Barcelona
- Posts
- 343
- Thanks
- 2
- Thanked 75 Times in 49 Posts
yeah me too mine works
-
06-21-2009, 07:56 AM #6
I located the culprit to my problem. It's the Status Notifier widgets that is causing the wallpapers not to show. Inactivate your widgets via Winterboard if you have any. Hope this helps
-
-
06-24-2009, 02:08 AM #7
ive been having this same problem as well..i dont use a lockscreen theme...but whenever i apply my theme in winterboard my lockscreen is blank, no battery when its plugged in either. as soon as i de-apply my theme in winterboard my wallpaper shows back up. i dont have status notifier...has anyone found a workaround for this?
EDIT:
I forgot to mention...twice today while i was using my headphones while talking on the phone and browsing a webpage i hit the sleep/wake button and the lockscreen displayed my wallpaper...as soon as i got off the call it was gone again...i was not able to recreate this instance.Last edited by dstein; 06-24-2009 at 02:11 AM.
-
06-24-2009, 10:22 AM #8My iPhone is a Part of Me
- Join Date
- Sep 2007
- Location
- Scottsdale, AZ
- Posts
- 889
- Thanks
- 110
- Thanked 231 Times in 132 Posts
-
06-25-2009, 12:36 PM #9
I am on the Vista Bliss theme and it doesnt work

It works fine on the Orbz theme so must be a setting somewhere within the theme.
Plus my battery doesnt display when charging.Last edited by Neilvx; 06-26-2009 at 02:28 AM.
-
06-27-2009, 02:59 PM #10
I had that same problem, the remedy was one of two things,
1.either delete status notifier completely,
or
2. disable "Lock Status" in winterboard, (this way you can still have status notifier and the status bar icons and still have a lock screen thats not just black)
I did the second because I love status notifier and I can wait for an update for the lock status portion of the app
-
06-28-2009, 05:46 AM #11
I havent got "Lock Status" ?
and would you find Notifier
sorted thanks to this thread
http://www.modmyi.com/forums/skinnin...ckgrounds.htmlLast edited by Neilvx; 06-28-2009 at 05:46 AM. Reason: Automerged Doublepost
-
06-28-2009, 09:14 AM #12
Another thing:
For those that use a LockBackground.html, this can also cause the battery to disappear and the 'Black' Wallpaper unless you have your "body background" set to display your LockScreen image correctly: This is an example where its looking for "LockBackground.png" -->
body {
margin: 0;
background: url(LockBackground.png) no-repeat;
}
-
06-28-2009, 07:11 PM #13
Anyway you can compile a html file for us to use?
I tried placing it in the style section, but it did not work properly.
Code:<html><head> <style> body { background: url(LockBackground.png) no-repeat; margin: 0; padding: 0px 0 0 0; height: 480px; width: 320px; } </style> </head> <body> </body></html>Last edited by ShadeZeRO; 06-28-2009 at 07:20 PM.
-
07-09-2009, 02:37 AM #14
Hi,
Has anyone found a solution for this yet? I am having the same problem and cant seem to figure it out. Any help would be greatly appreciated.
Wes
Edit- figured it outLast edited by bigstar21; 07-09-2009 at 02:43 AM. Reason: issue solved
-
07-09-2009, 07:10 AM #15
lockscreen background path
either alter the background for lock screen or status notifyer widget to
"background: url('/private/var/mobile/Library/LockBackground.jpg'); "
then it picks up your default lock screen image ...
-
09-07-2009, 07:42 PM #16
Has anybody found a real solution to this yet?
-
11-10-2009, 12:13 PM #17
have ur lock image saved as LockBackground.png and have a seperate file which is LockBackground.html
Html look like
<html>
<head>
<title>ipod</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<img src="XXXXXXXXX.png" width="320" height="480" alt="">
</body>
</html>
replace XXXXXX with LockBackground.. SSH them into your theme folder. give it a try



LinkBack URL
About LinkBacks
Reply With Quote
