Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Ive changed my slider, but could someone tell me how to remove the 'slide to unlock' above the slider?

http://photos-a.ak.fbcdn.net/hphoto..._128098461905_512261905_2856736_3155242_n.jpg

Go to bundles/com.apple.springboard and create a folder called en.Iproj

Then go to text edit and create a text file called SpringBoard.strings (and save it in en.Iproj) and paste this into it:

<?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>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>
</dict>
</plist>

That should do it. Remember everything is case sensitive
 
So what happens when you do this, and press the lock button while the phone is sleeping?

Same as any other time. What I posted just controls the text that displays at certain events (or lack thereof, as the OP requested). So If you want it to say "Unlock me!" instead of the defatul "slide to unlock" you would put that text between the "strings" under away lock label...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.