maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] fMMS for N900 (https://talk.maemo.org/showthread.php?t=39737)

raverpol 2010-01-18 23:24

Re: [Announce] fMMS for N900
 
great work as always :) all numbers are shown :)
I wonder if there is posibility to put some letters in contact list to find contact easier. For now u have to scroll down and I think it could be not comfortable when you have a lot of contacts.

thanks again :)

Quote:

Originally Posted by frals (Post 480831)
On a side note:
[2010-01-18 23:34:16] fmms 0.2.1-1 has been queued for loading into fremantle extras-devel repository

0.2.1:
* no longer breaking MMS-standards (I think)!
* confirm dialog on redownload as message might be gone
* should show all numbers available for a contact
* wappushhandler got some love, error handling and stuff
* fixed postinstall to only chmod if dir exists
0.1.12:
* correctly sends m-notifyresp-ind and m-acknowledge-ind when fetching the mms
* button to launch video/audio in the viewer should now launch the mediaplayer
* if the mimetype is unknown the button currently does nothing


frals 2010-01-18 23:35

Re: [Announce] fMMS for N900
 
Quote:

Originally Posted by raverpol (Post 481006)
great work as always :) all numbers are shown :)
I wonder if there is posibility to put some letters in contact list to find contact easier. For now u have to scroll down and I think it could be not comfortable when you have a lot of contacts.

thanks again :)

Thanks :)
I'll add the searchbar-thingy in some future release, it's on "the list" ;)

Quote:

Originally Posted by dread123 (Post 481003)
in new release...messages not being shown? able to send fine but not receiving images? was working prviously?

Do you get the "SMS Push" notification? If not, kill any active fmmsd running (ps a|grep fmmsd, kill pid where pid = first column of the row where it says "python /opt/fmms/fmmsd.py" or something) and then run it manually in a terminal: /opt/fmms/fmmsd.py, send yourself an MMS and attach the output from the terminal in a PM to me.

Quote:

Originally Posted by romanianusa (Post 480997)
Frals,

Can you answer the question of why receiving images are reduced to thumbnail size?

I suspect your MMSC is doing this as fMMS currently does not send any "Capabilities" headers (not mandatory as far as I remember, have to read the specs again), hence it's being helpful and resizing it for you.


Thanks everyone for the kind words and for testing it :)

dread123 2010-01-18 23:41

Re: [Announce] fMMS for N900
 
yeh getting the sms push..but no pics at all blank screen even after downloading again. going to reinstall again fifrst. not linux friendly so can u post everything needed to type in gterminal so i can help.thanks

frals 2010-01-18 23:54

Re: [Announce] fMMS for N900
 
Quote:

Originally Posted by dread123 (Post 481036)
yeh getting the sms push..but no pics at all blank screen even after downloading again. going to reinstall again fifrst. not linux friendly so can u post everything needed to type in gterminal so i can help.thanks

I'm assuming it worked previously?

Do you get the "MMS received" notification?

Since the SMS Push is received it's enough to do the following:
open terminal
enter: /opt/fmms/fmms_gui.py
-> long-click on the message in the ui and take "redownload"; afterwards please send all the output in the terminal in a PM to me (don't forget to scroll up/down as there's bound to be a lot of output). If it doesn't fit in a PM, feel free to email me instead.

dread123 2010-01-19 00:04

Re: [Announce] fMMS for N900
 
process 2140 arguments to dbus connection get data incorrect. connection null failed in line 5757. this is normally bug in dbus library.

gthats what i get running above command in terminal?

frals 2010-01-19 00:05

Re: [Announce] fMMS for N900
 
It should be run as user, not root - no "sudo gainroot" or something similar :)

romanianusa 2010-01-19 00:06

Re: [Announce] fMMS for N900
 
Quote:

Originally Posted by frals (Post 481027)

I suspect your MMSC is doing this as fMMS currently does not send any "Capabilities" headers (not mandatory as far as I remember, have to read the specs again), hence it's being helpful and resizing it for you.

I don't know what you mean MMSC doing this....i am talking about when people send me the image...it is being reduced to thumbnails size...basically useless. If it's MMSC's fault...how do you fix this?? I read a couple posts back someone have the same problem and was never answer. This is for Tmobile and the MMSC address is http://216.155.174.84/servlets/mms Also sending image with size of 3.0MB to 5.0MB will not get through.

frals 2010-01-19 00:11

Re: [Announce] fMMS for N900
 
Quote:

Originally Posted by romanianusa (Post 481061)
I don't know what you mean MMSC doing this....i am talking about when people send me the image...it is being reduced to thumbnails size...basically useless. If it's MMSC's fault...how do you fix this?? I read a couple posts back someone have the same problem and was never answer. This is for Tmobile and the MMSC address is http://216.155.174.84/servlets/mms

The MMSC is where the MMS is fetched from. Basically there is a protocol for a device to tell the MMSC what capabilities and limitations it has, e.g. max size of images, what types of files it can handle etc. As fMMS does NOT implement that protocol your MMSC has no idea, and apparently defaults to a very small image size. Mine does the opposite and sends me everything without touching it.

How to fix this? Supply a patch containing the MMSUAProf/UAProf code and I'll be happy to integrate it into fMMS :)

[UAPROF]: “User Agent Profile version 2.0”, Open Mobile AllianceTM. URL: http://www.openmobilealliance.org
[MMSUAPROF]: “UAProf Schema for MMS Characteristics”, OMA-SUP-RDF_ccppschema_mms-V1_3, Open Mobile AllianceTM. URL: http://www.openmobilealliance.org

dread123 2010-01-19 00:24

Re: [Announce] fMMS for N900
 
pm sent cheers

romanianusa 2010-01-19 01:01

Re: [Announce] fMMS for N900
 
Quote:

Originally Posted by frals (Post 481067)
The MMSC is where the MMS is fetched from. Basically there is a protocol for a device to tell the MMSC what capabilities and limitations it has, e.g. max size of images, what types of files it can handle etc. As fMMS does NOT implement that protocol your MMSC has no idea, and apparently defaults to a very small image size. Mine does the opposite and sends me everything without touching it.

How to fix this? Supply a patch containing the MMSUAProf/UAProf code and I'll be happy to integrate it into fMMS :)

[UAPROF]: “User Agent Profile version 2.0”, Open Mobile AllianceTM. URL: http://www.openmobilealliance.org
[MMSUAPROF]: “UAProf Schema for MMS Characteristics”, OMA-SUP-RDF_ccppschema_mms-V1_3, Open Mobile AllianceTM. URL: http://www.openmobilealliance.org

Are you asking me to supply you with code?? How am i going to do that?? I am not a programmer. It's not just me with this problem...probably everyone with Tmobile USA?

How about this code:
http://www.apple.com/mms/uaprof.rdf


All times are GMT. The time now is 23:05.

vBulletin® Version 3.8.8