+ Reply
Results 1 to 17 of 17
  1. #1
    My iPhone is a Part of Me zinjen's Avatar
    Join Date
    Sep 2007
    Location
    Scottsdale, AZ
    Posts
    889
    Thanks
    110
    Thanked 231 Times in 132 Posts

    Default 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

  2. #2
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    MY lock screen wallpaper is not working either.

  3. The Following User Says Thank You to galaxygrrl For This Useful Post:

    aw1007 (07-13-2009)

  4. #3
    Livin the iPhone Life CaptainChaos's Avatar
    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.

  5. #4
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    I got mine to work. Go figure

  6. #5
    iPhoneaholic REAPERDAGREAT13's Avatar
    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

  7. #6
    iPhone? More like MyPhone ifini's Avatar
    Join Date
    Nov 2007
    Posts
    228
    Thanks
    12
    Thanked 15 Times in 13 Posts

    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

  8. The Following 2 Users Say Thank You to ifini For This Useful Post:

    sirganon (06-23-2009), theguy386 (06-21-2009)

  9. #7
    Green Apple
    Join Date
    Dec 2007
    Posts
    32
    Thanks
    3
    Thanked 14 Times in 9 Posts

    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.

  10. #8
    My iPhone is a Part of Me zinjen's Avatar
    Join Date
    Sep 2007
    Location
    Scottsdale, AZ
    Posts
    889
    Thanks
    110
    Thanked 231 Times in 132 Posts

    Quote Originally Posted by dstein View Post
    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.
    That's funny cause I noticed that too. The only time I can see the lockscreen wallpaper applied is when I'm on a phone call or ending a call. This is very frustrating.. anyone find a fix?
    Don't forget to hit the thanks button if you liked what I said or did

  11. #9
    Green Apple
    Join Date
    May 2009
    Location
    UK
    Posts
    70
    Thanks
    13
    Thanked 5 Times in 4 Posts

    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.

  12. #10
    What's Jailbreak?
    Join Date
    Nov 2008
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post
    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

  13. #11
    Green Apple
    Join Date
    May 2009
    Location
    UK
    Posts
    70
    Thanks
    13
    Thanked 5 Times in 4 Posts

    I havent got "Lock Status" ?

    and would you find Notifier

    sorted thanks to this thread

    http://www.modmyi.com/forums/skinnin...ckgrounds.html
    Last edited by Neilvx; 06-28-2009 at 05:46 AM. Reason: Automerged Doublepost

  14. #12
    Green Apple
    Join Date
    Nov 2008
    Posts
    99
    Thanks
    1
    Thanked 38 Times in 24 Posts

    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;
    }

  15. #13
    What's Jailbreak?
    Join Date
    May 2008
    Posts
    22
    Thanks
    3
    Thanked 4 Times in 3 Posts

    Quote Originally Posted by toddtaylorr View Post
    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;
    }
    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.

  16. #14
    What's Jailbreak?
    Join Date
    Oct 2008
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    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 out
    Last edited by bigstar21; 07-09-2009 at 02:43 AM. Reason: issue solved

  17. #15
    What's Jailbreak?
    Join Date
    Jul 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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 ...

  18. #16
    Green Apple
    Join Date
    Sep 2009
    Posts
    76
    Thanks
    21
    Thanked 1 Time in 1 Post
    Has anybody found a real solution to this yet?

  19. #17
    What's Jailbreak?
    Join Date
    Nov 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts