+ Reply
Results 1 to 12 of 12

Thread: LiveClock

  1. #1
    iPhone? More like MyPhone
    Join Date
    Oct 2008
    Posts
    262
    Thanks
    30
    Thanked 21 Times in 20 Posts

    Default 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.

  2. #2
    iPhoneaholic D to the M's Avatar
    Join Date
    Jun 2008
    Posts
    392
    Thanks
    22
    Thanked 10 Times in 10 Posts

    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

  3. #3
    What's Jailbreak?
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    3
    Thanked 1 Time in 1 Post
    Any thoughts on battery usage?

  4. #4
    iPhoneaholic D to the M's Avatar
    Join Date
    Jun 2008
    Posts
    392
    Thanks
    22
    Thanked 10 Times in 10 Posts

    haven't noticed any change in mine.

  5. #5
    Green Apple
    Join Date
    Jul 2007
    Posts
    63
    Thanks
    3
    Thanked 3 Times in 3 Posts

    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.

  6. #6
    iPhoneaholic ericidle's Avatar
    Join Date
    Oct 2007
    Location
    Scotland
    Posts
    404
    Thanks
    103
    Thanked 82 Times in 64 Posts

    posted in error
    Last edited by ericidle; 02-03-2009 at 10:48 AM.
    Eric's iPhone 4 4.01 offically unlocked

  7. #7
    Green Apple badmannie's Avatar
    Join Date
    Aug 2008
    Location
    England
    Posts
    43
    Thanks
    3
    Thanked 0 Times in 0 Posts

    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????

  8. #8
    My iPhone is a Part of Me
    Join Date
    Oct 2007
    Posts
    757
    Thanks
    17
    Thanked 55 Times in 41 Posts

    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

  9. #9
    Green Apple
    Join Date
    Jan 2009
    Posts
    60
    Thanks
    4
    Thanked 1 Time in 1 Post
    nm delete me
    Last edited by Empyrials; 02-04-2009 at 06:41 PM.

  10. #10
    Green Apple scottdog129's Avatar
    Join Date
    Feb 2009
    Posts
    41
    Thanks
    1
    Thanked 3 Times in 1 Post
    Quote Originally Posted by badmannie View Post
    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????
    Just create a transparent icon and name it LiveClock.png and replace the one that is in your LiveClock theme. Should do the trick.

  11. #11
    Green Apple scottdog129's Avatar
    Join Date
    Feb 2009
    Posts
    41
    Thanks
    1
    Thanked 3 Times in 1 Post
    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.
    Attached Images Attached Images  
    Last edited by scottdog129; 03-31-2009 at 03:46 PM.

  12. #12
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    11
    Thanks
    4
    Thanked 3 Times in 3 Posts

    Lightbulb 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.

    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>
    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.

    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.)
    Attached Files Attached Files

  13. The Following User Says Thank You to Callae For This Useful Post:

    elr0y7 (04-15-2009)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts