Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Its really nice work and theme is awsome; just have a quick question: is there a way to still choose your background image for lock screen from settings instead of using Background.png file from private folder? like modifying html file to choose what wallpaper from settings?

iOS is not that friendly with these types of themes, so you'll have to SSH a replacement into the /private/Background.png spot.
 
Thanks very much mschindelh for this awesome mod :) Also thanks to gripzel for the 24-hour version.
This is mine, I'm sure there are quite a few exactly the same :p
This thoroughly deserves to be in Cydia as well.
 

Attachments

  • IMG_0005.PNG
    IMG_0005.PNG
    200.8 KB · Views: 134
Lol, thanx for the hurry up!

Right, as requested here are the top versions of the various versions available for this great lockscreen.

http://dl.dropbox.com/u/10270782/LockMS - 12HR TOP.zip

@n7plus1 - the bottom versions are all available on the original post on the first page

@nfl46 - change the name of the picture that you would like to Background.png exactly and then ssh it into the private folder (it should ask you if you want to overwrite it). Better yet, copy it into the private folder before you ssh it via WinSCP/Cyberduck. There's no need to change anything in the Lockbackground.html file.

lol...thanks man.;)
 
iOS is not that friendly with these types of themes, so you'll have to SSH a replacement into the /private/Background.png spot.

My concern with this is that replacing background.png makes the background regular size, not for the retina screen. Anyone know how to fix that?

edit: I think that was fixed already actually, never mind then.
Loving the lockscreen, thanks everyone :)
 
iOS is not that friendly with these types of themes, so you'll have to SSH a replacement into the /private/Background.png spot.

i was thinking that if there is a way in html code that we define the location for lockscreen background, will it not display it? i tried but it didnt work for me; may be i am not using the right location path.
 
I dont know if its just me but using the LockMS Top theme and lockinfo on the bottom with lockinfo set as low as it can go the date still kinda got cut off by the header for lockinfo.

to correct this I changed the spacing for the date from 152px to 145px and now it fits pefectly

imagevq.jpg
Excuse me for my ignorance, but how and where do I edit the spacing for the date?
 
The HTML file has spacing spec that you can edit. It's somewhere in this thread or the other one (the development thread).
 
Teaser. Did a lot of customization, removed lots of images and replace it with text so it loads faster and editable with css. Now im trying to get the lockinfo working SMS,Call,Mail.

Thanks mschindelh for sharing the Lockscreen

 
Teaser. Did a lot of customization, removed lots of images and replace it with text so it loads faster and editable with css. Now im trying to get the lockinfo working SMS,Call,Mail.

Thanks mschindelh for sharing the Lockscreen


Weeman are you trying to code it as a lockinfo Plugin? or will still required winterboard?
 
This thing moves fast. I like it.

Don't bevel the icons though. imo, that doesn't look as nice since the rest of the characters are flat.
 
#1 If you're having trouble moving the actual location of LockInfo, then you need to make sure that you've gone into Settings>LockInfo>Lockscreen>Layout, and drag the position slider all the way to the right.

#2 I've had some trouble with creating a tap to unlock, and then using LockInfo's 'Hide Lock Slider' option, because it always reverts it back to an invisible slide to unlock slider. If you're looking to use my theme and have an invisible TTU, then I created this for ya, which should be all set to go, no other themes required: Download Here: LockMS-InvisiTTU.theme.zip

Let me know if that helps!

OP,

Thanks again for all the work. I am using your latest code from post#172 and your info is on the top now but I can't make it to tap to unlock and no LockInfo, no matter what I try, slide to different end, respring, reboot. thank aTgain for the sharing!!!
 
You can play around with lines 21-30 in LockBackground.html...that is the table which defines the height/width of each element that makes up the displayed time.

For example, try replacing those lines with this, and see how you like it:
HTML:
<table style="position: absolute; top: -420px; left: -10px; width: 320px; height: 461px;" cellspacing="" cellpadding="" align="center">
<td height="40" border="0">
<img src="Private/dg8.gif" name="hr1" width="70" height="105" heigth="69"><img 
src="Private/dgb.gif" name="b1" width="2" heigth="69"><img 
src="Private/8.png" name="hr2" width="70" height="105" heigth="69"><img 
src="Private/dgc.gif" name="c" width="30" height="85" heigth="69"><img 
src="Private/8.png" name="mn1" width="70" height="105" heigth="69"><img 
src="Private/dgb.gif" name="b2" width="2" heigth="69"><img 
src="Private/8.png" name="mn2" width="70" height="105" heigth="69"></td>
</table>

