The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

2.2 Unlock / Jailbreak OS X | Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-03-2008, 04:30 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
[1.1.3] Change carrier text to image so it can be customized

I've searched all over the net looking for a method to customize my 1.1.3 iPhone carrier logo but nothing seems to work since my phone shows the carrier name as text instead of an image in the first place.

There are some methods involving a patched Springboard but they only work for 1.1.1 and 1.1.2... any ideas?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2 (permalink)  
Old 02-05-2008, 05:29 AM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 157
Thanks: 6
Thanked 9 Times in 8 Posts

Not yet, imsearching too.... Please HELP ! ! !
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3 (permalink)  
Old 02-05-2008, 11:26 AM
What's Jailbreak?
 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

do you have you iphone on your countries default network eg:
AT&T-America
O2-UK
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4 (permalink)  
Old 02-06-2008, 01:20 AM
doogee's Avatar
iPhone? More like MyPhone
 
Join Date: Oct 2007
Device + Firmware: 16GB iPhone 3G - 2.1
Operating System: Vista
Location: Ontario, Canada
Posts: 149
Thanks: 4
Thanked 8 Times in 8 Posts

only possibility is MakeItMine right now
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5 (permalink)  
Old 02-10-2008, 12:13 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 9
Thanks: 1
Thanked 2 Times in 1 Post

Here is how to change the custom carrier images, if not using ATT
You can replace carrier image's in the following directory in 1.1.3 (My carrier is Vodafone)
/System/Library/CarrierBundles/ I selected the folder unknown.bundles, in that folder it had only two png's which were not alias's, Default Carrier_VODAFONE, FSO_CARRIER_VODAFONE. I replaced these with mine! It worked perfectly. If you have Make it mine or similar apps active, deactivate them.
Cheers,
Madhur

Here is how to change the custom carrier images, if not using ATT
You can replace carrier image's in the following directory in 1.1.3 (My carrier is Vodafone)
/System/Library/CarrierBundles/ I selected the folder unknown.bundles, in that folder it had only two png's which were not alias's, Default Carrier_VODAFONE, FSO_CARRIER_VODAFONE. I replaced these with mine! It worked perfectly. If you have Make it mine or similar apps active, deactivate them.
Cheers,
Madhur
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6 (permalink)  
Old 02-10-2008, 12:13 PM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 9
Thanks: 1
Thanked 2 Times in 1 Post

Here is how to change the custom carrier images, if not using ATT
You can replace carrier image's in the following directory in 1.1.3 (My carrier is Vodafone)
/System/Library/CarrierBundles/ I selected the folder unknown.bundles, in that folder it had only two png's which were not alias's, Default Carrier_VODAFONE, FSO_CARRIER_VODAFONE. I replaced these with mine! It worked perfectly. If you have Make it mine or similar apps active, deactivate them.
Cheers,
Madhur
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7 (permalink)  
Old 02-13-2008, 12:33 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts

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á!!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 01:26 PM
stan_the_man_123's Avatar
Green Apple
 
Join Date: Sep 2007
Device + Firmware: iPhone 3G Pwnd 2.2
Operating System: Dual 2 GHz PowerPC G5 Mac OSX
Location: London, United Kingdom
Posts: 59
Thanks: 32
Thanked 22 Times in 15 Posts

I am on vodafone UK and I cannot find my carrier image anywhere... There isn't even a Default_Carrier_VODAFONE or an FSO_Carrier_VODAFONE.

Can anybody help?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9 (permalink)  
Old 02-20-2008, 08:36 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 112
Thanks: 7
Thanked 5 Times in 5 Posts

Make it Mine is the easiest way
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10 (permalink)  
Old 02-27-2008, 02:42 AM
Green Apple
 
Join Date: Feb 2008
Location: newcastle, AUS
Posts: 32
Thanks: 3
Thanked 1 Time in 1 Post
confused..

Quote:
Originally Posted by spellbound View Post
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
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11 (permalink)  
Old 03-03-2008, 12:40 PM
Spresco's Avatar
Green Apple
 
Join Date: Nov 2007
Device + Firmware: iPhone 2G | 2.2.1 Pwn
Operating System: Windows XP | OSX Leopard
Location: Nampa, ID
Posts: 34
Thanks: 12
Thanked 29 Times in 22 Posts
Send a message via MSN to Spresco

Quote:
Originally Posted by robjrussell View Post
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
Text edit wont work, try Worpad. If its still unreadable (ie-"different characters") you'll have to convert it to XML. Easier than it sounds just go to http://140.124.181.188/~khchung/cgi-bin/plutil.cgi find your plist file and click 'convert'

Hope it helps, feel free click 'thanks' if it does
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Spresco For This Useful Post:
Carmel (07-10-2008)
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods

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

Forum Jump


Go to Top
ModMyI

All times are GMT -6. The time now is 07:35 AM. Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 | Dedicated Server Hosting by SingleHop | Copyright © 2007-09 by ModMy, LLC. All rights reserved.

RSS / Contact Us / / ModMyi Home / Archive / Privacy Statement / Top


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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122