-
09-17-2008, 01:33 PM #1
Server Lock Screen Example REVEALED!
Well so far no one has been interested in it but i have! =)
This is what ive found.
Winterboard has this
LockBackground.html
This is what is displayed when enabled.
So its a simple HTML Page
LockBackground.html (http://sidonuke.com/lock/lockbackground.html)
HTML Code:<html><head> </head><body style=" padding: 0; margin: 0; "> <div style=" height: 480px; width: 320px; "><iframe frameborder="0" width="320" height="480" src="http://cydia.saurik.com/lock/" ></iframe></div> </body></html>
http://cydia.saurik.com/lock/
Right now im investigating this and ill make a website for making your own messages without too much hassle. More to come in the future im still exploring this.HTML Code:<html><head> <meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/> <style> body { background-color: transparent; margin: 0; height: 480px; padding: 0; width: 320px; } body > div { height: 270px; position: absolute; top: 115px; width: 320px; } body > div { color: white; text-align: center; } </style> </head><body><div> This doesn't really do anything yet, but it /did/ get loaded off the server ;P. (Awesome, huh?) </div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5388184-1"); pageTracker._trackPageview(); </script> <</body></html>
Anyways if you want to edit the built in example goto
/Library/Themes/Server Lock Example.theme/LockBackground.html
Enjoy =)Last edited by Sidonuke; 09-17-2008 at 01:37 PM.
-
09-17-2008, 01:44 PM #2Livin the iPhone Life
- Join Date
- Sep 2008
- Location
- In a van down by the river
- Posts
- 4,831
- Thanks
- 551
- Thanked 515 Times in 427 Posts
And this does what? I have often wondered about it as I scroll past it in Winterboard.
-
09-17-2008, 01:47 PM #3
Ill have Iphone pix soon right now im inside a huge building with no interwebs for the phone.
-
09-17-2008, 03:01 PM #4
-
09-18-2008, 10:18 AM #5iPhone? More like MyPhone
- Join Date
- Jul 2008
- Location
- Yonkers, NY
- Posts
- 123
- Thanks
- 10
- Thanked 8 Times in 6 Posts
i try to make my own but it just shows the actual html code on the lock screen...
-
12-24-2008, 03:23 PM #6
I messed around with this a tad bit... Used a php random image script, linked the server lock example to it and bam - random wallpapers for the phone. pretty cool if you ask me...
-
11-09-2009, 06:16 AM #7
Can you post your example?
please.
-
11-09-2009, 08:37 AM #8Livin the iPhone Life
- Join Date
- Sep 2008
- Location
- In a van down by the river
- Posts
- 4,831
- Thanks
- 551
- Thanked 515 Times in 427 Posts
^his post was from a year ago so you probably won't get a reply.
-
The Following User Says Thank You to CaptainChaos For This Useful Post:
Frantyk (11-09-2009)
-
01-09-2010, 05:05 PM #9
Since I only have iPod Touch and may not be in WiFi area, I used server lock example to change my lock screen (before, just showed battery). I stored a photo in unused flash memory directory (/mobile/myidrive/myphotos/) and wrote html page that looks at this directory for photo.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Server Lockscreen </TITLE>
<META NAME="Generator" CONTENT="">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY bgcolor=#6600CC>
<IMG SRC="/mobile/myidrive/myphotos/myphoto.png" WIDTH="320" HEIGHT="480" BORDER="0" ALT="">
</BODY>
</HTML>
-
01-18-2010, 11:12 AM #10iPhone? More like MyPhone
- Join Date
- Aug 2009
- Location
- Texas
- Posts
- 240
- Thanks
- 40
- Thanked 6 Times in 6 Posts



LinkBack URL
About LinkBacks
Reply With Quote




