Quote:
Originally Posted by catallin
I would also like to know this, guys. I'm on Vodafone and all that appears is scrolling text. I would like to put the Vodafone logo, but I don't figure it out where to put it. I've tried every single folder and nothing...
Thank you in advance.
|
Ok, I found the solution, you need to find your MCC and MNC (Mobile Carrier Code and Mobile Network Code, respectively) in the Field Test App.
Then you need to make a symbolic link in the "Carrier Bundles.bundle" that links to the bundle you want to use (I.E. DEFAULT_VODA or something)
the name of the symbolic link has to be the MCC and MNC like so:
5 digits, MCC is 3 digits, MNC is 2 digits, if MNC is only 1 digit add 0 to beginning.
Name like so XXXYY, for example, I'm on Voda UK, MCC is 234, MNC is 15.
Symbolic link is named "23415" .... you should find a whole load of others with similar numbers in the same location.
For Voda UK, use the one I have attached and link like so:
Goto /System/Library/Carrier Bundles/
Copy the vodafone bundle in the zip to there,
then do in terminal:
Code:
ln -s Voda_UK_custom.bundle 23415
restart your phone and it will show the icons i included which happen to be text in this case: "Voda UK", don't be fooled though, it's an image, replace the ones in the bundle with your own. and restart again and you're sorted.
For other networks and finding your MCC and MNC do:
go to phone, dial *3001#12345#*, Field Test app opens, follow GMS Cell Environment > Cell Information > Service Cell >| Mobile Country Code is MCC and Mobile Network Code is MNC, write them down, edit the bundle I attached and send to phone as described.
If there is huge trouble doing this and I have time I will make a commented version of the files to help with editing etc and a better guide, if there is interest.
P.S. Contrary to what many other people say, the image oesn't have to be a fixed size, here is the one I have made for my iphone, attached below.
Enjoy