View Single Post
  #117 (permalink)  
Old 12-20-2009, 01:47 PM
auburnmk's Avatar
auburnmk
Regular 'Geeker
Offline
 
Join Date: Jul 2007
Posts: 260
Reputation: 290
auburnmk is becoming a PPCGeeks regularauburnmk is becoming a PPCGeeks regularauburnmk is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Native HTC messaging MMS fix (collaboration)

I have 2 Sprint devices I can test with, just trying to get my bearings on what settings to change and where within TP2. It's been awhile since working within the registry, but no sweat jumping right in.

I'm running MM Impact(6.5.3) with Sense 2.5. I swore I was able to change some mms settings last night, but now can't find where for the life of me. Of course, this was after a few potent vodka libations....lol

Not a n00b, but not a cook by any means, just want to collaborate and succeed with this endeavour.


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"
__________________
HIT THE GREEN THANKS BUTTON IF I'VE HELPED YOU IN ANY WAY!
Reply With Quote