Thread: LiveClock
-
01-31-2009, 04:47 PM #1
LiveClock
In LiveClock it says there is now Theme Support and Dark theme is included. What exactly does Theme Support do and is Dark Theme just literally another theme?
Only reason I don't feel like downloading this and deleting LiveTime is because I don't want to waste more memory on all these different things.
-
01-31-2009, 07:41 PM #2
Dark them is a black clock with black face, if you dont have the theme enabled then the clock looks the same as stock, but is the actual time. i have it and love it. same with live weather icon. super cool.
If what you have now does this already and you dont care about a dark face, then dont download it i guess
-
01-31-2009, 08:31 PM #3
Any thoughts on battery usage?
-
02-01-2009, 11:26 AM #4
haven't noticed any change in mine.
-
02-03-2009, 12:23 AM #5
This is an awesome app! I had widgets for a month calendar and week weather previously installed on my home screen, but the two processes killed the iphone's responsiveness. I haven't noticed a hit to performance using LiveClock.
-
02-03-2009, 12:37 AM #6
posted in error
Last edited by ericidle; 02-03-2009 at 10:48 AM.
Eric's iPhone 4 4.01 offically unlocked
-
02-03-2009, 10:42 AM #7
does anyone know how to make the face of liveclock dark transparent as I have changing pictures on sb background and want to be able to see the hands but not the face????
-
02-04-2009, 08:56 AM #8
Does anyone know how to change the color of the hands on the clock from White to maybe black or another, thanks all
------------------------------

iPhone 4
4.1 Firmware
-
02-04-2009, 06:36 PM #9
nm delete me
Last edited by Empyrials; 02-04-2009 at 06:41 PM.
-
03-31-2009, 03:40 PM #10
-
03-31-2009, 03:44 PM #11
Here it is, badmannie...You cant see it, but if you right click the left of the Attached Images window and save it, youll have it. Good luck. Hope this is what you were looking for.
Last edited by scottdog129; 03-31-2009 at 03:46 PM.
-
04-01-2009, 01:54 PM #12
Make LiveClock more like StockClock
To make LiveClock look more like the stock Clock app icon, replace the contents of /System/Library/CoreServices/SpringBoard.app/LiveClock.plist with the code below (make sure to backup it first!). If you are lazy, you may instead download the attached file and remove the .txt extension, then put it in place.
This .plist makes the axes of the hour and minute hands hollow rings, and the second hand's axis rotates free inside. For reference, check the Clock icon here. I know this mod is not quite there yet, but I think I'm close.Code:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>enabled</key> <true/> <key>update-interval</key> <real>1</real> <key>layout</key> <array> <dict> <key>type</key> <string>hand</string> <key>source</key> <string>hour</string> <key>color</key> <array> <real>0</real> <real>0</real> <real>0</real> <real>1</real> </array> <key>origin</key> <array> <real>28.5</real> <real>28.5</real> </array> <key>points</key> <array> <real>0</real> <real>-12</real> <real>2.6</real> <integer>0</integer> <real>-2.6</real> <integer>0</integer> </array> </dict> <dict> <key>type</key> <string>hand</string> <key>source</key> <string>minute</string> <key>color</key> <array> <real>0</real> <real>0</real> <real>0</real> <real>1</real> </array> <key>origin</key> <array> <real>28.5</real> <real>28.5</real> </array> <key>points</key> <array> <real>0</real> <real>-17</real> <real>2.6</real> <integer>0</integer> <real>-2.6</real> <real>0</real> </array> </dict> <dict> <key>type</key> <string>ellipse</string> <key>color</key> <array> <real>0.25</real> <real>0.25</real> <real>0.25</real> <real>1</real> </array> <key>rect</key> <array> <real>25.5</real> <real>25.5</real> <integer>6</integer> <integer>6</integer> </array> </dict> <dict> <key>type</key> <string>ellipse</string> <key>color</key> <array> <integer>1</integer> <integer>1</integer> <integer>1</integer> <integer>1</integer> </array> <key>rect</key> <array> <real>26.38</real> <real>26.38</real> <real>4.25</real> <real>4.25</real> </array> </dict> <dict> <key>type</key> <string>ellipse</string> <key>color</key> <array> <real>1</real> <real>0</real> <real>0</real> <real>1</real> </array> <key>rect</key> <array> <real>27.25</real> <real>27.25</real> <real>2.5</real> <real>2.5</real> </array> </dict> <dict> <key>type</key> <string>hand</string> <key>source</key> <string>second</string> <key>color</key> <array> <real>1</real> <real>0</real> <real>0</real> <real>1</real> </array> <key>origin</key> <array> <real>28.5</real> <real>28.5</real> </array> <key>points</key> <array> <real>-0.5</real> <real>-22</real> <real>0.5</real> <real>-22</real> <real>0.5</real> <real>0</real> <real>-0.5</real> <real>0</real> </array> </dict> </array> </dict> </plist>
What do you think?
(Please note that I can take no responsibility if your beloved iPhone/iPod doesn't like the mod; I can, however, assure it works for me.)
-
The Following User Says Thank You to Callae For This Useful Post:
elr0y7 (04-15-2009)



LinkBack URL
About LinkBacks
Reply With Quote
