+ Reply
Results 1 to 12 of 12
  1. #1
    What's Jailbreak?
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Change application name?

    Is there a way to change the display name of an application? I.E. change 'Phone' to 'Telephone' or something.

    I've tried changing the CFBundleDisplayName and CFBundleName in the Info.plist file. I've also looked through a bunch of other plist and strings files, and haven't come up with anything. I've been searching through the forums and haven't found the answer to this. Thanks

  2. #2
    iPhone? More like MyPhone
    Join Date
    Jan 2009
    Posts
    286
    Thanks
    109
    Thanked 117 Times in 30 Posts

    /System/Library/CoreServices/SpringBoard.app/English.lproj/LocalizedApplicationNames.strings

    is the file u want

    the bundle identifier is the Key and the display name u want to show on the SB is the String.

    And remember if ur using winterboard to name the folder en.lproj not English.lproj

  3. #3
    What's Jailbreak?
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thanks leram84! I see this file has all the app store and default apps in it. Is there a similar file for Cydia/Installer apps?

  4. #4
    iPhone? More like MyPhone
    Join Date
    Jan 2009
    Posts
    286
    Thanks
    109
    Thanked 117 Times in 30 Posts

    I'm not sure where they are... I'm assuming ur not using wb then? Cause if u r, u don't need them, cause u can just put the keys and strings in that .strings file. It will still hook even tho they rn't in the original.

  5. The Following User Says Thank You to leram84 For This Useful Post:

    vulcanfk (03-20-2009)

  6. #5
    What's Jailbreak?
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Haha, yeah, I'm using winterboard. I didn't know I could put a non-appstore app in that file though, because there weren't any in there.

    I created en.lproj/LocalizedApplicationNames.strings and put it in that file; works like a charm. Thanks again!

  7. #6
    Livin the iPhone Life CaptainChaos's Avatar
    Join Date
    Sep 2008
    Location
    In a van down by the river
    Posts
    4,831
    Thanks
    551
    Thanked 515 Times in 427 Posts

    There is an app in Cydia called Rename that lets you rename your apps as well.

  8. #7
    Green Apple
    Join Date
    Jun 2008
    Posts
    33
    Thanks
    1
    Thanked 16 Times in 9 Posts

    Vulcanfk how did you do it. I've been trying to change iRealSMS to just Text but can't figure out how to do it.

  9. #8
    What's Jailbreak?
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    if you're using winterboard, copy the file
    Code:
    /System/Library/CoreServices/SpringBoard.app/English.lproj/LocalizedApplicationNames.strings
    to
    Code:
    /System/Library/CoreServices/SpringBoard.app/en.lproj/LocalizedApplicationNames.strings
    (the en.lproj directory didn't exist on my phone, so I created it). Then edit it with a text editor, adding the key and text for whatever app you want to add.

  10. #9
    Green Apple
    Join Date
    Jun 2008
    Posts
    33
    Thanks
    1
    Thanked 16 Times in 9 Posts

    ok so when i open it in notepad i get this:

    bplist00ß

     !"#$%&'()*+,-./012_com.apple.mobiletimer_com.apple.mobile.rad io_com.apple.mobileipod_com.apple.unitconverte r_com.apple.mobilephone_ com.apple.mobileslideshow-Photos_com.apple.mobilesafari_com.apple.Mobile AddressBook_com.apple.purple.KeyboardDemo_com. apple.mobilenotes^com.apple.Maps_ com.apple.mobileslideshow-Camera_com.apple.mobileipod-Movie_com.apple.AppStore_com.apple.MobileSMS_ com.apple.mobilecal_com.apple.MobileStore_com .apple.mobilemail_com.apple.widget.phonebook_c om.apple.widget.translation_com.apple.stocks_c om.apple.youtube_com.apple.weather_com.apple.P references_com.apple.calculatorUClockURadioTiPod YConverterUPhoneVPhotosVSafariXContactsXKeyboardUN otesTMapsVCameraVVideosYApp StoreTTextXCalendarViTunesTMailXBusinessZTranslato rVStocksWYouTubeWWeatherXSettingsZCalculator  = U n … Ÿ · Ú ó1IX{˜*ÃÙñ%DWk—®´º¿ÉÏÖ Ýæïõú ',5@GOW`  3 k

    What so i need to edit to change the name from "iRealSMS" to "Text"?

  11. #10
    iPhone? More like MyPhone
    Join Date
    Jan 2009
    Posts
    286
    Thanks
    109
    Thanked 117 Times in 30 Posts

    Wait... Vulcan, i thought u said u were using winterbaord?? That file goes in ur theme in /<yourthemename>/Folders/SpringBoard.app/en.lproj. If u were gonna do it that way, u could have just replaced the original file (basically the same thing as what u did).

    @salgonza dl Pledit. Its an app that will allow u to read .string and .plist files and format them correctly. (just do a search for it)

    But for something as simple as this, (if u don't intend to do any more advanced modding of those files) i believe wordpad should be able to read the .string files correctly when notepad won't

  12. #11
    What's Jailbreak?
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    It's a binary plist. You need to convert it to plain text first.

    If you're on a mac, you can use plutil. If you're in Linux or Windows, here's a perl utility. Usage:
    Code:
    perl ./plutil.pl LocalizedApplicationNames.strings
    It will create a LocalizedApplicationNames.text.strings file. Edit and save this file. Then:
    Code:
    perl ./plutil.pl LocalizedApplicationNames.text.strings
    It will create LocalizedApplicationNames.binary.strings. Rename this to LocalizedApplicationNames.strings (move or delete the other one first - make sure to back up). Copy the new one to your phone.

    I am using winterboard. I'm in the process of creating a theme, so for now I just did it this way. I'll throw it in my theme folder once it's done.
    Last edited by vulcanfk; 03-27-2009 at 01:14 PM. Reason: Automerged Doublepost

  13. #12
    Supreme Moderator StealthBravo's Avatar
    Join Date
    Jan 2008
    Location
    TX  Follow me @StealthBravo
    Posts
    32,492
    Thanks
    44
    Thanked 5,315 Times in 3,106 Posts

    just use the rename program in cydia

Posting Permissions

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