PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Native HTC messaging MMS fix (collaboration) (http://forum.ppcgeeks.com/showthread.php?t=101286)

kawfeegod 12-19-2009 04:12 AM

Re: Native HTC messaging MMS fix (collaboration)
 
Quote:

Originally Posted by ziggy471 (Post 1423513)
I think I just cracked the MMS problem.

I found a reference in an Android forum saying that if you change your server to:

http://mms.vtext.com/servlets/mms?X-VZW-MDN=<your ten-digit phone number>

for Verizon, it should work.

Well, I just send a beautiful picture of my wife and new puppy to myself and it worked. You also need to change the WAP to None. For Sprint, it should X-SPRINT-MDN. The others should be similar.

Now I'm using this with MM War 2, NO Arcsoft, NO Disable HTC Messaging, and the Valkyrie 2.5 MMS fix from:
http://forum.smartphonejunkie.com/f5...e10134-193479/

I also fixed the UserAgent and UAPROF strings from Mike's provisioning cab, thanks Mike, hope you don't mind the plagiarism.

Anyway, time to go home and see the wife and new puppy.

I'll try and cab up the changes sometime this weekend, this should get everyone started.

Z

HOLY CRAP! THIS WORKS!!!!!!

I did a fresh flash of Juicy R5. No diasable HTC, No ArcSoft. The only CAB I installed was the 2.5MMS Fix for Verizon. Changed the settings as per above and BAM! send and receive! Ziggy, you da man!

brol1k 12-19-2009 06:40 AM

Re: Native HTC messaging MMS fix (collaboration)
 
come on guys lets get this working for sprint...We got ppl donating here lol

This is how its supposed to be for sprint, thing is we can send but ppl dont receive.

Server Name: (Whatever you like (default is SampleMMSC))
IP Address: (blank)
Port Number: 80
Server Address: http://mms.sprintpcs.com/servlets/mm...T-MDN=(replace "1234567890" with your phone #)
Connect Via: Sprint PCS (Or something like that, don't have Sprint so can't verify)
Send Limit: 1024
WAP Version: None

ziggy471 12-19-2009 07:21 AM

Re: Native HTC messaging MMS fix (collaboration)
 
Quote:

Originally Posted by brol1k (Post 1424895)
come on guys lets get this working for sprint...

Can someone on Sprint try this for the server?

http://69.78.70.55/servlets/mms?X-VZW-MDN=1234567890

Replace 1234567890 with your own number.

It's the VZW server using it's IP address, see if it might accept it.

Or, here's the IP for the Sprint server: 62.215.195.152.

Final try that I can think of, change the X-SPRINT-MDN to X-SPCS-MDN, X-SPRINTPCS-MDN, or X-MDN.

EDIT:
Just looked in the Provisioning cab from Mike, and the server is:

http://mms.sprintpcs.com

So why not try:

http://mms.sprintpcs.com/?X-SPRINT-MDN=1234567890

And possibly change:
HKLM\Software\Jataayu\MMS\SP
"UAProf"="http://device.sprintpcs.com/HTC/PPCT7380SP/%CDMA_ROM_VERSION%.rdf"
"UserAgent"="T7380"


Z

gtcoffe 12-19-2009 10:19 AM

Re: Native HTC messaging MMS fix (collaboration)
 
http://mms.sprintpcs.com/servlets/mms?X-mdn=1234567891
(phone #) appeared to send but never rec'd

Http://mms.sprintpcs.com/servlets/mms?X-mdn=1234567891
(phone #) appeared to send in windows sms, add pic, send, ....delivery failed

http://62.215.195.152/servlets/mms?X-mdn=1234567891
(phone #) appeared to send not rec'd

Http://mms.sprintpcs.com/?X-SPRINT-mdn=1234567891
(phone #) appeareared to send as above in winsows sms add pic......... message delivery failed

I think I need more coffee then I will try all options again...
One question in this process...are we changing this in reg editer or in messaging pic/video options? Since mess pic/vid options doesn't show wap. If you could please verify I would be happy to be your SPRINT G-PIG!!!

viper8u2 12-19-2009 12:23 PM

Re: Native HTC messaging MMS fix (collaboration)
 
1 Attachment(s)
Anyone from the Titan remember when GC modded out an arcsoft cab to inject personal user (I thought it was the MDN info) info for the phone during the install? maybe the same type of setup could be applied here. I have no idea how to do this but here is the cab for the TITAN only if someone more cable wants to look

jaymsjoans 12-19-2009 01:10 PM

Re: Native HTC messaging MMS fix (collaboration)
 
No cabs. Made the changes as posted in the MMS server of the HTC messaging client. It works. Funny.. I made these changes yesterday as I saw the post describing the changes, but wap 2.0 was active on mine. All i did was change wap 2.0 to "None", sent a test to my wifes sprint phone. She got it. Thanks everyone..

Energy Rom (280xx 12/17 release) Verizon Wireless

jmorton10 12-19-2009 01:57 PM

Re: Native HTC messaging MMS fix (collaboration)
 
OMG, it works.

i can't believe it, i had given up on this ever working at this point.

I run Juicy R3, Verizon service. I re-enabled the messaging tab, undid the disable HTC messaging patch, added the server settings & ran the MMS fix cab.

Everything works perfectly as if it came stock that way.

~John

ziggy471 12-19-2009 02:43 PM

Re: Native HTC messaging MMS fix (collaboration)
 
I've spent about 6 hours now trying changes in the registry to enable the CDMAHeaders for this version of the Jataayu MMS Client, but to no avail. I know that I have the correct names for the Keys, found them in the mms.dll using a hex editor, but just can't seem to find under which key they go.

The keys that we need are:
CDMAHeaders="X-VZW-MDN" or appropriate for your carrier
"MDNorMIN"=dword:00000000
"GPRSorCDMA"=dword:00000000

The only reference I can find is that these need to be under HKLM\SOFTWARE\Jataayu\MMS\SP, but that doesn't seem to work.

You also need to enable CDMA instead of GSM:
HKLM\Software\Jataayu\MMS\Profiles
"ActiveProfileCDMA"="000"

HKLM\Software\Jataayu\Messaging\Network
"MMSPreferredNetwork"=dword:00000001 (0-Pick GSM or CDMA, 1-CDMA, 2-GSM)
"SMSPreferredNetwork"=dword:00000001 (0-Pick GSM or CDMA, 1-CDMA, 2-GSM)

I know I'm missing something, but I need to quite for a while, need to start shoveling snow, I'm way behind. At least this might be a start for someone else to try.


Z

chopsxxx 12-19-2009 02:49 PM

Re: Native HTC messaging MMS fix (collaboration)
 
I just got this working on Telus (now can send thru Native HTC MMS), Juicy R4:

Created regkeys under:

HKLM\Software\Jataayu\MMS\Profiles\

New Key = 002

Create new string "ActiveProfileCDMA" = 002
Copy contents of 001 to 002 (GSM settings to new CDMA)

HKLM\Software\Jataayu\Messaging\PredefinedPort
New DWORD Telus = 80

HKLM\Software\Jataayu\Messaging\MMS\Profile\

New Key CDMA
Copy contents of GSM to CDMA

Works!

chris1683 12-19-2009 02:54 PM

Re: Native HTC messaging MMS fix (collaboration)
 
Someone must be getting close to getting Sprint to work if Big Red and Telus are working now...


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

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0