PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-20-2009, 12:42 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
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
  #2 (permalink)  
Old 12-20-2009, 01:31 PM
chris1683's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint
 
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
  #3 (permalink)  
Old 12-20-2009, 02:30 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
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 chris1683 View Post
Just to clarify, did these setting work for sending/receiveing on Sprint or are they just to keep things the same within the registry?
NO !! I was just sharing my progress and discoveries. Which I believe ziggy is well aware of.

It does "send" with no error. But I have no idea if it really went since I have no known working receiver.

Folks saying "it works for me" on verizon at this point is not helpful because that appears to be a no brainer for verizon folks now.

I'm waiting for ziggy to finish his morning coffee.
Reply With Quote
  #4 (permalink)  
Old 12-20-2009, 05:25 PM
ziggy471's Avatar
Geek with a Gun
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Location: NoVA
 
Join Date: Oct 2009
Posts: 744
Reputation: 6575
ziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 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
NO !! I was just sharing my progress and discoveries. Which I believe ziggy is well aware of.

It does "send" with no error. But I have no idea if it really went since I have no known working receiver.

Folks saying "it works for me" on verizon at this point is not helpful because that appears to be a no brainer for verizon folks now.

I'm waiting for ziggy to finish his morning coffee.
Sorry, after three cups, then three hours of shoveling snow, then 2 cups of hot chocolate, then a trip to the mall, and then lunch, I'M TIRED.

I promise that I'll start again tomorrow, maybe this evening, if I don't have a Guilty Verdict drink, then again that might help, if you don't know what that is just Google it. I did leave a very detailed post as to where I left off at 6:30am, someone else can take over for now. I'll check back before starting again.


Z
Reply With Quote
This post has been thanked 1 times.
  #5 (permalink)  
Old 12-20-2009, 05:30 PM
auburnmk's Avatar
Regular 'Geeker
Offline
Pocket PC: Treo 650/XV6700/Mogul/Diamond/TP/TP2
Carrier: Sprint
 
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)

Forget the mms issue, what's a Guilty Verdict? lmao


Quote:
Originally Posted by ziggy471 View Post
Sorry, after three cups, then three hours of shoveling snow, then 2 cups of hot chocolate, then a trip to the mall, and then lunch, I'M TIRED.

I promise that I'll start again tomorrow, maybe this evening, if I don't have a Guilty Verdict drink, then again that might help, if you don't know what that is just Google it. I did leave a very detailed post as to where I left off at 6:30am, someone else can take over for now. I'll check back before starting again.


Z
__________________
HIT THE GREEN THANKS BUTTON IF I'VE HELPED YOU IN ANY WAY!
Reply With Quote
  #6 (permalink)  
Old 12-20-2009, 05:33 PM
ziggy471's Avatar
Geek with a Gun
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Location: NoVA
 
Join Date: Oct 2009
Posts: 744
Reputation: 6575
ziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 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 auburnmk View Post
Forget the mms issue, what's a Guilty Verdict? lmao
151 and OJ, the bartender that invented it said that if OJ had that much proof on him.......


Z
Reply With Quote
  #7 (permalink)  
Old 12-20-2009, 09:34 PM
auburnmk's Avatar
Regular 'Geeker
Offline
Pocket PC: Treo 650/XV6700/Mogul/Diamond/TP/TP2
Carrier: Sprint
 
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)

Lmao!!

Quote:
Originally Posted by ziggy471 View Post
151 and oj, the bartender that invented it said that if oj had that much proof on him.......


Z
Reply With Quote
  #8 (permalink)  
Old 12-20-2009, 01:47 PM
auburnmk's Avatar
Regular 'Geeker
Offline
Pocket PC: Treo 650/XV6700/Mogul/Diamond/TP/TP2
Carrier: Sprint
 
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"
Reply With Quote
  #9 (permalink)  
Old 12-20-2009, 02:17 PM
chris1683's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint
 
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)



These are some of the settings taken from Arcsoft on Sprint. They were originally in the WspHeader and WspHeader2 entry folders. I am going to try adding/moving them into some corresponding entries on 2.5. Lets all keep up the good work and give Sprint users a Merry Christmas of Messaging with a working 2.5!!!
Reply With Quote
  #10 (permalink)  
Old 12-20-2009, 02:41 PM
auburnmk's Avatar
Regular 'Geeker
Offline
Pocket PC: Treo 650/XV6700/Mogul/Diamond/TP/TP2
Carrier: Sprint
 
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)

Anyone else notice the url is much different than what we've been working with so far? Seems to make sense if I'm reading it correctly....


Quote:
Originally Posted by chris1683 View Post


These are some of the settings taken from Arcsoft on Sprint. They were originally in the WspHeader and WspHeader2 entry folders. I am going to try adding/moving them into some corresponding entries on 2.5. Lets all keep up the good work and give Sprint users a Merry Christmas of Messaging with a working 2.5!!!
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 06:27 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com