View Single Post
  #112 (permalink)  
Old 12-20-2009, 12:42 PM
mswlogo's Avatar
mswlogo
VIP Member
Offline
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Native HTC messaging MMS fix (collaboration)

Quote:
Originally Posted by ziggy471 View Post
That's about right, and I haven't forgotten about the Sprint Users, that's why I spent so much time on this yesterday, that and all the snow. Once I finish my first cup of coffee, I'll start on it again today.


Z
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"
__________________
EVO 4G, Stock Sprint ROM, ProClip in Car, Sony HBH-300.
Reply With Quote