Quote:
Originally Posted by spellbound
That only works if your carrier is inside the unknown.bundles folder. If not, you need to manually edit the carrier.plist located in that same directory and add the corresponding values under "StatusBarImages". In my case, I added:
<dict>
<key>AllowPrefixMatching</key>
<true/>
<key>CarrierName</key>
<string>entel</string>
<key>DefaultImage</key>
<string>Default_CARRIER_ENTEL.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_ENTEL.png</string>
</dict>
After that, I copied the images Default_CARRIER_ENTEL.png and FSO_CARRIER_ENTEL.png to the folder, rebooted and voilá!!!
|
hey i'm a little confused on how to do this..
what i did was copied the plist file to my computer..
then opened it in text edit and inserted
<dict>
<key>AllowPrefixMatching</key>
<true/>
<key>CarrierName</key>
<string>entel</string>
<key>DefaultImage</key>
<string>Default_CARRIER_OPTUS.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_OPTUS.png</string>
</dict>
into the file..
but i'm pretty sure i did that wrong.. when it opened it looked nothing like this.. with different characters and what not.
i opened it in text edit because it opened in omni outliner by default..
help?
rob