+ Reply
Page 1 of 2 12 LastLast
Results 1 to 20 of 28
  1. #1
    What's Jailbreak?
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default SpringBoard.strings file

    Does anyone have a stock SpringBoard.strings file from a 2.2 firmware iphone?

    The file can be found in /System/Library/CoreServices/SpringBoard.app/English_lproj/ on a JB phone through SSH.

    If someone could get me one, I'd appreciate it greatly. It won't take much time.

  2. #2
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    447
    Thanks
    136
    Thanked 298 Times in 164 Posts

    here you go.
    Attached Files Attached Files

  3. #3
    Green Apple
    Join Date
    Oct 2008
    Posts
    50
    Thanks
    2
    Thanked 3 Times in 3 Posts

    cheers

  4. The Following User Says Thank You to jimbean For This Useful Post:

    speedx69 (10-20-2011)

  5. #4
    What's Jailbreak?
    Join Date
    Jan 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Hmm, I needed this too,
    But when I uploaded it...
    It took the calender number off of the icon,
    and when you try to uninstall an icon it says
    UNINSTALL_ICON_NAME instead of "Would you like to uninstall ___?"
    Or whatever.
    Help!
    I'm like, OCD-ing. ):

  6. #5
    What's Jailbreak?
    Join Date
    Nov 2008
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Same thing happened to me when I just changed my "slide to unlock" text. I opened up the file with Word and JUST changed that string, saved it and added it. It changed my text but messed up my calendar. Help..



    Quote Originally Posted by CatastrophyKid View Post
    Hmm, I needed this too,
    But when I uploaded it...
    It took the calender number off of the icon,
    and when you try to uninstall an icon it says
    UNINSTALL_ICON_NAME instead of "Would you like to uninstall ___?"
    Or whatever.
    Help!
    I'm like, OCD-ing. ):

  7. #6
    iPhone? More like MyPhone Tazzaras's Avatar
    Join Date
    Jan 2009
    Location
    Salt Lake City, UT
    Posts
    110
    Thanks
    18
    Thanked 38 Times in 31 Posts

    I am on 2.2 Iphone 3G, so only add this if you are on 2.x as well.


    to fix the calendar date problem add the following lines in the springboard.strings file. It works better if you are able to read it without the funny characters aka on a Mac. If on a PC use terminal and convert it to plist and then open it using editpad and add it on there.

    <key>CALENDAR_ICON_DAY_NAME_FORMAT</key>
    <string>EEEE</string>
    <key>CALENDAR_ICON_DAY_NUMBER_FORMAT</key>
    <string>d</string>

    for the uninstall icon label add the following:

    <key>UNINSTALL_ICON_TITLE</key>
    <string>Delete “%@”</string>

  8. The Following User Says Thank You to Tazzaras For This Useful Post:

    parkerjh (02-27-2009)

  9. #7
    What's Jailbreak?
    Join Date
    Jul 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Can u be post the Springboard with this thing already fixed?
    Cause I can`t found any decent editor for the job.
    Thanks.

  10. #8
    What's Jailbreak?
    Join Date
    Jan 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by Tazzaras View Post
    I am on 2.2 Iphone 3G, so only add this if you are on 2.x as well.


    to fix the calendar date problem add the following lines in the springboard.strings file. It works better if you are able to read it without the funny characters aka on a Mac. If on a PC use terminal and convert it to plist and then open it using editpad and add it on there.

    <key>CALENDAR_ICON_DAY_NAME_FORMAT</key>
    <string>EEEE</string>
    <key>CALENDAR_ICON_DAY_NUMBER_FORMAT</key>
    <string>d</string>

    for the uninstall icon label add the following:

    <key>UNINSTALL_ICON_TITLE</key>
    <string>Delete “%@”</string>
    Thank you SO much.
    This is the best news I've gotten all day.
    (:

  11. #9
    iPhone? More like MyPhone Tazzaras's Avatar
    Join Date
    Jan 2009
    Location
    Salt Lake City, UT
    Posts
    110
    Thanks
    18
    Thanked 38 Times in 31 Posts

    Quote Originally Posted by CatastrophyKid View Post
    Thank you SO much.
    This is the best news I've gotten all day.
    (:
    you welcome, hit the thanks if it helped


    Quote Originally Posted by thalesrr View Post
    Can u be post the Springboard with this thing already fixed?
    Cause I can`t found any decent editor for the job.
    Thanks.
    what computer are you on, PC or Mac...

  12. The Following User Says Thank You to Tazzaras For This Useful Post:

    CatastrophyKid (02-01-2009)

  13. #10
    What's Jailbreak?
    Join Date
    Jan 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by Tazzaras View Post
    you welcome, hit the thanks if it helped




    what computer are you on, PC or Mac...

    What the.
    Totally just kidding.
    It screwed everything up.
    )=

  14. #11
    What's Jailbreak?
    Join Date
    Jul 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    I'm on Windows.
    So, can u send me the Springoboard.Strings with the calendar fix?

  15. #12
    What's Jailbreak?
    Join Date
    Aug 2008
    Posts
    26
    Thanks
    0
    Thanked 5 Times in 3 Posts

    Upload your SpringBoard.strings file to this wesite, press convert, download the file. Now you have your strings file in xml format which for pc users you can now edit in notepad. Just keep in mind when you edit a string in that file you keep it at the same number of characters or less when you change it. When done upload the file to the same site and press convert, then insert that file back into /System/Library/CoreServices/SpringBoard.app/English_lproj/, make sure it is name SpringBoard.strings in that case format or the phone will not recognize it.


    https://brokolice.drsny.net/iphone/plutil/

  16. The Following User Says Thank You to RWADE For This Useful Post:

    CatastrophyKid (02-02-2009)

  17. #13
    What's Jailbreak?
    Join Date
    Jan 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Oh man.
    It worked.
    Thank you times a billion.
    (:

  18. #14
    iPhone? More like MyPhone Tazzaras's Avatar
    Join Date
    Jan 2009
    Location
    Salt Lake City, UT
    Posts
    110
    Thanks
    18
    Thanked 38 Times in 31 Posts

    no need to reconvert, the iphone recognizes xml and the plist form, so that last step is not really needed. If you still have problems upload your strings file and i can convert it for you


    Go Gators!!!

    Go Magic!!!

  19. #15
    What's Jailbreak?
    Join Date
    Jul 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Ok, so I still need the stock springboard.strings for the 2.2 FW

  20. #16
    iPhone? More like MyPhone Tazzaras's Avatar
    Join Date
    Jan 2009
    Location
    Salt Lake City, UT
    Posts
    110
    Thanks
    18
    Thanked 38 Times in 31 Posts

    if you can upload yours i can convert it and post it back to you

    im not sure if these files have any iphone specific information or not
    Last edited by Tazzaras; 02-05-2009 at 12:07 PM. Reason: Automerged Doublepost


    Go Gators!!!

    Go Magic!!!

  21. #17
    What's Jailbreak?
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post
    anyone know what program i can use on a pc to read the string file more clearly? I use notepad and it's amazingly impossible to read without any formatting. Appreciate it.

  22. #18
    What's Jailbreak?
    Join Date
    Jul 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Here it is.
    Everytime I receive an SMS the buttons says:
    SMS_REPLY or SMS_CLOSE.

    I not even made any change, just uploaded the Springboard.strings that I'd found here.




    PS:U need to rename it to.strings

    So, now all the text are messed up. Even de Slide to Unlock, now is AWAY_ something. Missed call is Missed_ something.
    Wot can I do?
    Attached Files Attached Files
    Last edited by thalesrr; 02-09-2009 at 05:05 AM. Reason: Updates

  23. #19
    What's Jailbreak?
    Join Date
    Jul 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Who can help me?

  24. #20
    What's Jailbreak?
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post
    that usually happens when the original SpringBoard.string file is changed. you shouldn't change the original one. If you want to customize something make a new one and put it a theme folder for use in Winterboard. I'll see if i can copy mine for you to try.

    try this: http://www.2shared.com/file/4840160/...ringBoard.html

  25. The Following User Says Thank You to VesperX For This Useful Post:

    thalesrr (02-09-2009)

+ Reply
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts