Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
ahh everytime I add the "POWER_DOWN_LOCK_LABEL" it adds the 'slide to unlock' string to my lockscreen...here are my strings..not sure what to add/modify to have the power down slider strings removed

<key>ALARM_LOCK_LABEL</key>
<string> </string>
<key>AWAY_LOCK_LABEL</key>
<string> </string>
<key>CALENDAR_LOCK_LABEL</key>
<string> </string>
<key>CF_USER_NOTE_LOCK_LABEL</key>
<string> </string>
<key>SLIDE_TO_ANSWER</key>
<string> </string>
<key>SLIDE_TO_CALL_BACK</key>
<string> </string>
<key>SLIDE_TO_CANCEL</key>
<string> </string>
<key>SLIDE_TO_LISTEN</key>
<string> </string>
<key>SMS_LOCK_LABEL</key>
<string> </string>
<key>TIMER_LOCK_LABEL</key>
<string> </string>

If you don't want it to say anything, just leave it blank
 
ahh everytime I add the "POWER_DOWN_LOCK_LABEL" it adds the 'slide to unlock' string to my lockscreen...here are my strings..not sure what to add/modify to have the power down slider strings removed

<key>ALARM_LOCK_LABEL</key>
<string> </string>
<key>AWAY_LOCK_LABEL</key>
<string> </string>
<key>CALENDAR_LOCK_LABEL</key>
<string> </string>
<key>CF_USER_NOTE_LOCK_LABEL</key>
<string> </string>
<key>SLIDE_TO_ANSWER</key>
<string> </string>
<key>SLIDE_TO_CALL_BACK</key>
<string> </string>
<key>SLIDE_TO_CANCEL</key>
<string> </string>
<key>SLIDE_TO_LISTEN</key>
<string> </string>
<key>SMS_LOCK_LABEL</key>
<string> </string>
<key>TIMER_LOCK_LABEL</key>
<string> </string>

Do you have anything else (another theme?) activated on winterboard along with this? The away lock label is the one that puts the Slide To Unlock text. So if its blank, it should not display
 
ahh everytime I add the "POWER_DOWN_LOCK_LABEL" it adds the 'slide to unlock' string to my lockscreen...here are my strings..not sure what to add/modify to have the power down slider strings removed

<key>ALARM_LOCK_LABEL</key>
<string> </string>
<key>AWAY_LOCK_LABEL</key>
<string> </string>
<key>CALENDAR_LOCK_LABEL</key>
<string> </string>
<key>CF_USER_NOTE_LOCK_LABEL</key>
<string> </string>
<key>SLIDE_TO_ANSWER</key>
<string> </string>
<key>SLIDE_TO_CALL_BACK</key>
<string> </string>
<key>SLIDE_TO_CANCEL</key>
<string> </string>
<key>SLIDE_TO_LISTEN</key>
<string> </string>
<key>SMS_LOCK_LABEL</key>
<string> </string>
<key>TIMER_LOCK_LABEL</key>
<string> </string>

It needs to look like this

<key>ALARM_LOCK_LABEL</key>
<string> </string>
<key>AWAY_LOCK_LABEL</key>
<string> </string>
<key>CALENDAR_LOCK_LABEL</key>
<string> </string>
<key>CF_USER_NOTE_LOCK_LABEL</key>
<string> </string>
<key>POWER_DOWN_LOCK_LABEL</key>
<string> </string>

<key>SLIDE_TO_ANSWER</key>
<string> </string>
<key>SLIDE_TO_CALL_BACK</key>
<string> </string>
<key>SLIDE_TO_CANCEL</key>
<string> </string>
<key>SLIDE_TO_LISTEN</key>
<string> </string>
<key>SMS_LOCK_LABEL</key>
<string> </string>
<key>TIMER_LOCK_LABEL</key>
<string> </string>
 
After changing the lockinfo.js, none of my sections (calendar, mail, phone, voicemail, SMS) would display, so I will forget about this for a while.

Thanks !!

Yeah, its very touchy. I spent more time than I care to admit last night and it didnt work. Then I tried this morning and got lucky. If you want to use LockinfoFull, I can just send you my entire theme.

I just copy and pasted lion's lockinfo.js into mine and my emails started showing up again....thanks again lion!

Here's my final (for now) product:
 

