deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
×

Shop Similar Prints

More from ~nrossow


×

31,408

150 98 10,445
Download ZIP download, 2.9 MB
Inspired for iPhone/iPod 3GS and iPhone 4

The light version is now available. It uses no date or time images and is infinitely more customizable. You can easily add you own language or change any of the colors.

Inspired Light


Updated to work with 4.3

Now with (true) retina support.
Comes with 2 styles - centered and right (shown).
Includes 24 hour format.
Hide or show hh:mm
Includes English and Spanish images
A hollow and cleaner-looking clock face
Ability to move the clock face up and down.
4.3 and older support
Supports DarkWeaver's JPEGifier (for changing wallpapers)

All configurable in configure.js (check this file before asking any questions)


Thanks to PunkRockTuba for his help with the character images.
Preview and included background is from 'Flare' by ~mariesturges

Requires ClockHide from Cydia.

Oldest to Newest
Update: Made configuration easier. Fixed retina issues. Added Spanish. New Lock button.
Update Again: Uploaded wrong file.
Update: Fixed configuration file. Fixed misspelling of diciembre.
Update: Multiple refinements
Update: Fixed small bug with center style
Update 5.9.11: Added 4.3 and JPEGifier support
Update 9.6.11: Added Light version

Details

Stats

Submitted on
November 7, 2010
File Size
2.9 MB
Views
31,408
Favourites
150 (who?)
Comments
98
Downloads
10,445
URL
Thumb
Embed
Only verified accounts can report policy violations. Please check your email and click on the verification link.
* Required field
Add a Comment:
 
love 1 1 joy 3 3 wow 0 0 mad 1 1 sad 2 2 fear 0 0 neutral 0 0
:iconymme1st:
~ymme1st Sep 24, 2012  Student Interface Designer
Hey can you teach me how to/ mod a version with the minute and hour pointer on the same circle :hmm: ?
Reply
:iconnrossow:
Yes I can, and it shouldn't be a difficult mod.

If you open the file 'clock.js' file you should find four variables named 'xMin', 'yMin', 'xHour', and 'yHour'. The minute variables begin with '112 * Math.(other stuff)' and the hour variables begin with '80 *Math.(other stuff)'. The numbers at the beginning are the radius of the pointer path. If all four number are the same, the dots will be on the same circle.
Reply
:iconymme1st:
~ymme1st Sep 25, 2012  Student Interface Designer
Err...1 more thing...how to make the hour pointer bigger ? I've tried to change the size of it but no luck :(
Reply
:iconnrossow:
Ah that one in the .html file. Look for the line that starts with <img id="hour". At the end of that line it says width=16. Change that to whatever you want.

When you do this, the alignment will be off. Back in the clock.js file look for:

document.hour.style.left = xHi + 152;
document.hour.style.top = yHi + 220;

The numbers at the end align the dot.
For the x-position, use (320 - pointer_width)/2. (Originally it was (320 - 16)/2 = 152)
For the y-position, use (456 - pointer_width)/2. (Originally it was (456 - 16)/2 = 220)

You will also need to change the radius values from the last post. Decrease their value by half of difference in pointer sizes. (If you change it to 20, subtract (20 - 16)/2 = 2)

Hopefully this helps, and sorry if I explained too much.
Reply
:iconymme1st:
~ymme1st Sep 26, 2012  Student Interface Designer
Wow !! This is ingenious coding I must say !! No you explained it really well :D I promise I will credit you if I make another phone shot :D
Reply
:iconabouthideo:
Hey, how can i change this slider?
Btw, working in iOS 5, iPhone 3GS.
Reply
:iconnrossow:
That's good to hear, no work for me.

Just change 'bottombarknobgray.png' in 'Bundles/com.apple.TelephonyUI'
Reply
:iconabouthideo:
A sorry, when i use ur theme(all theme too) never change my slider, tap to unlock too. Can you help me?

Thx.
Reply
:iconnrossow:
If I understand you, your slider is not themed? Make sure this theme is at the top of your WinterBoard themes list.
Reply
:iconbrandork96:
Will this work for iOS 4.3.5? (iPod Touch 4G)
Reply
Add a Comment: