![]() |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
[QUOTE=frals;490538]You might want to edit out your numbers from that ;)
Anyway, seems like you are not allowed to send MMS through the specified MMSC, so (most likely) its either A) Wrong settings or B) you are not allowed to send MMS for your carrier thanks for the help... well i have receive mms using fmms. my setting was taken from a list of settings for telcos. also i have taken settings from my my phone too... and send out mms usig my n97 so couldnt be not allowed to send... maybe setting on mmsc but the setting also from ppl used before... but what does the error msg means someth like wrong version... |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Slightly late to join fMMS bandwagon but here's my feedback:
fMMS version: 0.2.8 Network: T-Mobile UK Settings: http://wiki.maemo.org/MMS#T-Mobile_UK MMS out test: works OK, generally, ie. picture gets through correctly, but on wife's phone (Sony Ericsson S500i also on T-Mobile UK) I get following message instead of text: Code:
Text fMMSpart6306 was deleted due to: no legal rules found for this media (-1)Other notes:
Sorry in advance if I re-iterate issues that possibly were discussed before, but getting through 48-page thread is somewhat troublesome. :( That's about it, so far. Despite few inconveniences, fMMS actually does the job and that's great - well done, frals! Since Nokia itself is offering support in fMMS development, I strongly believe it will shortly get very close to perfect solution for seamless MMS support in Maemo as a whole! Actually, I think it already is quite close, but would be much closer if it was integrated with Conversations. :) |
Re: [Announce] fMMS for N900
1 Attachment(s)
patch to enable logging and removal of hardcoded paths attached.
- all print statments replaced with log.info, for exceptions, log.exception - logging configurable in logging.conf - default log file is /tmp/fmms.log - default log level is DEBUG - default log file size is 20K, then it rolls over to /tmp/fmms.log1 - log entry shows source module and message, but no date - should apply cleanly to v0.2.8 :) (if there is a newer version, I can regenerate patch) - sent dir now stored in gconf - no more hardcoded paths in wappushhandler.py |
Re: [Announce] fMMS for N900
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Wheter or not Conversation integration is possible or not time will tell, but most other parts of integrating it with the the OS (share via and stuff like that) should be possible in the future :) In other news I've refactored the code over the weekend, changed to something resembling a MVC concept and added a sqlite.db for keeping track of stuff in the application, working on showing outgoing mms as well as incoming. Some minor fixes left which I hope to solve during the week and I'll push a new version to -devel :) |
Re: [Announce] fMMS for N900
Quote:
hoggerz |
Re: [Announce] fMMS for N900
Quote:
And I mentioned the e-newspaper before. The pictures coming in as unkonwn type, the extensions are" . unknown". But the images can be opened. And texts and images are still sperated. The orginal mms contain several parts and named as part01, part 02, but it seem fmms cannot arrange the parts in order according to the numbering so the content is a little mixed up. Previously, when I receive the e-newspaper with another cell phone, the content will be divided into several pages, some pages are texts, some pages contain images. |
Re: [Announce] fMMS for N900
Hi,
I've installed the latest version from extras and although i've received the sms push message and the messages appear in fmms, i can't receive them, i get "failed to download message". I run fmms_gui.py and got this (sorry i didn't PM it, i seem to not be able to for some reason) Traceback (most recent call last): File "fmms_gui.py", line 712, in <module> app = fMMS_GUI() File "fmms_gui.py", line 30, in __init__ self.ch = ContactH.ContactHandler() File "/home/opt/fmms/contacts.py", line 17, in __init__ self.contacts = self.ab.get_all_contacts() AttributeError: 'NoneType' object has no attribute 'get_all_contacts' |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Quote:
(0,) http://promms/servlets/NOK5AVcFcS8YS...sB3mHMAQAAAAAA NOK5AVcFcS8YSG4L9JAAAsHsB3mHMAQAAAAAA creating dir getting file: http://promms/servlets/NOK5AVcFcS8YS...sB3mHMAQAAAAAA setting up notify sender GOT SENDER: None customMMS: True sending notify... using custom mms connecting via proxy 213.249.019.049:5080 mmschost: http://mms.vodafone.gr/ notify sending failed... connecting with proxy 213.249.019.049:5080 <urlopen error (-3, 'Temporary failure in name resolution')> (gaierror(-3, 'Temporary failure in name resolution'),) removing dir... connection_cb(<conic.Connection object at 0x41b308c8 (ConIcConnection at 0x4f1b18)>, <conic.ConnectionEvent object at 0x41b308a0 (ConIcConnectionEvent at 0x4f9e20)>, acdcacdc) |
Re: [Announce] fMMS for N900
Quote:
Also, remove leading zeroes from the proxy, i.e change it to 213.249.19.49:5080 |
Re: [Announce] fMMS for N900
Quote:
Code:
root@n900:~# cat /home/user/.fmms/mms/m5psspdst21efnpf313@/AAAA Quote:
Quote:
Quote:
Quote:
Quote:
|
Re: [Announce] fMMS for N900
Quote:
Quote:
|
Re: [Announce] fMMS for N900
Thank's for your works :)
But some notes. On my N900 after recived SMS with MMS data fMMS freeze. Ended only by timeout. After restart new MMS message stay visible. Contact search is wrong. In base view i use order "last name, first name" and first name has 2 words in some contact. Also not bad if after send MMS dialog window to be closed. |
Re: [Announce] fMMS for N900
The 0.2.8 version can only display full size image for certain kind of size as some one mentions before (on Tmobile USA). Otherwise, it will display as thumbnail :D.
|
Re: [Announce] fMMS for N900
Finally got git sorted.. I think... http://gitorious.org/fmms :D
|
Re: [Announce] fMMS for N900
Holy crap. Managed to get it working (T-Mobile USA). Great work. Exciting!
|
Re: [Announce] fMMS for N900
I would rather just email pictures ###-###-###@vzwpix.com @Tmomail.com ect its easier then switching Connections all the time
|
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
when i start fmms the program windows opens then after about 5-10secs the program quits.... can anyone help ..
|
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
[QUOTE=frals;490538]You might want to edit out your numbers from that ;)
Anyway, seems like you are not allowed to send MMS through the specified MMSC, so (most likely) its either A) Wrong settings or B) you are not allowed to send MMS for your carrier guess wat. strangest thing.... am able to send out now. here is the log BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ /opt/fmms/fmms_sender_ui.py /opt/fmms/fmms_sender_ui.py:174: GtkWarning: Invalid icon size 0 ret = fcd.run() /opt/fmms/fmms_sender_ui.py:174: Warning: IA__g_object_get_valist: object class `HildonFileSystemSettings' has no property named `hour24' ret = fcd.run() /opt/fmms/fmms_sender_ui.py:317: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed gtk.main() /opt/fmms/fmms_sender_ui.py:317: Warning: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed gtk.main() /opt/fmms/fmms_sender_ui.py:317: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed gtk.main() /media/mmc1/DCIM/20100124_002.jpg 300 True height 1936 width 2576 resizing Resizing image: 300 * 225 /home/user/.fmms/temp/20100124_002.jpg Test GOT SENDER: customMMS: None connecting via proxy 203.92.128.160:80 mmschost: http://mms.digi.com.my/servlets/mms MMSC STATUS: 200 OK MMSC RESPONDED: ���79359������Msg received successfully�mrmzolop21h9r41500@mms.digi.com.my Removing temporary image... |
Re: [Announce] fMMS for N900
Quote:
All I need is video calls and DTMF in voip would be nice... but I can live without. |
Re: [Announce] fMMS for N900
Quote:
process 3129: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757. This is normally a bug in some application using the D-Bus library. process 3129: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721. This is normally a bug in some application using the D-Bus library. Aborted this is wot came bk cheers |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Quote:
$ /opt/fmms/fmms_gui.py /etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderTop.png" /etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename /etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderBottom.png" /etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename /etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderThumbPortrait.png" /etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename Traceback (most recent call last): File "/opt/fmms/fmms_gui.py", line 710, in <module> app = fMMS_GUI() File "/opt/fmms/fmms_gui.py", line 78, in __init__ self.add_buttons_liststore() File "/opt/fmms/fmms_gui.py", line 324, in add_buttons_liststore phototest = self.ch.get_photo_from_name(sendername, 64) File "/home/opt/fmms/contacts.py", line 96, in get_photo_from_name img = res[0].get_photo(imgsize) IndexError: list index out of range |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Quote:
1) I used fAPN to make the MMS APN 2) there are proxy settings to put int he APN 3) your settings above. I have been sending and receiving MMS today |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
0.3.0 submitted to builder
NOTE: YOUR OLD MMS WILL NOT APPEAR IN THE GUI ANYMORE DUE TO A LOT OF CHANGES IN THE CODE. They are still there, so if you want to save them, cp -R ~/.fmms/mms ~/MyDocs/ or something similiar! first post updated with changelog KNOWN ISSUES: Sent MMS are marked as "Unread" forever, main view listing doesnt update to show "read" until the application is restarted EDIT: Opsie, seems permissions were wrong on the package... Bah :P [2010-01-27 02:30:20] fmms 0.3.0-2 has been queued for loading into fremantle extras-devel repository |
Re: [Announce] fMMS for N900
how long does it take for it to appear??
|
Re: [Announce] fMMS for N900
its ok install from deb download from garage seams to be workin cheers ur a star!!
|
Re: [Announce] fMMS for N900
well just when me thought all was well... tried send a picture from an n96 to the n900 and now fmms does it again...
this is wot it now sez in terminal ~ $ /opt/fmms/fmms_gui.py /etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderTop.png" /etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename /etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderBottom.png" /etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename /etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderThumbPortrait.png" /etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename Traceback (most recent call last): File "/opt/fmms/fmms_gui.py", line 494, in <module> app = fMMS_GUI() File "/opt/fmms/fmms_gui.py", line 84, in __init__ self.add_buttons_liststore() File "/opt/fmms/fmms_gui.py", line 346, in add_buttons_liststore phototest = self.ch.get_photo_from_name(sendername, 64) File "/home/opt/fmms/contacts.py", line 99, in get_photo_from_name img = res[0].get_photo(imgsize) IndexError: list index out of range |
Re: [Announce] fMMS for N900
Quote:
|
Re: [Announce] fMMS for N900
Thanks for new build.
issues: - Long press to picture and from popup select open does nothing on my N900. Wishlist: - Reply button to top popup menu. |
Re: [Announce] fMMS for N900
Quote:
Looking at something like this :) |
Re: [Announce] fMMS for N900
Hi Can any onetell me why i cannot delete one mms message i recieved or view it it seems to have forzen my fmms system i can download more with ease only this one file. even if i delete fmms and reinstall it is still there
thanks |
| All times are GMT. The time now is 20:54. |
vBulletin® Version 3.8.8