For anyone sick of having their AT&T carrier logo missing, it's pretty easy to make it show up again. I don't know what would happen if you roam on another network using this method. This method was adapted from a method discovered by PurpleMan and blogged by Hara Taiki
This method uses iFile, a shareware application in Cydia. If you use it and enjoy it, please register it. It's really cool.
1) Open iFile.
2) Browse to /private/var/mobile/Library/Carrier Bundles/ATT_US.bundle
3) Open the file carrier.plst.
4) Click the Edit button.
5) Find the portion of the file that reads:
6) Immediately below this text, paste the following:
7) Save file, close iFile, and reboot.
You should now have your carrier back!
Notes:
1) The text you pasted in step 6 is the same you located in step 5, but with an empty string for CarrierName. I simply copy-pasted the text and deleted "at&t")
2) This should works fine with AT&T Carrier Logo from Cydia.
3) This method should work fine for other carriers. Just modify to reflect your carrier's bundle and logo files.
4) This is of course just a cosmetic fix, and it does not return the carrier name to Settings>General>About.
This method uses iFile, a shareware application in Cydia. If you use it and enjoy it, please register it. It's really cool.
1) Open iFile.
2) Browse to /private/var/mobile/Library/Carrier Bundles/ATT_US.bundle
3) Open the file carrier.plst.
4) Click the Edit button.
5) Find the portion of the file that reads:
Code:
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>at&t</string>
<key>DefaultImage</key>
<string>Default_CARRIER_ATT.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_ATT.png</string>
</dict>
Code:
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string></string>
<key>DefaultImage</key>
<string>Default_CARRIER_ATT.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_ATT.png</string>
</dict>
You should now have your carrier back!
Notes:
1) The text you pasted in step 6 is the same you located in step 5, but with an empty string for CarrierName. I simply copy-pasted the text and deleted "at&t")
2) This should works fine with AT&T Carrier Logo from Cydia.
3) This method should work fine for other carriers. Just modify to reflect your carrier's bundle and logo files.
4) This is of course just a cosmetic fix, and it does not return the carrier name to Settings>General>About.