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 > Computer Modding Software > OS X Specific Modding Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 09-14-2007, 09:40 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
GUIDE on how to edit Text in your iPhone, such as "Slide to Unlock"

I ended up finding out how to do it on my own by guess n check. This is on a Mac.
Two ways to get the file:

1. Download SpringBoard.strings at this site: http://www.hacktheiphone.com/iphone_downloads.html (scroll down to get it)
If it comes as a zip on your desktop then double click it to get the actual file.

OR

2. open your iPhone through SSH and go to /System/Library/CoreServices/SpringBoard.app/English.lproj
and drag the actual file --> SpringBoard.strings to your desktop.
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Either way you should end up with a file that is labeled "SpringBoard.strings"

right click it and hit "open with"
choose other
search for text edit
It will then open it in text edit. It will give the key of each text line on the iPhone and the string for each text line in the iPhone. To actually edit what your iPhone says you need to edit the string only.
For Example:
To change the text "Slide to Unlock" on the lock screen, you scroll down to
<key>AWAY_LOCK_LABEL</key>
<string>Slide to Unlock</string>

What ever you type in the string where it says "Slide to Unlock" is what it will state on your phone.

If you want it to say "Open Now" Then the same two lines should look like:
<key>AWAY_LOCK_LABEL</key>
<string>Open Now</string>

Once you change all you want save it. Then drag that same file "SpringBoard.strings" , which is now edited to your customized text, back to the same place you got it through SSH in /System/Library/CoreServices/SpringBoard.app/English.lproj
You will then need to restart your iPhone to see the effects.

I have found it is hard to find each key that you need so I recommend opening the SpringBoard.strings in Omni outliner as well. That is much easier to read and you can easily scroll through and see what text does what. But remember you must go back to text edit to edit it then save if you want it to actually show up on your iPhone.

Sorry if everyone already new this but no one could help me so I am guessing some do not... feel free to ask if you have any questions.
__________________
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 09-15-2007, 12:49 AM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

CAUTION!

Note -- using a regular text editor like OS X "textedit" will render this file unreadable by the iPhone! Fortunately it doesn't crash badly, doesn't need a firware re-image... just have to re-apply the old file or a new working one.

What worked for me was to edit the SpringBoard.strings file in a HEX editor. I changed the text from "slide to unlock" to my name. For safety sake, I would suggest replacing the 15 characters. If the text you want is shorter like "Open *****!" then make it "Open *****! "... at least until someone tests how it works if the length is different.

Thanks for the cool hack... and the brief heart attack when my phone text were all messed up! Fortunately I had backed up the file on the iPhone itself, so it was easy enough to fix.

So... is there a setting within the OS X textedit to specify a binary/hex file? I couldn't find one, and opted for a standard hex editor.

- Jason
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 09-16-2007, 12:19 AM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by JasonR View Post
CAUTION!

Note -- using a regular text editor like OS X "textedit" will render this file unreadable by the iPhone! Fortunately it doesn't crash badly, doesn't need a firware re-image... just have to re-apply the old file or a new working one.

What worked for me was to edit the SpringBoard.strings file in a HEX editor. I changed the text from "slide to unlock" to my name. For safety sake, I would suggest replacing the 15 characters. If the text you want is shorter like "Open *****!" then make it "Open *****! "... at least until someone tests how it works if the length is different.

Thanks for the cool hack... and the brief heart attack when my phone text were all messed up! Fortunately I had backed up the file on the iPhone itself, so it was easy enough to fix.

So... is there a setting within the OS X textedit to specify a binary/hex file? I couldn't find one, and opted for a standard hex editor.

- Jason

Hmmm, you actually had problems using textedit, or do you know there is just a possiblity of having problems while using textedit? I used it and had absolutly no problems. I only had messed up text when I saved the actual omni outliner file, and it just gave key names instead of the strings names.

What is bad about textedit? but thank you for the heads up!


EDIT: Jason where did you get the idea for "open *****"... above i used the terms "open now" but coincidentally enough i ended up using "open *****" jsut because I had nothing to put, all before I saw your post.

EDIT 2: If any of you ever have problems with the text when editing or mess it up some how just upload that file from the hackmyiphone.com site in the the springboard.apps folder to replace the messed up file. This will replace your edited file and fix your problem, all without having to restore the phone.

Last edited by erandall39; 09-16-2007 at 12:23 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 09-17-2007, 08:48 PM
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 147
Thanks: 30
Thanked 14 Times in 13 Posts

Quote:
Originally Posted by JasonR View Post
CAUTION!

