View Single Post
  #116 (permalink)  
Old 12-20-2009, 01:31 PM
chris1683's Avatar
chris1683
VIP Member
Offline
 
Join Date: Nov 2008
Posts: 1,077
Reputation: 6650
chris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the communitychris1683 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Native HTC messaging MMS fix (collaboration)

Quote:
Originally Posted by mswlogo View Post
Thanks Ziggy, be very interested in what you find.

How can you debug Sprint if you are on Verizon though?

I played around a lot last night and I suspect I'm still catching up. But I noticed that there are two sets of settings. One for GSM and one for CDMA. I'm not sure all pieces agree which to use.

Any way I came up with this REG script to set everything consistent (see bottom).

But I notice that when I send something larger than 300k it still warns me it's over 300K even though I set everything 1024K.

Before installing Valyrie (Sprint) Cab it would fail to send. And I'd get a Message Box "Send ... Get ... Failed" or some such. After installing Valyrie (Sprint) Cab. And rerunning the reg script below a Send to myself completes but nothing comes back. I have no other working MMS device to check if it actually sent.

I also googled and noticed some devices use X-sprint-MDN instead of X-SPRINT-MDN not sure if it's case sensitive but usually paramters are case sensitive.

[HKEY_LOCAL_MACHINE\SOFTWARE\Jataayu\Messaging\MMS\ Profile\CDMA]
"Lock"=dword:00000000
"Port"=dword:00000050
"ConnectionType"=dword:00000000
"MMSCURL"="http://mms.sprintpcs.com/servlets/mms?X-SPRINT-MDN=508XXXXXXX"
"SendLimit"=dword:00000400
"IPAddress"=""
"GUID"="{F079757F-9357-4000-8305-9CA6B9B6CAEC}"
"Name"="Sprint"

[HKEY_LOCAL_MACHINE\SOFTWARE\Jataayu\Messaging\MMS\ Profile\GSM]
"Name"="Sprint"
"IPAddress"=""
"MMSCURL"="http://mms.sprintpcs.com/servlets/mms?X-SPRINT-MDN=508XXXXXXX"
"SendLimit"=dword:00000400
"ConnectionType"=dword:00000000
"GUID"="{F079757F-9357-4000-8305-9CA6B9B6CAEC}"
"Port"=dword:00000050
"Lock"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Jataayu\MMS\Profiles]
"ActiveProfileGSM"="Sprint"
"ActiveProfileCDMA"="Sprint"
"DefaultSendSize"=dword:00000400
"DefaultNetwork"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Jataayu\MMS\Profiles\S print]
"Lock"=dword:00000000
"Port"=dword:00000050
"ConnectionType"=dword:00000000
"MMSCURL"="http://mms.sprintpcs.com/servlets/mms?X-SPRINT-MDN=508XXXXXX"
"IPAddress"=""
"GUID"="{F079757F-9357-4000-8305-9CA6B9B6CAEC}"
"SendLimit"=dword:00000400
"Name"="Sprint"
Just to clarify, did these setting work for sending/receiveing on Sprint or are they just to keep things the same within the registry?
Reply With Quote