Hmm something interesting too that I just checked out. Looking at the "fix" from the XDA site (link is in my first post) I see that they're having the i910 mimmick another phone to get the MMS working. Opening the cab file this is what's in there:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
- <wap-provisioningdoc>
- <characteristic type="Registry">
- <characteristic type="HKLM\SOFTWARE\Samsung\MMS\Settings" translation="filesystem">
<parm name="Accept" datatype="string" value="application/vnd.wap.mms-message;*/*;" />
<parm name="UserAgent" datatype="string" value="prodigy/arcsoft-mmsua-ppc-3.0.0.xx" />
<parm name="UAProf" datatype="string" value="http://www.htcmms.com.tw/gen/wizard-2.0.xml" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Now looking into my registry settings (HKLM\Software\Samsung\MMS\Settings) I have:
UAProf as:
http://uaprof.vtext.com/sam/i910/i910v1.xml
UserAgent is: sami910v1
Now up in the "fix" section if you click the UAProf link it takes you to an informational page which shows settings for all sorts of parameters, one of which is...ding ding ding... MMSMaxImageResolution which is set at 1280x1280 (big picture when viewed on PC).
Now click on Verizon's UAProf link and you get.....nothing.
Can you check your Registry settings and post what your UAProf and UserAgent settings are please? Thanks! This seems like potential progress though I'm sure it can't be this easy lol. The phone gurus would have been all over such a simple fix I think. Still doesn't hurt to keep trying!