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 LightUpdated to work with 4.3Now 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
~mariesturgesRequires ClockHide from Cydia.
Oldest to NewestUpdate: 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
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.
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.
Btw, working in iOS 5, iPhone 3GS.
Just change 'bottombarknobgray.png' in 'Bundles/com.apple.TelephonyUI'
Thx.