+ Reply
Results 1 to 3 of 3
  1. #1
    What's Jailbreak?
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Typophone 4 Weather problems iOS 4.3.1

    Hi, i have the problem that i can not set a custom-image as wallpaper for Typophone 4 Weather with iOS 4.3.1.
    With 4.2.1 everything was fine.

    I have the "LockBackground.png" and "LockBackground.jpg" file in the T4W-mainfolder, like in 4.2.1, but i always get a black wallpaper?

    Could someone please help me with my problem?

    Best regards
    Hubert from Germany

  2. #2
    What's Jailbreak?
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hmm, having this issue with 4.2.1 also. Not sure about 4.3.1 . I've just fallen back to making some spiffy gradients.

    /* Top */
    #timeWrap { background: -webkit-gradient(radial, center 280, 0, center 290, 460, from(#1a82f7), to(#2F2727)); }

    /* Bottom */
    #background { background: -webkit-gradient(radial, center 280, 0, center 270, 460, from(#1a82f7), to(#0A0113));}


    .blueTop { background: -webkit-gradient(radial, center 280, 0, center 290, 460, from(#1a82f7), to(#2F2727)); }

    .blueBot { background: -webkit-gradient(radial, center 280, 0, center 270, 460, from(#1a82f7), to(#0A0113)); }

    .redTop { background: -webkit-gradient(radial, center 280, 0, center 290, 460, from(#FF1212), to(#940000)); }

    .redBot { background: -webkit-gradient(radial, center 280, 0, center 270, 460, from(#ED0000), to(#CC3939)); }

    .greenTop { background: -webkit-gradient(radial, center 280, 0, center 290, 460, from(#2BBB50), to(#124231)); }

    .greenBot { background: -webkit-gradient(radial, center 280, 0, center 270, 460, from(#2BBB50), to(#195C22)); }

    .silverTop { background: -webkit-gradient(radial, center 280, 0, center 290, 460, from(#A8A8A8), to(#858585)); }

    .silverBot { background: -webkit-gradient(radial, center 280, 0, center 270, 460, from(#CCCCCC), to(#363636)); }
    Just place the perspective color into custom.css, replacing ".xxxTop" with "#timeWrap" and ".xxxBot" with "#background". You could try CSS'ing that up and replacing my gradients with a picture, but I think that might not look so great. Sorry if that didn't exactly answer your question, but I did offer an alternative.


    --KAN

  3. #3
    What's Jailbreak?
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thank you,

    but now i fixed the problem!

    I renamed "LockBackground.PNG" to "LockBackground.png" and now the wallpaper is set how it should be, so the file-extension has to be written in small letters.

Posting Permissions

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