OPTIONAL: To fix MMS sending/receiving (To alleviate the size restriction error message)
1) Use a Cydia app or other program to allow you APN editing access. (I use TetherMe APN since I bought TetherMe, but there are others)
2) Set the following settings in your APN settings:
Code:
Cellular Data
APN: epc.tmoble.com
Username: leave blank
Password: leave blank
MMS
APN: epc.tmobile.com
Username: leave blank
Password: leave blank
MMSC: http://mms.msg.eng.t-mobile.com/mms/wapenc
MMS Proxy: 216.155.165.50:8080
MMS Max Message Size: 1048576
MMS UA Prof URL: http://www.apple.com/mms/uaprof.rdf
3) Download a .plist editor and use an AFC browser (iFunBox/DiskAid/iPhoneBrowser) or SSH to open /Library/Preferences/com.apple.mms_override.plist and replace the contents with:
Code:
<?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>MMS</key>
<dict>
<key>GroupModeEnabled</key>
<false/>
<key>MMSC</key>
<string>http://mms.msg.eng.t-mobile.com/mms/wapenc</string>
<key>MaxMessageSize</key>
<integer>1048576</integer>
<key>MaxRecipients</key>
<integer>10</integer>
<key>MaxVideoBitrate</key>
<integer>131072</integer>
<key>Proxy</key>
<string>216.155.165.50:8080</string>
<key>UAProf</key>
<string>http://www.apple.com/mms/uaprof.rdf</string>
<key>UserAgent</key>
<string>SonyEricssonW800i/R1L</string>
</dict>
</dict>
</plist>
3) Reboot the phone and then test MMS.
It's important to note that if you want iMessage and FaceTime to activate against the T-Mobile phone number (and not just the Apple ID's e-mail address) the phone MUST be able to send SMS to an international number, as it will send one or two SMS messages in order to complete the activation. This is not 'blocked' by default, however, pay as you go plans must have additional credit on the account for the SMS to successfully transmit.
Bookmarks