HOME | DD

Published: 2011-08-08 10:12:31 +0000 UTC; Views: 35766; Favourites: 91; Downloads: 7153
Redirect to original
Description
SpecialWhen script initiates for the firs time there is an "startup" animation (all circles are pointing up, then they will spin into a proper location), when your device is in standby (black screen) iOS puts the lockscreen to sleep, then when you wake your phone, clock animations will try to catch up with the time difference between the last time phone went a sleep and now, creating another pleasing spin animation (bigger difference = more spinning)
Oh and i should also mention that clock reacts to position changes
Info:
This skin was build on iPhone 4 running iOS 4.3.3
I always try to optimize both code and graphics for 3th gen and 4th gen devices
(but i cant guarantee if it will work on other devices/firmwares)
Requirements:
iOS 4.2+
Winterboard
Lockscreen Clock Hide (this package doesn't add any new icons, its settings is available through the system settings)
Changelog:
08.08.2011 - 0.1 - initial release
09.08.2011 - 0.1.1 - switched to "straight cut" circles (i think they are just little more appealing then the triangle cuts i used before) and slight changes to the update script
09.08.2011 - 0.1.2 - added an "24 hours" version / see the screenshot
10.08.2011 - 0.1.3 - added 0 in the beginning of numeric hours that are between 1-9
10.08.2011 - 0.1.4 - fixed hour circle turning more then 360deg and same 1-9 bug in minutes
12.08.2011 - 0.1.5 - bugfix
26.08.2011 - 0.1.9 - optimized the startup time and added some accelerometer fun
17.09.2011 - 0.2.0 - slider bugfix for ios 4.2.1 non retina devices
06.07.2012 - 0.2.1 - combo package (0.2.0 for iOS < 5.0), 0.2.1 for iOS 5.0 +...
Note:
Please note that there are some performance and rendering issues (present only from 5.0+), i tried to iron most of them out.. .but sadly its either good performance and glitchy graphics or other way around, so at the moment i can only recommend this lockscreen only if you have iphone4s or "greater" (until i can find a proper solution)
Happy skinning!
If you like my work and have any spare change to DONATE - Paypal
Related content
Comments: 61
Somangel [2013-03-20 03:53:01 +0000 UTC]
Hi! Really love your theme!
Just to check .. not sure if everybody else shares the same issue. On my IP5, the theme seems to activate the compass calibration feature continuously. I have the "arrow" appearing on my status bar indicating it being active all the time.. Is there a way to alter the theme so that it does not use compass calibration?
👍: 0 ⏩: 0
NikkoSuave [2013-02-17 03:24:08 +0000 UTC]
How do you change to the 12-hour format? Sorry, I'm new to editing script
👍: 0 ⏩: 0
jcoder5 [2013-02-15 15:01:52 +0000 UTC]
So, I was messing around with function.js to get mine to read month, date, year and so I changed the two lines the read "date + '.' + month + '.' + year" to "month + '.' + date + '.' + year" and that worked perfectly, the date now reads in the format I'm used to. Only problem is, now instead of displaying the time, it just says "AM".
Literally the only thing I was changed was the order of the words month and date. Any idea what would cause this to only show AM now? Or what I could do to fix it? Screen shot so you can see what I mean. [link]
Thanks!
👍: 0 ⏩: 0
aangair [2013-02-15 03:49:14 +0000 UTC]
I'm using an iPod touch 5th gen and at the bottom of the screen theres just a black rectangle behind the slider. Any fix for that?
👍: 0 ⏩: 1
Ckots In reply to aangair [2013-02-15 04:52:15 +0000 UTC]
For iPod 5 / iPhone 5 go into Iflie and go to var/stash/themes.#####/LS Circles. Open style.css with text viewer and look for #background and under it should be height 480px. Change that to 568px. Then save and respring ur device and ur done.
👍: 0 ⏩: 0
deezer89 [2013-02-08 22:19:29 +0000 UTC]
Hello, thanks for the awesome lock screen theme. I just have one question. Any idea why my notifications are no longer showing on the lock screen since I applied your theme? I hear a sound, and my phone vibrates, but no notification showing on the lock screen. Is it only my phone or is this a part of the tweak? Thanks!
👍: 0 ⏩: 0
eenocks [2013-02-02 19:00:41 +0000 UTC]
is it possible to change the opacity of the text? i tried altering the opacity value in style.css with no luck
👍: 0 ⏩: 0
Ashken18 [2012-11-18 22:50:37 +0000 UTC]
I logged in just to let you know that I love this lock screen and will be faving it. Very nice job.
👍: 0 ⏩: 0
Jack-Ogles [2012-10-11 01:07:41 +0000 UTC]
Question, it installed correctly but on the 12 hour on is it supposed to not show the time with numbers? I see that analog style and the "PM" in the center but no numbers. Just wondering.
👍: 0 ⏩: 1
BARRY101 [2012-09-15 12:17:27 +0000 UTC]
Is there any way to stop it from rotating with the orientation of my device?
Its a very cool feature but i find it unnecessary.
👍: 0 ⏩: 1
cTn In reply to BARRY101 [2012-09-17 10:32:56 +0000 UTC]
Hi, in the functions.js you can comment out line 113, this should stop the lockscreen from tilting
👍: 0 ⏩: 0
rahsen [2012-08-27 09:39:00 +0000 UTC]
Man, I'm loving it ! But I have a question.... there are two versions , one is 3D and the other 2D . So what's the difference between the two version. Awaiting your reply , Thanx and keep up the great work !
👍: 0 ⏩: 1
cTn In reply to rahsen [2012-08-27 14:55:09 +0000 UTC]
Hi, difference between the two is that 3D version uses GPU acceleration for animations and 2D uses CPU to animate, the "performance varied" between different devices, so i decided to include both version (where you can try on your own and see which version runs "smooth" on your device)
👍: 0 ⏩: 0
kevlon77 [2012-08-09 12:57:34 +0000 UTC]
Is there a way to change de day from english to french ? Can I edit something ?
thanks this Lockscreen!
👍: 0 ⏩: 1
cTn In reply to kevlon77 [2012-08-09 16:07:51 +0000 UTC]
open the functions.js file in text editor and translate the strings on line 121
👍: 0 ⏩: 0
cTn In reply to j9song [2012-07-18 19:09:58 +0000 UTC]
edit function.js on lines 48 and 110 (that goes for the 24h version)
👍: 0 ⏩: 1
jcoder5 In reply to cTn [2013-02-15 15:06:16 +0000 UTC]
Just so you know, works for the 12 hour too
👍: 0 ⏩: 0
proofrock [2012-05-30 02:38:41 +0000 UTC]
Beautiful theme. Simple, elegant and cerebral.
One quick question: would it be difficult to go in and change the date format from European (d/m/y) to U.S. (m/d/y)? No big deal.
Thanks so much for sharing.
👍: 0 ⏩: 0
krangor [2012-03-05 20:57:13 +0000 UTC]
Is there any way to get the 24 hour version to just use numbers 1-12? I have no use for military time. Otherwise it looks great!
👍: 0 ⏩: 1
krangor In reply to krangor [2012-03-05 21:35:36 +0000 UTC]
Nevermind, I was actually able to figure it out. Finally getting better at tweaking scripts!
👍: 0 ⏩: 2
cervello321 In reply to krangor [2012-05-31 04:46:22 +0000 UTC]
can you tell how i dont know how to tweak scripts. i did reorder to mdy though.
👍: 0 ⏩: 0
og7593 [2012-01-25 07:39:35 +0000 UTC]
I am on iOS 5.0.1 on the 4s jailbroken and everytime I use this lockscreen my iphone resprings itself when I launch the notification center. lockinfo still works when the phone is locked and use the notification center, but the nc does not work with this lockscreen. I tried to see what the issue was, but I could not figure out.
I hope you can fix this issue. Thanks in advance.
p.s. I also get the distorted screen when right before the lockscreen.
👍: 0 ⏩: 0
chadhugo213 [2012-01-17 21:03:44 +0000 UTC]
this is amazing!! beautifully done, but instead of the time, im getting AM, how can i change that ?
👍: 0 ⏩: 1
cTn In reply to chadhugo213 [2012-01-21 13:09:30 +0000 UTC]
there should be an AM and 24h version in the package :/
👍: 0 ⏩: 0
Ozwinski [2011-12-29 01:26:56 +0000 UTC]
This is immense. The only issue I have is that it's distorted for a split second before it pops up on the lockscreen. I don't know if it's always been like that or if it's because I'm on iOS 5.1 (jb) but other than that it's great. Good job.
👍: 0 ⏩: 1
cTn In reply to Ozwinski [2011-12-29 11:39:22 +0000 UTC]
i will be looking into the compatibility issues on ios 5.0.1 soon, i just seemed to notice a big performance slowdowns on homescreen when i installed the latest winterboard :/
👍: 0 ⏩: 0
JailbreakAwesomness [2011-11-23 16:33:37 +0000 UTC]
Hey if you dont mind telling us what is the slider called?
Because i also had problems with the slider and im on ios 5 please tell me the slider
👍: 0 ⏩: 1
cTn In reply to JailbreakAwesomness [2011-11-23 17:02:22 +0000 UTC]
this slider was build to go with this clock it has "no name"
👍: 0 ⏩: 1
JailbreakAwesomness In reply to cTn [2011-11-24 07:33:37 +0000 UTC]
oh okay thanks i hope it will work with ios 5 soon!
👍: 0 ⏩: 1
cTn In reply to JailbreakAwesomness [2011-12-06 16:17:08 +0000 UTC]
yeah, i am planning to give it a revision when a proper jb lands
👍: 0 ⏩: 0
skysunshine [2011-11-09 16:09:19 +0000 UTC]
Amazing LS, great work!
P/s: I'm wondering about why it takes about 1-2 seconds to startup lockscreen . Thanks btw
!
👍: 0 ⏩: 1
cTn In reply to skysunshine [2011-11-12 19:18:23 +0000 UTC]
As far i know, its caused by the quite big background image (around 1mb if i am correct) and lately i just have no time to go over the script and optimize it (because of the tethered jailbreak)
👍: 0 ⏩: 0
cTn In reply to cameronbaney [2011-10-30 14:54:39 +0000 UTC]
its the part of the package (it wasn't released separately)
👍: 0 ⏩: 0
cameronbaney In reply to cameronbaney [2011-10-28 20:37:59 +0000 UTC]
Looking at the files, I see that the slider is in there, but it's just not working. Must be a problem with iOS5 at the moment
👍: 0 ⏩: 0
Alpipi [2011-09-30 09:00:34 +0000 UTC]
amazing lockscreen thanks for share. I want to ask How can I move the whole circles and the time-clock-date part 20px upper? Cause I am using it with a different slider and its not thin like that. Thanks
👍: 0 ⏩: 1
cTn In reply to Alpipi [2011-09-30 11:46:39 +0000 UTC]
you can just change the
#main-wrapper {
width: 320px;
height: 320px;
top: 60px;
-webkit-transition: all 2s ease-in-out;
}
top value from 60px to 40px and it should work
👍: 0 ⏩: 1
Alpipi In reply to cTn [2011-10-06 17:56:33 +0000 UTC]
thank you very much I done it It's much better to my screen now.
👍: 0 ⏩: 0
newone757 [2011-09-25 01:59:33 +0000 UTC]
i think i need help. All mine says in the middle wheres its supposed to tell the time is "AM" or "PM". Needless to say I had to change it because I'm too tired at 6 in the morning to try and figure out what time it reads lol
👍: 0 ⏩: 1
newone757 In reply to newone757 [2011-09-25 02:00:51 +0000 UTC]
unless that is an intended function of the 12 hour clock
👍: 0 ⏩: 1
cTn In reply to newone757 [2011-09-25 15:27:35 +0000 UTC]
yes, that's the way how 12h version should work, in 24h version you see time like in current preview
👍: 0 ⏩: 1
newone757 In reply to cTn [2011-09-28 05:15:46 +0000 UTC]
Ahh, thanks. Will use the 24 hr one
👍: 0 ⏩: 0
hellnukes [2011-09-22 19:26:20 +0000 UTC]
I can't seem to get it working on a 4.2.1 3G...i just get a black screen when i activate it =S
👍: 0 ⏩: 1
| Next =>