View Single Post
  #11 (permalink)  
Old 02-10-2009, 01:45 PM
Veritech_910's Avatar
Veritech_910
PPCGeeks Regular
Offline
Threadstarter
Location: So. Cali
 
Join Date: Feb 2009
Posts: 187
Reputation: 285
Veritech_910 is becoming a PPCGeeks regularVeritech_910 is becoming a PPCGeeks regularVeritech_910 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: i910 MMS Picture Resize Problem

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!