The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion > WinterBoard
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 02-21-2009, 06:45 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,241
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213
slide to unlock keeps showing up!!!!

no matter what i do when including a blank slide to unlock string it wont go away

the weird thing is that its not there as normal it is simply moved to the right a little bit

i cant figure out why it is happening

what ideas do you guys have
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 02-23-2009, 02:42 AM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,241
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

i figured out one soloution... i am using customize right now but i still need to figure out why its not working with winterboard
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 02-23-2009, 03:02 AM
iBlade's Avatar
My iPhone is a Part of Me
 
Join Date: Oct 2007
Device + Firmware: 1.gen 1.1.4 16 GB, white 3G original unlocked by apple now 2.1
Operating System: Windows XP, Ubuntu 7.04 with Beryl
Posts: 815
Thanks: 43
Thanked 356 Times in 212 Posts

For some reason it never worked for me either with WinterBoard. I did edit the string file directly in SpringBoard.app
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 02-23-2009, 06:51 AM
bluemonday's Avatar
What's Jailbreak?
 
Join Date: Apr 2008
Device + Firmware: iPhone 3g 3.0
Operating System: Leopard
Posts: 29
Thanks: 3
Thanked 7 Times in 5 Posts

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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 02-23-2009, 09:34 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,241
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

ya i am putting it in the correct location

i did this all the time before but everscince i updated to 2.2.1 it has been f'd up
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 02-23-2009, 09:37 PM
cricketlang's Avatar
Theme Creator
 
Join Date: May 2008
Device + Firmware: iPhone 3GS 3.0 Redsn0w/Ultrasn0w
Operating System: Windows 7 Ultimate Final
Location: Draper, UT
Posts: 2,089
Thanks: 87
Thanked 233 Times in 211 Posts

mine wont fully go away either
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 02-23-2009, 09:38 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,241
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

ya im stuck using customize to blank it out
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 02-26-2009, 05:25 PM
iPhone? More like MyPhone
 
Join Date: Nov 2008
Device + Firmware: iPhone 3g 2.1
Operating System: Windows Vista
Posts: 113
Thanks: 4
Thanked 16 Times in 11 Posts

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....

Code:
<?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>
LMK if it works for you
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 02-26-2009, 05:49 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,241
Thanks: 72
Thanked 230 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

no, that is exactly how i did it

and i use dashcode because it gets rid of all that crap
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion > WinterBoard

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 12:37 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top