Lock Screen Clock to TEXT?
Anyone know (or want to help figure out) a way to turn the big clock on the lock screen into text?
Example:
8:43
=
eight forty three
I'm plenty familiar with SSH/file editing and all that, just don't know if this is even possible or would take a lot of code, etc.
Any insight?
Green Apple
lol never even heard of that. maybe you need to write some .js lockbackground.html and hide the clock...
Yeah, that's what I was thinking. I can't think of any other way to do it except for the tedious (don't bash my syntax, I don't really know .js )
if(currenttime.getMinutes==1)
{currenttime.getMinutes="oh one"}
else if(currenttime.getMinutes==2)
{currenttime.getminutes="oh two"}
else if...
and on and on...
Still, I think I'll give this a shot, paired with the .ttf file that removes the original clock. Can anyone think of a reason, if the code was correct, that this wouldn't work?
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules