Thread: Edge Settings
View Single Post
Old 01-02-2008, 09:22 PM   #7 (permalink)
meiphones_brill
 
meiphones_brill's Avatar
 
Join Date: Nov 2007
Posts: 846
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by phillyphill39 View Post
oh aight no wonder i cant find it.
You can doctor it up...

/System/Library/Frameworks/CoreTelephony.framework/Support/UnknownCarrier.plist can be edited and used to make your settings real nice

Fill in the blanks - and upload, it's magic. Here's my O2_UK.plist - If you're on O2, this is hot to trot. If not, you can probably guess what to change. You will need to know your carrier's Country Code (MCC) and Network Code (MNC) as they're in there too.

+++++++++

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BookmarkURLs</key>
<array>
<dict>
<key>BookmarkName</key>
<string>O2</string>
<key>BookmarkURL</key>
<string>http://www.o2.co.uk/iphonestart</string>
</dict>
</array>
<key>CarrierName</key>
<string>O2</string>
<key>IntlDataRoamingSwitch</key>
<true/>
<key>MyAccountURL</key>
<string>http://www.o2.co.uk/iphonestart</string>
<key>MyAccountURLTitle</key>
<string>O2</string>
<key>ShowCallForwarded</key>
<false/>
<key>ShowCallForwarding</key>
<false/>
<key>ShowTTY</key>
<false/>
<key>StockSymboli</key>
<array>
<dict>
<key>symbol</key>
<string>^FTAS</string>
</dict>
</array>
<key>SupportedSIMs</key>
<array>
<string>23402</string>
<string>23410</string>
<string>23411</string>
</array>
<key>SupportsNITZ</key>
<false/>
<key>VisualVoicemailServiceName</key>
<string>IMAP</string>
<key>VoicemailPilotNumber</key>
<string>901</string>
<key>apns</key>
<array>
<dict>
<key>apn</key>
<string>mobile.o2.co.uk</string>
<key>password</key>
<string>password</string>
<key>username</key>
<string>vertigo</string>
</dict>
<dict>
<key>apn</key>
<string>wap.o2.co.uk</string>
<key>password</key>
<string>password</string>
<key>username</key>
<string>vertigo</string>
</dict>
</array>
<key>com.apple.voicemail.imap</key>
<dict>
<key>AuthenticationScheme</key>
<string>DIGEST-MD5</string>
<key>BeaconAddress</key>
<string>9011</string>
<key>ClientManagesTrash</key>
<false/>
<key>DataContextIdentifier</key>
<integer>1</integer>
<key>GreetingNotification</key>
<true/>
<key>MaxGreetingDuration</key>
<integer>60</integer>
<key>MaxPINLength</key>
<integer>10</integer>
<key>MinPINLength</key>
<integer>4</integer>
<key>UsesSSL</key>
<false/>
</dict>
<key>voicemail_context</key>
<integer>1</integer>
</dict>
</plist>

Last edited by meiphones_brill; 01-02-2008 at 09:43 PM.
meiphones_brill is offline   Reply With Quote