Notices


Reply
Thread Tools
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#971
I know nothing about MMS but to see outgoing headers, can't you just send it to yourself and then check the incoming message? Or do they get mangled along the way? Just a silly idea to throw in the ring...
__________________
Русский военный корабль, иди нахуй!
 

The Following User Says Thank You to pichlo For This Useful Post:
Posts: 68 | Thanked: 113 times | Joined on Sep 2014
#972
So I got a call back on Friday, I was on my way out so I couldn't really talk but they said the network techs sent the ticket back and said the issue was solved.

I tested it and it is still broken.

Saturday I re-imaged my phone fully with stock vanilla optfs and rootfs and only installed fmms (1.3.6-1) with the correct settings.

Still did not work.

I love my N900 with openarena, doom, fm transmitter, tv remote, and Cleven...but this may be a deal-breaker, I share way too many pictures with friends and family.

Last edited by Swordfish II; 2015-01-04 at 20:11.
 

The Following 2 Users Say Thank You to Swordfish II For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#973
Originally Posted by Swordfish II View Post
So I got a call back on Friday, I was on my way out so I couldn't really talk but they said the network techs sent the ticket back and said the issue was solved.

I tested it and it is still broken.

Saturday I re-imaged my phone fully with stock vanilla optfs and rootfs and only installed fmms (1.3.6-1) with the correct settings.

Still did not work.
Typical answer. Go into the next round/iteration.
Insist that your prob is NOT solved. And you like to get technical details why your MMSs do not get delivered.

If we find out we may solve it, if it is related to fMMS.


Do you have another (dumb) phone?
Could you try to test/send with this one, of course with your N900 SIM ?
Then we would know for sure it is related to network...
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 3 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#974
Quick reply...

Can you go to a mobile phone store, say "I want to test if this XYZ phone is capable of sending MMS", insert your SIM into it, and try sending MMS: one to TMobile number (should work, since it works from N900), another to non-TMobile number (if it does not work, it's TMobile problem; if it does work, it is fMMS problem). If it does work, ask the receiver to send you complete contents (headers and such) of receiver MMS, so that fMMS developers could try to get fMMS to work.

Best wishes. Thank you.
~~~~~~~~~~~~~~~~~
Per aspera ad astra...
 

The Following 2 Users Say Thank You to Wikiwide For This Useful Post:
Posts: 68 | Thanked: 113 times | Joined on Sep 2014
#975
Originally Posted by peterleinchen View Post
Typical answer. Go into the next round/iteration.
Insist that your prob is NOT solved. And you like to get technical details why your MMSs do not get delivered.

If we find out we may solve it, if it is related to fMMS.


Do you have another (dumb) phone?
Could you try to test/send with this one, of course with your N900 SIM ?
Then we would know for sure it is related to network...
I have an original Samsung Galaxy S, would that use the same protocals as fmms? Would the SIM card fit in it? If so I can give that a try.

Oh I also have a Razor, if the sim fits that might be a better tester. I will be at work for the next 24 hours but will look into it tomorrow
 

The Following 2 Users Say Thank You to Swordfish II For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#976
I would go for the Razr. The older the better. But no harm done by trying out both.

[OT]I wish I had not gotten rid of my old (pre-MMS era) Motorola phone. There are things it could do that none of my newer phones (Treo 600, some Samsung Android, N900, N9 and Jolla) can. Neither can two different old "dumb" Nokias borrowed from friends.[/OT]
__________________
Русский военный корабль, иди нахуй!
 

The Following 3 Users Say Thank You to pichlo For This Useful Post:
Posts: 68 | Thanked: 113 times | Joined on Sep 2014
#977
So bad news, tried sending an MMS from my Original Galaxy S (with the SIM from the N900) to one of the people that couldn't get MMS from the N900. They received it, so it must be an fMMS issue.

I looked at the APN settings on the SGS and they looked the same as the ones used on my N900. (Although it did list IPv4, and I remember that the N900 may use IPv6)

Let me know what info you guys would like me to get from the MMS that was received or any other info that would help

Last edited by Swordfish II; 2015-01-07 at 00:39.
 

The Following 3 Users Say Thank You to Swordfish II For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#978
Too bad
What I would need is raw formatted MMS (impossible to fetch from Galaxy?)

Originally Posted by Swordfish II View Post
OK Tested the 'MMS-Version' : '1.1' or 1.2
.
But just seen that when you typed it that way it could not work.
I meant either 1.1 or 1.2, not both ORed.

And even stranger: it was the wrong file
Above is commented python code.

Correct one to test is:
/opt/fmms/mms/mms_pdu.py
line 861
Code:
            headersToEncode['MMS-Version'] = '1.0'
change to
Code:
            headersToEncode['MMS-Version'] = '1.1'
or
Code:
            headersToEncode['MMS-Version'] = '1.2'
Sorry.
Really hope that helps, else ...
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 3 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 68 | Thanked: 113 times | Joined on Sep 2014
#979
Yes when I tested it I only used one at a time "or" was never in the statement.

I will try with the right file this time

Edit: My Galaxy is rooted, so there may be a way to obtain the raw MMS

Last edited by Swordfish II; 2015-01-07 at 02:15.
 

The Following 4 Users Say Thank You to Swordfish II For This Useful Post:
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#980
Originally Posted by Swordfish II View Post
Edit: My Galaxy is rooted, so there may be a way to obtain the raw MMS
Quick reply...

/data/data/com.android.providers.telephony/databases/mmssms.db, apparently in SQLite format.
Source.

Best wishes. Thank you.
 

The Following 3 Users Say Thank You to Wikiwide For This Useful Post:
Reply

Tags
bada rox, bada rulez, fmms, mms, mms config, n900, python


 
Forum Jump


All times are GMT. The time now is 06:29.