Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > iPhone 3G (Rev. 2) > 3G General Talk

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-31-2009, 11:21 AM
nehvada
Status: Offline
Senior Member
 
Join Date: Sep 2007
Posts: 240
Rep Power: 15
nehvada is on a distinguished road
Default missing carrier logo

i have had "nehvada" instead of the carrier logo ever since. but yesterday i decided to do a full restore caus i wanna sell it (got a 3Gs). after lots of trouble and severel attemps it finally worked. but now i got full signal but no carrier logo at all with my simcard. if i insert a legal simcard from t-mobile the logo shows up instantly saying "t-mobile". but if i put in some other simcard there is simply nothing, just signal bars.

so i used MIM from erica again to change it. that works as long as i type in something, but when i leave it blank to reset its again empty.

any idea?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 11-01-2009, 08:45 AM
Olethros
Status: Online
Moderator
 
Join Date: Sep 2007
Location: Norway
Posts: 703
Rep Power: 39
Olethros is on a distinguished road
Default

What baseband and OS are you running?

No carrier logo/text is a known problem with os 3.1.x and baseband 04.26.08

upgrading to baseband 05.11.07 fixes this but breaks ultrasn0w unlock so is currently only recommended for factory unlocked iPhones.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 11-01-2009, 05:14 PM
volkspost
Status: Offline
iPhone Moderator
 
Join Date: Aug 2007
Posts: 3,581
Rep Power: 213
volkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to allvolkspost is a name known to all
Default

And here is the solution aviegas found on this problem

Quote:
The result is that with the MCC+MNC iPhoneOS can correctly identify the proper carrier bundle. But without a carrier name it cannot find a StatusBarImage, aka carrier logo. When there is no match for a StatusBarImage carrier name string, whatever is reported is display as text. Since the baseband is reporting an empty sting, nothing is displayed: just the bars and the data indicator (E/3G).

But there is a simple an generic solution: add an extra entry in the StatusBarImages arrary, this one for matching with an empty string! It works and the logo properly displays.
So what you need is a custom carrier bundle, then add the following lines (marked blue) in carrier.plist; the example shows off o2:

Code:
	<key>StatusBarImages</key>
	<array>
		<dict>
			<key>AllowPrefixMatching</key>
			<true/>
			<key>CarrierName</key>
			<string>o2</string>
			<key>DefaultImage</key>
			<string>Default_CARRIER_o2.png</string>
			<key>FullScreenOpaqueImage</key>
			<string>FSO_CARRIER_o2.png</string>
		</dict>
		<dict>
			<key>AllowPrefixMatching</key>
			<true/>
			<key>CarrierName</key>
			<string></string>
			<key>DefaultImage</key>
			<string>Default_CARRIER_o2.png</string>
			<key>FullScreenOpaqueImage</key>
			<string>FSO_CARRIER_o2.png</string>
		</dict>
	</array>
__________________
Read the stickies and search the forum before posting!
If you want to become a Hackint0sh supporter click here
----------
iPhone 3GS factory unlocked (3.1.2; Blackra1n, Cydia, OpenSSH, custom 3.0 ipcc file (no sig), tethering hack by Dev team, 32 GB)
iPhone 3G (3.0.1; Redsn0w 0.8, Cydia, OpenSSH) 16 GB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Carrier Bundle for iPhone Firmware 2.2.1 & PwnageTool/Quickpwn 2.2.5 (Mac&Win) volkspost PwnageTool 242 06-25-2009 11:55 PM
[Cydia] Tmobile Carrier Logos (USA) - No More Carrier Logo RiqTosh Free Toolchain Software 1 01-05-2009 08:32 PM
ICE Carrier Logo (Costa Rica) raquiros General 0 11-03-2008 07:47 PM
[1.1.4 - 2.0 beta 3] Auto-create PwnageTool 1.1 compatible custom carrier bundles volkspost PwnageTool 12 05-14-2008 08:27 AM
Change of carrier logo when using SIM-hack. thimic Free Toolchain Software 10 09-01-2007 12:42 AM



All times are GMT +2. The time now is 09:52 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105