Thread: Change application name?
-
03-20-2009, 01:52 PM #1
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
-
03-20-2009, 02:57 PM #2
/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
-
03-20-2009, 03:26 PM #3
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?
-
03-20-2009, 04:59 PM #4
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.
-
The Following User Says Thank You to leram84 For This Useful Post:
vulcanfk (03-20-2009)
-
03-20-2009, 05:11 PM #5
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!
-
03-21-2009, 01:54 AM #6Livin the iPhone Life
- 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.
-
03-27-2009, 11:44 AM #7
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.
-
03-27-2009, 11:52 AM #8
if you're using winterboard, copy the file
toCode:/System/Library/CoreServices/SpringBoard.app/English.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.Code:/System/Library/CoreServices/SpringBoard.app/en.lproj/LocalizedApplicationNames.strings
-
03-27-2009, 01:00 PM #9
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"?
-
03-27-2009, 01:10 PM #10
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
-
03-27-2009, 01:14 PM #11
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:It will create a LocalizedApplicationNames.text.strings file. Edit and save this file. Then:Code:perl ./plutil.pl LocalizedApplicationNames.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.Code:perl ./plutil.pl LocalizedApplicationNames.text.strings
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
-
03-27-2009, 11:09 PM #12Supreme Moderator
- 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



LinkBack URL
About LinkBacks
Reply With Quote



