Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: LocalizedApplicationNames.strings for new apps?
is a discussion within theNative iPhone / iPod Touch App Launches
forums, a part of the3rd Party Apps For iPhone | iPod Touch
section;I've added TicTacToe/Terminal/NES/Voicerecord. I previously had my apps on the homescreen with no text. Now with the added apps, everything stayed the same but the new apps have the app
...-
08-13-2007, 08:45 PM #1iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- The Valley
- Posts
- 201
- Thanks
- 14
- Thanked 10 Times in 10 Posts
LocalizedApplicationNames.strings for new apps?
I've added TicTacToe/Terminal/NES/Voicerecord. I previously had my apps on the homescreen with no text. Now with the added apps, everything stayed the same but the new apps have the app name below the icon. How do I delete the app name.
I've looked at other LocalizedApplicationNames.Strings, and I can't figure it out.
I tried ex:com.apple.NES - but that doesn't work. Any ideas?
-
08-13-2007, 08:56 PM #2
download the displayorder off your phone and the app names will be in that then just add them to your appnames.string
-
08-13-2007, 09:38 PM #3iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- The Valley
- Posts
- 201
- Thanks
- 14
- Thanked 10 Times in 10 Posts
Yeah, for exapmle: My app name in the DisplayOrder.plist is <key>displayIdentifier</key>
<string>com.apple.VoiceRecord</string>
So I put <key>com.apple.VoiceRecord</key>
<string></string> in the Appnames.strings
and it still shows the app name. Any idea why?
-
08-13-2007, 09:53 PM #4
I don't think youre string in your displayorder is correct. The apple part shouldn't be there. If that is true then thats why its not doing anything in your appname file.
Use iphonebrowser to look at the info.plist of those 4 applications. The info.plist is made by the app creators themselves so that for sure has the correct name. Here's the names of mine.
voicerecorder
<key>displayIdentifier</key>
<string>com.sadun.VoiceRecorder</string>
tictactoe
<key>displayIdentifier</key>
<string>com.lednerk.tictactoe</string>
terminal
<key>displayIdentifier</key>
<string>com.kroo.hello</string>
nintendo
<key>displayIdentifier</key>
<string>org.swhite.iphone.nesapp</string>
lightsoff
<key>displayIdentifier</key>
<string>org.deliciousmonster.lightsoff</string>
Now we probably have different versions of everything except tictactoe cuz i think there has only been one version of that but notice how none of them have apple in them.
-
08-13-2007, 10:14 PM #5iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- The Valley
- Posts
- 201
- Thanks
- 14
- Thanked 10 Times in 10 Posts
that's it. I just didn't know how to find the correct info. Thank you!




LinkBack URL
About LinkBacks
Reply With Quote