I've replaced mine with the lines above and my Day is still getting cutoff. Can anyone tell me what line I need to change to keep it from being cutoff? The more I randomly plug numbers the more I mess it up. I have a 3GS if that matters.
IMG]
e984e37c.jpg
[/IMG]
 
Firstly, big thanks to mschindelh for posting this in the first place, and I hope you don't mind me posting the following changes as some have requested.

I've attached both the top invisible tap to unlock and the top version (with slider) with 24hr clocks as requested by a few people.

I've also attached a LockBackground.html file which will fit the time and the day onto the screen if anyone wants to use that as well.

@Ryan1524 and enklined: thanks for those pics, gona update mine now, but i agree the faded does look slightly better

Link: http://dl.dropbox.com/u/10270782/LockMS - 24HR TOP.zip

Wow, thank you so much for that link. All the files I wanted were in there! Appreciate your hard work man
 
Weeman are you trying to code it as a lockinfo Plugin? or will still required winterboard?

winterboard. But I decided it would be a lot of work for me and im a noob when it come to javascript, to have custom bubble notification next to the either call,sms or mailon the lockscreen. instead I removed it and made the all the bevel bars flat. Maybe the creator or someone else can implement something like that.

 
here you go!

I've replaced mine with the lines above and my Day is still getting cutoff. Can anyone tell me what line I need to change to keep it from being cutoff? The more I randomly plug numbers the more I mess it up. I have a 3GS if that matters.
IMG]
e984e37c.jpg
[/IMG]

Line 118 helps fit the Day in

Edited from 220 to 205

document.write("<img width=205 src='" + arday[day] + "'>");
 
I've replaced mine with the lines above and my Day is still getting cutoff. Can anyone tell me what line I need to change to keep it from being cutoff? The more I randomly plug numbers the more I mess it up. I have a 3GS if that matters.
IMG]
e984e37c.jpg
[/IMG]

The code you quoted is used to adjust the size of the time, to prevent the bleeding off the screen effect. Those of you wanting to change the day so that it is shorter can look near line 118 of the LockBackground.html file and change the width to something smaller. This will proportionally shrink the day name.

i.e. changing it to 205 should be good, thanks to everyone who discovered the proper value
HTML:
document.write("<img width=205 src='" + arday[day] + "'>");
 
Does anyone know why I am still getting the default slider? Looks ugly compared to everyone elses.
 
Hey I have mine sized in another folder just how I want it. What are the certain files i swap from your 12 hour top one to mine? I just want mine to change from 24hr to 12 hr. Thx!

You'll need to edit the time data in the Lockbackground.html file.

In the html file, scroll to line 50: function dotime(){, Then highlight until line 65 which reads dotime(); and replace with the following code:

function dotime(){
theTime=setTimeout('dotime()',1000);
d = new Date();
hr = d.getHours()+100;
mn = d.getMinutes()+100;
se = d.getSeconds()+100;
tot=''+hr+mn+se;

document.c.src = 'Private/AM.png';
document.hr1.src = 'Private/'+tot.substring(1,2)+'.png';
document.hr2.src = 'Private/'+tot.substring(2,3)+'.png';
document.mn1.src = 'Private/'+tot.substring(4,5)+'.png';
document.mn2.src = 'Private/'+tot.substring(5,6)+'.png';
}

dotime();

You'll also need to change the AM.png in the private folder to one from the 24 packs otherwise it'll read AM all the time.


@sdmac

you'll need to change the value of that field in the Lockbackground.html file. Search for the following line: document.write("<img width=230 src='" + arday[day] + "'>"); and just change the width from 230 to whatever you wish (i use 205 personally)

Edit: beaten to it by the master!
 
has anyone noticed that with the lockinfo "no slider" that the slider on answer and turn off has the same slider with no text. how can i fix this?

i dont want the slider on the lockscreen, for that clean look. but i want the rest of the sliders to be factory.

please help.
 
has anyone noticed that with the lockinfo "no slider" that the slider on answer and turn off has the same slider with no text. how can i fix this?

i dont want the slider on the lockscreen, for that clean look. but i want the rest of the sliders to be factory.

please help.

Within my theme go into the Bundles>com.apple.TelephonyUI folder, and delete whichever of the following files that you would like reset to factory sliders:

bottombarknobgray@2x.png >> Slide to unlock
bottombarknobgreen@2x.png >> Slide to answer
bottombarknobred@2x.png >> Slide to power off

On top of that, to get the text back, you'll need to go into Bundles>com.apple.springboard>en.lproj and edit the SpringBoard.strings file. Find the <key></key> pair for the text you want to add back, and then right below it between <string></string> you can add whatever text you would like it to say again.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.