So I've been searching for weeks to get this solved.
A little background before I dive in. I'm new to these forums, so please bare with me. Pretty sure a lot of you guys are in major cities so you don't experience much Extended network logo issues. But I live in a small town and I barely get 3G on a good day. That being said, lets get started.
Being on Verizon, the carrier logo's are different files. Instead of ATT its Zeppelin. Etc etc... I can change my Verizon logo, I can change my extended logo, but not both at the same time.
Heres what I've done.
Credits to this site and thread.
How To Change Carrier Logo on Verizon iPhone
<key>StatusBarImages</key>
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>Verizon</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Zeppelin_US.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Zeppelin_US.png</string>
<key>StatusBarCarrierName</key>
<string>Verizon</string>
</dict>
</array>
So I fiddled around and changed <string>Verizon</string> to <string>Extended</string> and Zeppelin to Extended. I can now see Verizon for the carrier logo, but when it switches to the extended carrier logo, I see the custom logo instead of extended. Wow, it worked. Then I tried doubling the said customization to the carrier.plist file, but no bueno. It pretty much erased one and kept the other. What I mean by that is this.
<key>StatusBarImages</key>
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>Verizon</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Zeppelin_US.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Zeppelin_US.png</string>
<key>StatusBarCarrierName</key>
<string>Verizon</string>
</dict>
</array>
<key>StatusBarImages</key>
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>Extended</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Extended_US.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Extended_US.png</string>
<key>StatusBarCarrierName</key>
<string>Extended</string>
</dict>
</array>
And again, no good. It would either delete the Verizon portion or the Extended, which ever was first.
Anyone have a work around for this? Because I've tried adding a 2nd string to it, an additional carrier name, i.e.; extended etc etc, but it wouldn't save. I'm desperate to unlocking the customization features of my own phone with the help of jailbreaking, but this is holding me back.
Please go easy, I'm not a noob, but I'm not accustomed to this forum quite yet. Any feedback would help.
A little background before I dive in. I'm new to these forums, so please bare with me. Pretty sure a lot of you guys are in major cities so you don't experience much Extended network logo issues. But I live in a small town and I barely get 3G on a good day. That being said, lets get started.
Being on Verizon, the carrier logo's are different files. Instead of ATT its Zeppelin. Etc etc... I can change my Verizon logo, I can change my extended logo, but not both at the same time.
Heres what I've done.
Credits to this site and thread.
How To Change Carrier Logo on Verizon iPhone
<key>StatusBarImages</key>
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>Verizon</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Zeppelin_US.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Zeppelin_US.png</string>
<key>StatusBarCarrierName</key>
<string>Verizon</string>
</dict>
</array>
So I fiddled around and changed <string>Verizon</string> to <string>Extended</string> and Zeppelin to Extended. I can now see Verizon for the carrier logo, but when it switches to the extended carrier logo, I see the custom logo instead of extended. Wow, it worked. Then I tried doubling the said customization to the carrier.plist file, but no bueno. It pretty much erased one and kept the other. What I mean by that is this.
<key>StatusBarImages</key>
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>Verizon</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Zeppelin_US.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Zeppelin_US.png</string>
<key>StatusBarCarrierName</key>
<string>Verizon</string>
</dict>
</array>
<key>StatusBarImages</key>
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>Extended</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Extended_US.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Extended_US.png</string>
<key>StatusBarCarrierName</key>
<string>Extended</string>
</dict>
</array>
And again, no good. It would either delete the Verizon portion or the Extended, which ever was first.
Anyone have a work around for this? Because I've tried adding a 2nd string to it, an additional carrier name, i.e.; extended etc etc, but it wouldn't save. I'm desperate to unlocking the customization features of my own phone with the help of jailbreaking, but this is holding me back.
Please go easy, I'm not a noob, but I'm not accustomed to this forum quite yet. Any feedback would help.