He beat me to it! / \
|
Quote:
Originally Posted by BlackWolf
If it takes you to
/System/Library/Carrier Bundles/Unknown.bundle
then you've got a problem, because that means you have to create tmobile UK by yourself which could get pretty complicated (if somehow possible)
|
Not a big issue to correct. The symlinks (all the number files) in the Carrier Bundles directory represent the MNC of the carrier. As with T-Mobile US, (MNC 310260) there isn't a symlink for T-Mobile UK. Simple process to make it. For T-Mobile USA, one would ssh into the phone, and type:
Code:
cd /System/Library/"Carrier Bundles"/
ln -s /System/Library/"Carrier Bundles"/TMobile.bundle 310260
To change to T-Mobile UK, replace those numbers with the MNC for T-Mobile UK. That could be one of three, 23430, 23431, or 23432, so it may be wise to create three symlinks.
Type into terminal, putty, of the ssh client of your choice:
Code:
ln -s /System/Library/"Carrier Bundles"/TMobile.bundle 23430
ln -s /System/Library/"Carrier Bundles"/TMobile.bundle 23431
ln -s /System/Library/"Carrier Bundles"/TMobile.bundle 23432
I'd probably also recommend to make sure you
have a TMobile.bundle. If not, you can surely substitute using TMobile_Germany.bundle or whichever.
Let me know if this works for you.
BTW, first post! How are you fine people doing?