View Single Post
Old 07-27-2008, 10:32 AM   #50
arcadesdude
Lexically Impaired
arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.arcadesdude ought to be getting tired of karma fortunes by now.
 
arcadesdude's Avatar
 
Posts: 28
Karma: 200518
Join Date: May 2008
Device: PW2
Quote:
Originally Posted by leonardfrye View Post
I removed all of the books from my 505 and then tried the flasher again ... worked like a champ. I got the clock back. However, in am/pm mode the left character of the clock is chopped in half. I played with the xml file and could not fix it. So I modified the xml to where it does not append "am" or "pm" to the string. Oh well ... at least it works!
I'm also having this issue and tried modifiying the C:\Documents and Settings\User\Desktop\Universal_Flasher_2.0\Univer sal Flasher 2.0\files.505.1.1.00.18040\opt\sony\ebook\applicat ion\resources\scripts\main.xml file.

My work around was similar to yours. I deleted the 'm' from 'am' and 'pm' and deleted the following two lines:

if (hours < 10) hours = "0" + hours; line 772
if (hours < 10) hours = "0" + hours; line 850

just change both occurances of
var m = "am";
m = "pm";

to

var m = "a";
m = "p";

works like that.

I think the character was cut off because the non-showing illegal operation image (the circle with the line through it) appears to be drawn after the clock is drawn and that symbol may have been moved to the right a little in the new firmware update.

Well I can actually read PDF now (reflow is nice), and have the clock...just need the nice grayscale icons and I'll be happy!

Last edited by arcadesdude; 07-27-2008 at 10:49 AM.
arcadesdude is offline   Reply With Quote