You are not logged in.
#2 Oct 21, 2008 4:26 am
- netuser

- Member
- From: Paris - France
- Joined: Aug 7, 2008
Re: Remove Lockscreen Date and Time
Quating the message of Rocky posted in his widget thread he was able to remove it by editing plist file :
Rocky5 wrote:
You can remove the date but it requires modifying system files and as we cant do it through Winterboard ( Pitty )
to do it you need to edit a plist file iam Scottish so it will be the UK.plist i will need to edit.
Root of the device
/System/Library/Frameworks/UIKit.framework/DateFormats/uk.plist
it looks like this inside the plist for no date you want to put 1 space like so.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>UIWeekdayNoYearDateFormat</key> <string> </string> </dict> </plist>
Offline
#3 Oct 21, 2008 5:15 am
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
i did not know this could be done!!!!
PLEASE PLEASE PLEASE say this can be done for the time as well!
Offline
#4 Oct 21, 2008 5:17 am
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
sorry for the double post!
i am also in the UK, please can you host that file?
all i get is 'bplist00�_UIWeekdayNoYearDateFormat[EEEE, d MMM''
i have just tried making a new file with the body of text given above and it is still there.
Last edited by matthewrotherham (Oct 21, 2008 5:35 am)
Offline
#5 Oct 21, 2008 5:40 am
- netuser

- Member
- From: Paris - France
- Joined: Aug 7, 2008
Re: Remove Lockscreen Date and Time
matthewrotherham wrote:
i did not know this could be done!!!!
PLEASE PLEASE PLEASE say this can be done for the time as well!
For time you just have to upload the empty font for clock available all over the forum and it will disapear
Offline
#6 Oct 21, 2008 10:55 am
Re: Remove Lockscreen Date and Time
netuser wrote:
matthewrotherham wrote:
i did not know this could be done!!!!
PLEASE PLEASE PLEASE say this can be done for the time as well!For time you just have to upload the empty font for clock available all over the forum and it will disapear
Use that empty clock font at your own risk I tried it with a complete failure matter of fact my phone had rebooted itself into safe mode I would make a backup before you try this
Offline
#7 Oct 21, 2008 11:11 am
Re: Remove Lockscreen Date and Time
netuser wrote:
Quating the message of Rocky posted in his widget thread he was able to remove it by editing plist file :
Rocky5 wrote:
You can remove the date but it requires modifying system files and as we cant do it through Winterboard ( Pitty )
to do it you need to edit a plist file iam Scottish so it will be the UK.plist i will need to edit.
Root of the device
/System/Library/Frameworks/UIKit.framework/DateFormats/uk.plist
it looks like this inside the plist for no date you want to put 1 space like so.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>UIWeekdayNoYearDateFormat</key> <string> </string> </dict> </plist>
my plist looked nothing like this
Offline
#8 Oct 21, 2008 1:23 pm
- Zack Schiller
- Member
- Joined: Mar 28, 2006
Re: Remove Lockscreen Date and Time
grimlock1 wrote:
netuser wrote:
Quating the message of Rocky posted in his widget thread he was able to remove it by editing plist file :
Rocky5 wrote:
You can remove the date but it requires modifying system files and as we cant do it through Winterboard ( Pitty )
to do it you need to edit a plist file iam Scottish so it will be the UK.plist i will need to edit.
Root of the device
/System/Library/Frameworks/UIKit.framework/DateFormats/uk.plist
it looks like this inside the plist for no date you want to put 1 space like so.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>UIWeekdayNoYearDateFormat</key> <string> </string> </dict> </plist>my plist looked nothing like this
Probably because it's in the binary format, you need to convert it using plutil or open it up with Property List Editor (part of the developer tools on your Leopard DVD).
To convert it with plutil, enter the following command into Terminal (Applications/Utilities/Terminal.app):
Code:
plutil - convert xml
Then just drag the plist onto the terminal window and hit enter.
What do you do for US english? ![]()
Last edited by Nuclear Potato (Oct 21, 2008 1:29 pm)
Offline
#9 Oct 21, 2008 4:19 pm
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
i know. the font file caused a respring loop with me... sigh.
i need it fixed!
Offline
#10 Oct 21, 2008 11:54 pm
Re: Remove Lockscreen Date and Time
Nuclear Potato wrote:
grimlock1 wrote:
netuser wrote:
Quating the message of Rocky posted in his widget thread he was able to remove it by editing plist file :
my plist looked nothing like this
Probably because it's in the binary format, you need to convert it using plutil or open it up with Property List Editor (part of the developer tools on your Leopard DVD).
To convert it with plutil, enter the following command into Terminal (Applications/Utilities/Terminal.app):Code:
plutil - convert xmlThen just drag the plist onto the terminal window and hit enter.
What do you do for US english?
English PC
Offline
#11 Oct 22, 2008 12:31 pm
Re: Remove Lockscreen Date and Time
Well I got a Pledit working so I can view the files but I changed the uk plist date file and when I booted my phone back up nothing happened so I am still looking for a way to remove the date and time
Offline
#12 Oct 22, 2008 12:45 pm
Re: Remove Lockscreen Date and Time
grimlock1 wrote:
Well I got a Pledit working so I can view the files but I changed the uk plist date file and when I booted my phone back up nothing happened so I am still looking for a way to remove the date and time
I emailed Saurik and here is the response
Those are not files, they are drawn via code. Eventually (but not yet) WinterBoard will have a feature that lets you change the style of these text items (including making them draw transparent or something similar). -J
Last edited by grimlock1 (Oct 22, 2008 2:50 pm)
Offline
#13 Oct 22, 2008 3:11 pm
- netuser

- Member
- From: Paris - France
- Joined: Aug 7, 2008
Re: Remove Lockscreen Date and Time
Same here just did the Test and that plist hack dont help
the date still their .
So anyone have idea how to get rid of this damn date ![]()
Offline
#14 Oct 22, 2008 9:23 pm
- imlboy
- Member
- Joined: Aug 7, 2008
Re: Remove Lockscreen Date and Time
alright, i know the LockClock font you guys downloaded is not working and it causes continuously respring. So I had a search and here is the work lockclock font. And the plist to hide the date is included as well. ![]()
P.S: backup those files first and then copy 'em to the exact folder.
Credit to alwin for the work font and Rokcy5 for the plist ![]()
http://www.fileden.com/files/2006/9/29/ … _clock.zip
Last edited by imlboy (Oct 22, 2008 9:27 pm)
Offline
#15 Oct 23, 2008 1:53 am
Re: Remove Lockscreen Date and Time
imlboy wrote:
alright, i know the LockClock font you guys downloaded is not working and it causes continuously respring. So I had a search and here is the work lockclock font. And the plist to hide the date is included as well.
P.S: backup those files first and then copy 'em to the exact folder.
Credit to alwin for the work font and Rokcy5 for the plist
http://www.fileden.com/files/2006/9/29/ … _clock.zip
Show me a screenshot not a psp edited screenshot cause all this stuff in the zip looks all the same and I have tried each file and each font, the font causes a crash and when you edit the uk plist nothing happens show the screenshot of this working
Offline
#16 Oct 23, 2008 5:44 am
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
the time has gone (yay) but the date is still there. (give me a good free image hoster and i will show you)
please please please help. i have soo many blank lock screen ideas!
EDIT: i have tried editing the file every way i can, i even deleted it and resprung... nothing. i dont think this file does anything!
by the way, i am a uk user so i really think this should do somthing!
Last edited by matthewrotherham (Oct 23, 2008 6:52 am)
Offline
#17 Oct 23, 2008 9:33 am
Re: Remove Lockscreen Date and Time
matthewrotherham wrote:
the time has gone (yay) but the date is still there. (give me a good free image hoster and i will show you)
please please please help. i have soo many blank lock screen ideas!
EDIT: i have tried editing the file every way i can, i even deleted it and resprung... nothing. i dont think this file does anything!
by the way, i am a uk user so i really think this should do somthing!
photobucket.com
Offline
#18 Oct 23, 2008 11:18 am
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
Dude, untrusting much?
i have tried it, it works (the time part anyway) just try it, make a back up to be sure but dont demand pictorial evidence before you try anything.
Offline
#19 Oct 23, 2008 4:27 pm
Re: Remove Lockscreen Date and Time
matthewrotherham wrote:
Dude, untrusting much?
i have tried it, it works (the time part anyway) just try it, make a back up to be sure but dont demand pictorial evidence before you try anything.
I have tried that blank clock font once already and it put my phone into safe mode so yes I am untrusting
Offline
#20 Oct 23, 2008 6:00 pm
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
Yes the font from the last one caused a constant respring... all you need to do if it does that is put the back up of the file back on the iphone. SSH opens even though it is respringing. fixed
however you will not need this info as IT WORKS. i know the last one caused problems, it did for me, but it is ok.
any way to remove the date yet?
Offline
#21 Oct 23, 2008 7:32 pm
Re: Remove Lockscreen Date and Time
matthewrotherham wrote:
Yes the font from the last one caused a constant respring... all you need to do if it does that is put the back up of the file back on the iphone. SSH opens even though it is respringing. fixed
however you will not need this info as IT WORKS. i know the last one caused problems, it did for me, but it is ok.
any way to remove the date yet?
Ok as a risk taker I tried and yes it works the Clock is now gone.
But that D*** date is still there and annoying as H***
Offline
#22 Oct 24, 2008 1:25 am
- matthewrotherham
- Member
- Joined: Apr 14, 2008
Re: Remove Lockscreen Date and Time
oh fo sho! (that mean yes!)
can some one please please please inform how to get rid of it as the UK.PLIST file does nothing. as i have said before, i have deleted the file before and it did nothing!
Offline
#23 Oct 24, 2008 5:52 am
Re: Remove Lockscreen Date and Time
matthewrotherham wrote:
oh fo sho! (that mean yes!)
can some one please please please inform how to get rid of it as the UK.PLIST file does nothing. as i have said before, i have deleted the file before and it did nothing!
Someone has to know where that date is at least to make it transparent or something
Offline
#24 Oct 24, 2008 5:14 pm
- onmaum
- Member
- Joined: Oct 24, 2008
Re: Remove Lockscreen Date and Time
Instead of removing it completely, is there a way to move its position to the bottom?
Thank you..
Offline
#25 Oct 24, 2008 9:12 pm
- netuser

- Member
- From: Paris - France
- Joined: Aug 7, 2008
Re: Remove Lockscreen Date and Time
i alreasy saw total blank screen. So it means it is possible and someone must know how it is done, So please share, how to get rid of this damn date that is distrubing all of us ? ![]()
Offline

