Steps to fix the MMS issue by updating the APN settings:
- Download APN Backup & Restore app from Market.
- Open the app and click Backup APNs button.
- Your APN settings should be exported to a xml file in /sdcard/ApnBackupRestore folder.
- Make a backup of the xml file.
- Modify the xml file to match the following settings
- Open the APN Backup & Restore app again but this time click Restore APNs. Pick the xml file that you just modified.
- Reboot your phone.
- DONE!
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<apns count="1">
<apn name="Production" numeric="00000" mcc="000" mnc="00" apn="1" user="null" server="null" password="null" proxy="null" port="null" mmsproxy="null" mmsport="null" mmsprotocol="2.0" mmsc="http://mms.sprintpcs.com" type="mms" />
</apns>
No comments:
Post a Comment