+ Reply
Results 1 to 3 of 3
  1. #1
    What's Jailbreak?
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

  2. #2
    Green Apple m1ngaa's Avatar
    Join Date
    Nov 2008
    Posts
    85
    Thanks
    8
    Thanked 5 Times in 5 Posts

    lol never even heard of that. maybe you need to write some .js lockbackground.html and hide the clock...

  3. #3
    What's Jailbreak?
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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