-
02-21-2009, 05:45 PM #1Developer/Hacker
- Join Date
- Oct 2008
- Location
- Buffalo, NY
- Posts
- 2,391
- Thanks
- 81
- Thanked 283 Times in 214 Posts
-
02-23-2009, 01:42 AM #2Developer/Hacker
- Join Date
- Oct 2008
- Location
- Buffalo, NY
- Posts
- 2,391
- Thanks
- 81
- Thanked 283 Times in 214 Posts
-
02-23-2009, 02:02 AM #3
For some reason it never worked for me either with WinterBoard. I did edit the string file directly in SpringBoard.app
Don't be shy if I helped you use the Thanks button, I do it.
-
02-23-2009, 05:51 AM #4
Are you putting the blank string into the correct .proj folder?
I have never had a problem with this. check to make sure you are using/editing the correct folder. For instance, uk is en.lproj, france is fr.lproj and so on.
-
02-23-2009, 08:34 PM #5Developer/Hacker
- Join Date
- Oct 2008
- Location
- Buffalo, NY
- Posts
- 2,391
- Thanks
- 81
- Thanked 283 Times in 214 Posts
-
02-23-2009, 08:37 PM #6ninja of MMi
- Join Date
- May 2008
- Location
- Draper, UT
- Posts
- 2,124
- Thanks
- 89
- Thanked 242 Times in 217 Posts
mine wont fully go away either
The beatings will continue until morale improves.

-
02-23-2009, 08:38 PM #7Developer/Hacker
- Join Date
- Oct 2008
- Location
- Buffalo, NY
- Posts
- 2,391
- Thanks
- 81
- Thanked 283 Times in 214 Posts
-
02-26-2009, 04:25 PM #8
Try this...
In a theme, or your own,
Yourtheme/Bundles/com.apple.springboard/en.lproj/
And create a SpringBoard.strings (using text edit or equivalent, just change extension to .strings).
These are the following I have, these all make the 'Slide to BLANK' go away....
LMK if it works for youCode:<?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>AWAY_LOCK_LABEL</key> <string> </string> <key>SMS_LOCK_LABEL</key> <string> </string> <key>SLIDE_TO_CANCEL</key> <string> </string> <key>ALARM_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_LISTEN</key> <string> </string> <key>TIMER_LOCK_LABEL</key> <string> </string> <key>POWER_DOWN_LOCK_LABEL</key> <string> </string> </dict> </plist>
iPhone 4- I'll start theming again
-
02-26-2009, 04:49 PM #9Developer/Hacker
- Join Date
- Oct 2008
- Location
- Buffalo, NY
- Posts
- 2,391
- Thanks
- 81
- Thanked 283 Times in 214 Posts



LinkBack URL
About LinkBacks



Reply With Quote