+ Reply
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 61 to 80 of 106

Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.


Thread: [WIP] Windows Phone 7 Inspired Lockscreen

is a discussion within the

iPhone 4|4S New Skins / Themes Launches

forums, a part of the

New Skins / Themes Launches

section;
Here's how to get your own wallpaper for this lockscreen. Get a wallpaper. Rename it "LockBackground.jpg" Go into LockBackground.HTML Search for "Get User's Background" You'll see "<img src="/var/mobile/etc... Etc..." Just
...
  1. #61
    Green Apple Defiied's Avatar
    Join Date
    Jan 2011
    Posts
    80
    Thanks
    39
    Thanked 27 Times in 13 Posts

    Here's how to get your own wallpaper for this lockscreen.
    Get a wallpaper.
    Rename it "LockBackground.jpg"
    Go into LockBackground.HTML
    Search for "Get User's Background"
    You'll see "<img src="/var/mobile/etc... Etc..."
    Just reroute that to your LockBackground.jpg
    I put mine in the lockscreen folder.
    Last edited by Defiied; 01-30-2011 at 09:20 AM. Reason: iPhone pressed post...

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

    abhishek_22 (01-30-2011), Mavs41413 (02-11-2011)

  3. #62
    What's Jailbreak?
    Join Date
    Jan 2011
    Posts
    22
    Thanks
    3
    Thanked 3 Times in 1 Post
    Quote Originally Posted by Defiied View Post
    Here's how to get your own wallpaper for this lockscreen.
    Get a wallpaper.
    Rename it "LockBackground.jpg"
    Go into LockBackground.HTML
    Search for "Get User's Background"
    You'll see "<img src="/var/mobile/etc... Etc..."
    Just reroute that to your LockBackground.jpg
    I put mine in the lockscreen folder.
    Thanks

  4. #63
    What's Jailbreak?
    Join Date
    Jan 2011
    Posts
    22
    Thanks
    3
    Thanked 3 Times in 1 Post
    Quote Originally Posted by ArtilIery View Post
    To fix the date overlapping issues:
    - Open/edit the 'LockBackground.html' file in text edit.
    - Just near the top you'll see a section called: /* CLOCK */
    - In this section there is a section called : #month
    - Edit the line starting with 'left:30px;'
    - Change the 30px to 55px.

    To change the time to AM/PM:
    - Open/edit the 'LockBackground.html' file in text edit.
    - Control F (search) for: Pad the minutes. Note: If you don't search, scroll down 3/4 and look for: // Pad the minutes and seconds...

    - Copy and paste the following under that section and above the: // Compose the string for display...
    ---------------------------------------------------------
    COPY THE CODE BELOW THIS LINE
    ---------------------------------------------------------
    // Choose either "AM" or "PM" as appropriate
    var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";

    // Convert the hours component to 12-hour format if needed
    currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

    // Convert an hours component of "0" to "12"
    currentHours = ( currentHours == 0 ) ? 12 : currentHours;
    ---------------------------------------------------------
    COPY THE CODE ABOVE THIS LINE
    ---------------------------------------------------------

    Enjoy!

    Also the date issue is either due to the coding of the date OR using this lockscreen theme on iPhone 4.

    I'm running it on an iPhone 4 - iOS 4.1
    How to set AM/PM after current time? After past above code time is showing in correct format but without AP/PM icon

    I'm running it on an iPhone 4 - iOS 4.2.1

  5. #64
    Moderator Nicholas Knight's Avatar
    Join Date
    Dec 2007
    Location
    Virginia Beach, Va
    Posts
    1,243
    Thanks
    79
    Thanked 310 Times in 170 Posts

    Any way to make it so you can actually select the icons? Would make this a lot better.

  6. #65
    What's Jailbreak?
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I got the same problem. It seems like a lot of themes I get from modmyi do not work on this new jailbreak.

    I would really like this lockscreen but it does not work.

  7. #66
    iPhone? More like MyPhone
    Join Date
    Feb 2011
    Posts
    205
    Thanks
    55
    Thanked 20 Times in 19 Posts

    im on iphone 4.2.1 and installed it but my background is just black with a white/grey border with a question mark in the middle....

  8. #67
    What's Jailbreak? Hydrolysis's Avatar
    Join Date
    Jan 2011
    Location
    Auburn, AL
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I tried installing it on 4.2.1 and all that showed up was the default bubbles wallpaper and the 'slide to unlock' with no clock showing up (either default or the one shown on the OPs image)

  9. #68
    Green Apple
    Join Date
    Jan 2011
    Posts
    85
    Thanks
    29
    Thanked 4 Times in 4 Posts

    hey guys
    4.21 jb greenpois0n 3gs,

    i've got black wallpaper with a question mark as well
    and white borderlines

    i've put my wallpaper renamed , in /Library/themes/WP7 Lockscreen - core2go.theme/LockBackground.jpg
    is it correct starting with /library?
    and how am i suppose to arrange the winterboard?
    i put user wallpaper then wp7 lockscreen both enabled
    still same result

  10. #69
    What's Jailbreak?
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by kakuta View Post
    hey guys
    4.21 jb greenpois0n 3gs,

    i've got black wallpaper with a question mark as well
    and white borderlines

    i've put my wallpaper renamed , in /Library/themes/WP7 Lockscreen - core2go.theme/LockBackground.jpg
    is it correct starting with /library?
    and how am i suppose to arrange the winterboard?
    i put user wallpaper then wp7 lockscreen both enabled
    still same result
    You have to edit the html (LockBackground.html) as well.

    Change
    <img src="/User/Library/SpringBoard/LockBackground.jpg" width="320" height="480">
    to
    <img src="LockBackground.jpg" width="320" height="480">

    Adjust width & height to suit your background.

  11. #70
    Green Apple
    Join Date
    Jan 2011
    Posts
    85
    Thanks
    29
    Thanked 4 Times in 4 Posts

    I edited as well
    Isn't it suppose to be the directory of the image? Or just lockbackground jpg will do?
    The 320x480 is correct already for 3GS isn't it?

    i've finally got it!
    arrange the user wallpaper theme above wp7 lockscreen but only tick the wp7 theme.
    put your wallpaper in the user wallpaper theme folder
    anyway ,is it possible to change my lockscreen bar font colors to black?
    http://www.facebook.com/l.php?u=http...F2xyt8&h=9276b
    here's mine
    anyway ,is it possible to change my lockscreen bar font colors to black?
    my 11 seems to overlap February,and er is it possible to change the font size of the Time date and all?
    alsoooo, is it that the msg and phone icon only appears when there's a miss call / msg? if not it wouldn't even appear?
    Last edited by kakuta; 02-11-2011 at 07:42 AM. Reason: Automerged Doublepost

  12. #71
    What's Jailbreak?
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by kakuta View Post
    I edited as well
    Isn't it suppose to be the directory of the image? Or just lockbackground jpg will do?
    The 320x480 is correct already for 3GS isn't it?

    i've finally got it!
    arrange the user wallpaper theme above wp7 lockscreen but only tick the wp7 theme.
    put your wallpaper in the user wallpaper theme folder
    anyway ,is it possible to change my lockscreen bar font colors to black?
    http://www.facebook.com/l.php?u=http...F2xyt8&h=9276b
    here's mine
    anyway ,is it possible to change my lockscreen bar font colors to black?
    my 11 seems to overlap February,and er is it possible to change the font size of the Time date and all?
    alsoooo, is it that the msg and phone icon only appears when there's a miss call / msg? if not it wouldn't even appear?
    Yeah, since both LockBackground.jpg and LockBackground.html are in the same directory, we can have src refer to the background with just "LockBackground.jpg".

    ArtilIery posted a fix for the overlap problem;
    In the html css, below "#month", change "left: 30px;" to "left: 55px;".

    Heres mine:
    http://dl.dropbox.com/u/18999521/Pho...%2050%20PM.jpg
    Looks alot sharper on the phone lol.

  13. #72
    Green Apple
    Join Date
    Jan 2011
    Posts
    85
    Thanks
    29
    Thanked 4 Times in 4 Posts

    Haha yea definitely, my maxis..fellow
    Malaysian? ;D
    Why's there a arrow for u to slide anyway on yours?

  14. #73
    What's Jailbreak?
    Join Date
    Jul 2008
    Posts
    2
    Thanks
    5
    Thanked 1 Time in 1 Post
    this got it solved for me.. it was a simple namming problem..
    under /User/Library/SpringBoard/LockBackground.jpg the file is not named lockbackground.jpg it was "LockBackgroundThumbnail"
    so i just changed it to
    /User/Library/SpringBoard/LockBackgroundThumbnail.jpg
    n it worked!!..

  15. #74
    iPhone? More like MyPhone rokindeez's Avatar
    Join Date
    May 2010
    Posts
    271
    Thanks
    16
    Thanked 68 Times in 43 Posts

    So i have a iphone 4 and i have this problem where the background i set is blurry like the thing cropped it and i dont know how to fix it and the move to unlock page is made huge. could someone help me with is? The picture i uploaded looks normal but looks really bad on retina screen
    Attached Thumbnails Attached Thumbnails [WIP] Windows Phone 7 Inspired Lockscreen-img_5931-1-.png   [WIP] Windows Phone 7 Inspired Lockscreen-img_5932-1-.png  
    Last edited by rokindeez; 02-20-2011 at 09:35 PM.

  16. #75
    What's Jailbreak?
    Join Date
    Feb 2011
    Posts
    22
    Thanks
    0
    Thanked 1 Time in 1 Post
    i have the same problem, it turns out blurry when i set the wallpaper on the lockscreen

  17. #76
    iPhoneaholic x2dope's Avatar
    Join Date
    Apr 2009
    Location
    Louisiana
    Posts
    448
    Thanks
    134
    Thanked 347 Times in 148 Posts

    just wanted to say I downloaded this today, made the lockbackground and am/pm changes and LOVE it! Like I said before STUPID CLEAN!

  18. #77
    Green Apple
    Join Date
    Jan 2011
    Posts
    85
    Thanks
    29
    Thanked 4 Times in 4 Posts

    TS, i need help with the notification, there's isnt any SMS/PHONE/CALENDER/App Notification pop-ups under the date and month

    i tried testing miss calling and sms already,but its still not there
    is there something i have to set in lockinfo or what to get the things out?

  19. #78
    iPhone? More like MyPhone
    Join Date
    Jan 2010
    Posts
    294
    Thanks
    162
    Thanked 33 Times in 25 Posts

    I downloaded this and installed the folder into winterboard. Im getting the same thing the black back round with a question mark. Do I install all the contens of the lockscreen folder or just the theme? where do I install the wallpapers to?

    Awesome lock screen.

  20. #79
    What's Jailbreak?
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by Defiied View Post
    Here's how to get your own wallpaper for this lockscreen.
    Get a wallpaper.
    Rename it "LockBackground.jpg"
    Go into LockBackground.HTML
    Search for "Get User's Background"
    You'll see "<img src="/var/mobile/etc... Etc..."
    Just reroute that to your LockBackground.jpg
    I put mine in the lockscreen folder.
    uh can u explain this in newbie terms?

    I'd really love to have this lock screen working

  21. #80
    What's Jailbreak?
    Join Date
    Mar 2011
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    THANKS alot!!!!
    can you show me how to make the look like bold letter somewhat like this picture?


    AND


    how can remove the arrow at the bottom
    Last edited by KennyVisag; 03-30-2011 at 10:35 AM.

+ Reply
Page 4 of 6 FirstFirst ... 23456 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts