Android 2.1 rom HERO MMS fix
April 30th, 2010 / No Comments » / by Chris
If you’re using a 2.1 ROM which has been ported from the eris/slide/legend, it’s most likely that your MMS settings are screwed (as it’ll be stuck on Sprint network settings)
Here’s some instructions for adjusting it for your carrier….
OK, I have now fixed MMS on my phone (on 5.4 fully updated with OTE) by using the instructions originally posted by pulser (but slightly fixed as they appeared to be just a little incorrect).
Here is what to do (make sure your phone is connected, if you are unsure as to wether the android tools can communicate with your phone use the command "adb devices" from the android tools and your phone should be listed if it has been detected):
1) Install Android SDK if you don’t already have it.
2) Terminal (cmd) to the ../tools folder.
3) Type the following exactly as written:
adb shell
cd /data/data/com.android.providers.telephony/databases
sqlite3 telephony.db
select * from carriers where name = ‘Production’;
——– This should show you the Sprint APN that Android is trying to use.
——– Now go to http://wiki.xda-developers.com/index…xesMmsSettings and use the command for your network. I’ve posted them below for ease-of-use
select * from carriers where name = ‘Production’;
——– This should now show the modified APN with your carriers settings.
.exit
exit
——– DONE
United Kingdom
T-Mobile UK
update carriers set mmsproxy=’149.254.201.135′, mmsport=’8080′, mmsc=’http://mmsc.t-mobile.co.uk:8002′ where name = ‘Production’;
Vodafone UK
update carriers set mmsproxy=’212.183.137.12′, mmsport=’8799′, mmsc=’http://mms.vodafone.co.uk/servlets/mms’ where name = ‘Production’;
Hutchison 3G UK (Aka 3 UK) (untested as of yet)
update carriers set mmsproxy=’217.171.129.2′, mmsport=’8799′, mmsc=’http://mms.um.three.co.uk:10021/mmsc’ where name = ‘Production’;
O2 UK (untested as of yet)
update carriers set mmsproxy=’193.113.200.195′, mmsport=’8080′, mmsc=’http://mmsc.mms.o2.co.uk:8002′ where name = ‘Production’;
Orange UK (tested by ?LennyUK and is working - get in!)
update carriers set mmsproxy=’192.168.224.010′, mmsport=’8080′, mmsc=’http://mms.orange.co.uk/’ where name = ‘Production’;
Virgin UK (untested as of yet)
update carriers set mmsproxy=’193.030.166.001′, mmsport=’8080′, mmsc=’http://mms.virginmobile.co.uk:8002′ where name = ‘Production’;
Tesco Mobile UK (untested as of yet)
update carriers set mmsproxy=’193.113.200.195′, mmsport=’8080′, mmsc=’http://mmsc.mms.o2.co.uk:8002′ where name = ‘Production’;
Asda Mobile UK (untested as of yet)
update carriers set mmsproxy=’212.183.137.12′, mmsport=’8799′, mmsc=’http://mms.asdamobiles.co.uk/servlets/mms’ where name = ‘Production’;Italy
http://forum.xda-developers.com/showpost.php?p=6316525&postcount=3773
Submit Article :- BlinkList + Blogmarks + Digg + Del.icio.us + Ekstreme Socializer + Feedmarker + Furl + Google Bookmarks + ma.gnolia + Netvouz + RawSugar + Reddit + Scuttle + Shadows + Simpy + Spurl + Technorati + Unalog + Wink