Attachments

  • IMG_0030.PNG
    IMG_0030.PNG
    147.5 KB · Views: 65
  • IMG_0028.PNG
    IMG_0028.PNG
    254.1 KB · Views: 82
  • IMG_0026.PNG
    IMG_0026.PNG
    86.2 KB · Views: 69
  • IMG_0025.PNG
    IMG_0025.PNG
    43.9 KB · Views: 69
  • IMG_0029.PNG
    IMG_0029.PNG
    290.5 KB · Views: 61
Yeah, its very touchy. I spent more time than I care to admit last night and it didnt work. Then I tried this morning and got lucky. If you want to use LockinfoFull, I can just send you my entire theme.

@lionheartednyhc

I got this totally working !

Did I recall correctly that your calendar title bar is not correctly displaying the correct # of events ? (I could have you confused with someone else ???)

In en.js, on the 3rd line I changed Today to Calendar

In config.js, I changed the below value to False

// Show count for only today' events?
var calendarCountToday = false;


Now it counts the total number of Calendar events correctly, and not just Today's events.

I do want to work on putting the day of week back into the upcoming events

Thanks for everything

3748332460_ff9d8bd318.jpg


Edit: Had to revert to older version. My emails quit showing up !
 
@lionheartednyhc

I got this totally working !

Did I recall correctly that your calendar title bar is not correctly displaying the correct # of events ? (I could have you confused with someone else ???)

In en.js, on the 3rd line I changed Today to Calendar

In config.js, I changed the below value to False

// Show count for only today' events?
var calendarCountToday = false;


Now it counts the total number of Calendar events correctly, and not just Today's events.

I do want to work on putting the day of week back into the upcoming events

Thanks for everything

<snip img file>

Damn...I just noticed that my calendar is showing (6) even though I defined the config.js to only show 5 events.

I changed the number of events to 4 and it still shows 6...

Anyone know which file and which line of script I can edit to fix this?

EDIT: Nevermind...I found the problem. I had a 3 day "all day" event in my calendar and a "load more" button that I had hid in my config.js. Once I unhid that, and tapped the icon, the 6th event showed up. When I deleted the 3 day event from my calendar, the lock screen showed 3 events, which is correct.

I guess the number in parenthesis in the calendar bar represents the number of events in your calendar and not the amount you're showing...duh.
 
I tried the following out on mine and it worked, try dropping the last | and adding a comma, like this...

Code:
var locales = [
        "ASI|CN|CH006|GUANGZHOU",
];


:( still can't with this setting.....

i notice the config file change from 9kB to 10KB after i save & exit.

this is my setting, could any config be wrong ? nothing shows at all on my lockscreen after i change to this, the only changes i made is "ASI|CN|CH006|GUANGZHOU",

This is my config.js can anyone help me load it and see if it works ? THANKS
 

Attachments

  • config.zip
    3.1 KB · Views: 82
@lionheartednyhc

I got this totally working !

Did I recall correctly that your calendar title bar is not correctly displaying the correct # of events ? (I could have you confused with someone else ???)

In en.js, on the 3rd line I changed Today to Calendar

In config.js, I changed the below value to False

// Show count for only today' events?
var calendarCountToday = false;


Now it counts the total number of Calendar events correctly, and not just Today's events.

I do want to work on putting the day of week back into the upcoming events

Thanks for everything

3748332460_ff9d8bd318.jpg

Awesome, congrats!

Nope, my counter works. That one part may be set to false, but its irrelevant since I have limited it to only showing today's events anyways.

Do you mean that it says Today, 7/22 but if its tomorrow it says 7/23/09, not Thurs 7/23? You must have changed something because mine displays it properly..
 
:( still can't with this setting.....

i notice the config file change from 9kB to 10KB after i save & exit.

this is my setting, could any config be wrong ? nothing shows at all on my lockscreen after i change to this, the only changes i made is "ASI|CN|CH006|GUANGZHOU",

This is my config.js can anyone help me load it and see if it works ? THANKS


I looked through your config file and it looked fine, so not sure what is going on. So I uploaded your config.js file and replaced mine on my iPhone and nothing showed up.. just weird.

So I zipped up mine and edited it a bit, so I'd suggest backup your config file and then copy mine over to your iPhone and see if my config file works for you. Only thing I can think of.
 

Attachments

  • tagconfig.zip
    3.1 KB · Views: 69
Am I the only person who's clock doesn't always update to the right time? I wonder if turning off status bar clock is affecting it.

How off is it? My clock on the lockscreen is off by 1-2 seconds from the clock in the statusbar. Which is odd as you would think they would be based off the same system.
 
I looked through your config file and it looked fine, so not sure what is going on. So I uploaded your config.js file and replaced mine on my iPhone and nothing showed up.. just weird.

So I zipped up mine and edited it a bit, so I'd suggest backup your config file and then copy mine over to your iPhone and see if my config file works for you. Only thing I can think of.


Hey It Worked !!! :D thank you Tag !!!:)

I used wordpad to open, edit& save my config.js this that the correct program to use?



EDIT : Oh, i tried editing in MS word and it's OK... there must be something wrong with my wordpad, is there another better program i should use ?
 
here is my setup and my home screen

i did it all on my phone no ssh'ing

just download ifile and you can do most anything you can with ssh
 

Attachments

  • photo.jpg
    photo.jpg
    65.8 KB · Views: 65
  • photo 2.jpg
    photo 2.jpg
    51.2 KB · Views: 64
@lionheartednyhc

I got this totally working !

Did I recall correctly that your calendar title bar is not correctly displaying the correct # of events ? (I could have you confused with someone else ???)

In en.js, on the 3rd line I changed Today to Calendar

In config.js, I changed the below value to False

// Show count for only today' events?
var calendarCountToday = false;


Now it counts the total number of Calendar events correctly, and not just Today's events.

I do want to work on putting the day of week back into the upcoming events

Thanks for everything

snip.

Has anyone had any luck getting upcoming events to show up with the day of the week without losing "today" for today's events?
 
@dhlizard

how did you change the little icons for mail, sms, missed calls etc..?
what font are you using?
and how do I change the colors of the words?

thanks
 
Hey It Worked !!! :D thank you Tag !!!:)