Note -- using a regular text editor like OS X "textedit" will render this file unreadable by the iPhone! Fortunately it doesn't crash badly, doesn't need a firware re-image... just have to re-apply the old file or a new working one.

What worked for me was to edit the SpringBoard.strings file in a HEX editor. I changed the text from "slide to unlock" to my name. For safety sake, I would suggest replacing the 15 characters. If the text you want is shorter like "Open *****!" then make it "Open *****! "... at least until someone tests how it works if the length is different.

Thanks for the cool hack... and the brief heart attack when my phone text were all messed up! Fortunately I had backed up the file on the iPhone itself, so it was easy enough to fix.

So... is there a setting within the OS X textedit to specify a binary/hex file? I couldn't find one, and opted for a standard hex editor.

- Jason
Install Pref Setter. Changed the ".strings" to ".plist" then open with Pref Setter (or double click). After editing, change back to ".strings" and drag it back to original location and "replace". Turn the phone off and voila! Worked for me!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 09-17-2007, 09:15 PM
What's Jailbreak?
 
Join Date: Jul 2007
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts

You can change the text in iFuntastic. very easy.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 10-19-2007, 11:52 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

does anyone have the original file...... i screwed mine up
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 10-20-2007, 02:31 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Changed Pass code message

Used this to change my passcode message in case I lost my phone.

Instead of it saying, "Enter Pass Code"

Mine now says, "Found? Please call XXX XXX-XXXX"

- note this is the maximum message length - any longer and the text will scroll off of your screen and can't be viewed

It was easy to do. I downloaded the SpringBoard.strings file to my desktop.

Changed ".strings" to ".plist"

Opened the file with Pref Setter

Searched for the word "code" to find the appropriate text string

Clicked on the string "Enter Code" and entered my new note.

Saved the change and exited Pref Setter

Changed ".plist" back to ".strings"

Uploaded the file back to the iPhone using CyberDuck.

chris
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 11-15-2007, 03:06 AM
DobyTheDoggy's Avatar
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 29
Thanks: 15
Thanked 1 Time in 1 Post

Can these changes be done in NOTEPAD in Windows? I can get the files to open, I'm just hesitant about trying it. Advice? (other than buy a Mac which I reaaly want!)

Any help or advice is appreciated, I've already learned a lot here!

Doby
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 11-15-2007, 03:18 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Device + Firmware: 1.1.4 (1.1.1 OTB) - TMO - iPSF
Operating System: Mac OS X
Location: United States
Posts: 197
Thanks: 5
Thanked 21 Times in 15 Posts
Send a message via ICQ to cWanja Send a message via AIM to cWanja Send a message via Yahoo to cWanja

Just use Customize. duh.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 11-15-2007, 04:01 PM
Broomhead's Avatar
Super Moderator
 
Join Date: Sep 2007
Device + Firmware: 2G-3.1|3G-3.1
Operating System: OS X 10.5.7
Location: The Windy City
Posts: 8,258
Thanks: 183
Thanked 608 Times in 538 Posts
Send a message via AIM to Broomhead

Quote:
Originally Posted by cWanja View Post
Just use Customize. duh.
Thank you! Simple, Safe, What's the problem?
Customize
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 11-15-2007, 05:38 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Device + Firmware: 1stGen w/ 2.1
Operating System: Mac OSX
Location: Old Town
Posts: 130
Thanks: 23
Thanked 9 Times in 9 Posts

Quote:
Originally Posted by cWanja View Post
Just use Customize. duh.
Use Customize, Customize, Customize...No Worries!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 12-31-2007, 08:16 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts

wrong thread
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 01-01-2008, 05:13 PM
ucim2cute's Avatar
iPhoneaholic
 
Join Date: Nov 2007
Device + Firmware: 2.2.1 unlocked/jailbroken
Operating System: XP
Location: City by the Sea, Texas!
Posts: 368
Thanks: 177
Thanked 14 Times in 12 Posts

He hehehe Yeah, I was wondering what all the confusion and all the work was for?? I just use customize, to change my text on my phone, and Bam!! All done! For a minute there, I was starting to think if there was much more to this, than what I had done?? Glad to hear....NOT!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 07-03-2009, 05:24 PM
What's Jailbreak?
 
Join Date: Jul 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
springboard.strings 2.0

I've tried everything i could find to try and fix the calendar numbers disappearing, and nothing has worked.
Could someone please send me the original springboard.strings 2.0 file so that I hopefully can fix this.

complicatedidea@gmail.com

Sorry if I've broken any rules, I'm in desperate need to fix this.
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 > Computer Modding Software > OS X Specific Modding Discussion

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 10:15 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