Edit carrier.plist in /System/Library/Carrier Bundles/TMobile_Germany.bundle/
on your phone. Find this lines
Code:
<dict>
<key>AllowPrefixMatching</key>
<true/>
<key>CarrierName</key>
<string>t-mobile</string>
<key>DefaultImage</key>
<string>Default_CARRIER_TMOBILE.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_TMOBILE.png</string>
</dict>
==========>>
Insert the code from second code example here. Remove <= and => too.
<===========
</array>
Code:
<dict>
<key>AllowPrefixMatching</key>
<true/>
<key>CarrierName</key>
<string></string>
<key>DefaultImage</key>
<string>Default_CARRIER_TMOBILE.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_TMOBILE.png</string>
</dict>
Respring and it should work. Dont forget to backup file before editing incase something goes wrong.
Bookmarks