I used wordpad to open, edit& save my config.js this that the correct program to use?



EDIT : Oh, i tried editing in MS word and it's OK... there must be something wrong with my wordpad, is there another better program i should use ?

THe best way to backup and edit the config.js file (for me) is to make two backups.
Place one on the desktop and one somewhere else easily accessible.

Then edit one of those two files and delete the one on on cyberduck. click and drag the one you edited back and respring!
 
Hey It Worked !!! :D thank you Tag !!!:)

I used wordpad to open, edit& save my config.js this that the correct program to use?



EDIT : Oh, i tried editing in MS word and it's OK... there must be something wrong with my wordpad, is there another better program i should use ?

just download ifile from cydia and you can edit and copy and do whatever you want right from the phone no need to ssh you can even email the config file or whatever file you want if you need it for later
 
How off is it? My clock on the lockscreen is off by 1-2 seconds from the clock in the statusbar. Which is odd as you would think they would be based off the same system.

Mine can be off minutes at a time. I have my status lock bar clock off(I think having two clocks at once looks meh). I'm noticing mine only refreshes when I unlock.

Another issue I've found is when I have music playing, it cuts off whatever info I have and doesn't show song info anymore.
 
Hey It Worked !!! :D thank you Tag !!!:)

I used wordpad to open, edit& save my config.js this that the correct program to use?



EDIT : Oh, i tried editing in MS word and it's OK... there must be something wrong with my wordpad, is there another better program i should use ?

Doing a quick search I've found others referencing that wordpad can corrupt .js files so that was probably what was happening. If MS word is working and allowing you to edit the .js files without corruption you can always stick with that. I would just make sure you always make a backup of whatever file you are about to work on, that way if it ever gets corrupted again like your config.js file, you can just retry with another copy from your backup.

Personally I prefer to edit things directly on the device from my computer. I SSH from my MacBook Pro and then edit with vim. Though you may not want to do that unless you are familiar with vi and terminal.

As aidricksdad said there is always iFile, if you don't mind editing the files on your iPhone with your iPhone, that is always one way to go as well.
 
I did, but the issue is how do I remove the "SLIDE TO POWER OFF" string? I don't see it in the above.

POWER_DOWN_LOCK_LABEL is "Slide To Power Off". You don't want to remove anything, you want to add

<key>POWER_DOWN_LOCK_LABEL</key>
<string> </string>


somewhere on your phone is

<key>POWER_DOWN_LOCK_LABEL</key>
<string>slide to power off </string>


Until you add the blank version, it will always revert to the current
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.