for MMS I followed these instructions and it worked PERFECTLY (Send and Receive work)
adb shell
- cd /data/data/com*telephony/databases
- sqlite3 telephony.db
- update carriers set mmsc='http://mms.sprintpcs.com/?X-MDN=MYPHONE' where name='Production';
Obviously replace myphone with your...