+ Reply
Results 1 to 7 of 7
  1. #1
    iPhoneaholic
    Join Date
    Apr 2008
    Location
    CaLi
    Posts
    312
    Thanks
    23
    Thanked 23 Times in 21 Posts

    Default Clock and Keyboard question...

    First off i cant figure out how to get rid of the normal clock. If i install a clock widget will the normal clock go away? I dont want both.

    Second, where are the files for the keyboard..? I cant find them in winscp... I want to get rid of the highlight feature when hitting keys. Should eliminate the lag between hitting keys fast...

    Thanks!

  2. #2
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by Answer1o1 View Post
    First off i cant figure out how to get rid of the normal clock. If i install a clock widget will the normal clock go away? I dont want both.

    Second, where are the files for the keyboard..? I cant find them in winscp... I want to get rid of the highlight feature when hitting keys. Should eliminate the lag between hitting keys fast...

    Thanks!

    for your clock you can add an info.plist to you theme that makes the clock transparent

    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>TimeStyle</key>
    	<string> color: transparent</string>
    </dict>
    </plist>
    as for the keyboard files they are located in system/library/Frameworks/UIKit.framework
    Keyboard-Common.artwork
    Keyboard-Latin.artwork
    Keyboard-Emoji.artwork(for the icon expressions)

    but im not sure how to get rid of the highlight feature..i would think that is something in how the keyboard is made to work ...but maybe some one knows
    If I Helped You Hit The Thanks Button

  3. #3
    iPhone? More like MyPhone
    Join Date
    Nov 2008
    Posts
    117
    Thanks
    4
    Thanked 23 Times in 14 Posts

    I, too, would like to learn how to change that damn highlighting effect. Seems like it could potentially be a new image that appears, but I don't know. I am right now copying every single file and folder off my iphone to my computer so I can examine it without SSH.

  4. #4
    iPhoneaholic
    Join Date
    Apr 2008
    Location
    CaLi
    Posts
    312
    Thanks
    23
    Thanked 23 Times in 21 Posts

    Ill look for that clock info.plist.

    Let me know if you can get rid of that highlight Agent. I cant figure it out...

    i got the springboard clock .plist. Made it transparent...

    Now how do i get rid of the big clock on the LockScreen and use the normal one there instead? Anyone wanna share the .plist for that and how do it!

    Thanks!
    Last edited by Answer1o1; 12-09-2008 at 05:18 AM. Reason: Automerged Doublepost

  5. #5
    Green Apple
    Join Date
    Mar 2008
    Posts
    81
    Thanks
    1
    Thanked 12 Times in 8 Posts

    If you don't like the clock and don't want to mess with .plist you can download extended preferences for winterboard. It adds the option to change the default clock.

  6. #6
    iPhoneaholic
    Join Date
    Apr 2008
    Location
    CaLi
    Posts
    312
    Thanks
    23
    Thanked 23 Times in 21 Posts

    Yeah i got the .plist for that. I ment the Clock on the lockscreen.

    bump..
    Last edited by Answer1o1; 12-09-2008 at 10:12 PM. Reason: Automerged Doublepost

  7. #7
    What's Jailbreak?
    Join Date
    Feb 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: clock plist...

    Quote Originally Posted by Ice9812 View Post
    for your clock you can add an info.plist to you theme that makes the clock transparent

    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>TimeStyle</key>
    	<string> color: transparent</string>
    </dict>
    </plist>
    as for the keyboard files they are located in system/library/Frameworks/UIKit.framework
    Keyboard-Common.artwork
    Keyboard-Latin.artwork
    Keyboard-Emoji.artwork(for the icon expressions)

    but im not sure how to get rid of the highlight feature..i would think that is something in how the keyboard is made to work ...but maybe some one knows
    This is helpful, except, where to insert the transparent clock plist in the files, it would help to know the file path before entering the plist, last time it crashed...thanks

Posting Permissions

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