Notices


Closed Thread
Thread Tools
sbock's Avatar
Posts: 103 | Thanked: 162 times | Joined on Jan 2010 @ Germany
#661
Originally Posted by Brank View Post
I've been using fmms since the beginning, and ever since then worked without any problems. After the newest update though, fetching mms messages doesn't work.
I can still send mms, so problem can't be apn.
doesn't open old mms either, that opened up before
I have exactly the same problem since the update. I tried to uninstall and reinstall the program and to manually delete the mms.db but no success...
 
Posts: 64 | Thanked: 4 times | Joined on Dec 2009
#662
Originally Posted by sbock View Post
I have exactly the same problem since the update. I tried to uninstall and reinstall the program and to manually delete the mms.db but no success...
Same here. Where FMMS stores mms data???? In which folder??? I want to manually delete one MMS that doesn't work
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#663
Originally Posted by Brank View Post
I've been using fmms since the beginning, and ever since then worked without any problems. After the newest update though, fetching mms messages doesn't work.
I can still send mms, so problem can't be apn.
doesn't open old mms either, that opened up before
Please email /tmp/fmms.log to me at <myforumusername>@frals.se

Originally Posted by Venomrush View Post
After sending the first MMS to myself, I received okay.
Tried sending another MMS to my other phone, it seems to have been sent (shown in messages view) but the other phone never got the message.

Then I tried again and got the following error.

fMMS: Failed to parse SMS PUSH

Until now, I cannot send anymore MMS even to myself.

Please advise any solutions?
Please email /tmp/fmms.log to me at <myforumusername>@frals.se

Originally Posted by alex-000 View Post
Same here. Where FMMS stores mms data???? In which folder??? I want to manually delete one MMS that doesn't work
All messages are stored in directories below /home/user/.fmms, as well as in the mms.db in the mentioned folder. Simply removing the correct folder from the directory structure is not enough I'm afraid - the next version will have the tap-and-hold menu again as I just fixed it in http://gitorious.org/fmms/fmms/commi...197156c2d660d2
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->

Last edited by frals; 2010-02-09 at 16:22.
 
sbock's Avatar
Posts: 103 | Thanked: 162 times | Joined on Jan 2010 @ Germany
#664
Originally Posted by alex-000 View Post
Same here. Where FMMS stores mms data???? In which folder??? I want to manually delete one MMS that doesn't work
/home/user/.fmms
 
Posts: 4 | Thanked: 0 times | Joined on Jan 2010
#665
Guys having a problem with gnome module. I think its about dependencies but still didn`t find any clue why the app don`t work or how to fix it without rewriting the code. The fMMS app just don`t start at all. In the console i get a message like this:

# ./fmms_sender_ui.py
Traceback (most recent call last):
File "./fmms_sender_ui.py", line 21, in <module>
from wappushhandler import MMSSender
File "/home/opt/fmms/wappushhandler.py", line 25, in <module>
import controller as fMMSController
File "/home/opt/fmms/controller.py", line 26, in <module>
import dbhandler as DBHandler
File "/home/opt/fmms/dbhandler.py", line 11, in <module>
from gnome import gnomevfs
ImportError: No module named gnome

any clues how to fix it?
 
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#666
Originally Posted by Marchell View Post
Guys having a problem with gnome module. I think its about dependencies but still didn`t find any clue why the app don`t work or how to fix it without rewriting the code. The fMMS app just don`t start at all. In the console i get a message like this:

# ./fmms_sender_ui.py
Traceback (most recent call last):
File "./fmms_sender_ui.py", line 21, in <module>
from wappushhandler import MMSSender
File "/home/opt/fmms/wappushhandler.py", line 25, in <module>
import controller as fMMSController
File "/home/opt/fmms/controller.py", line 26, in <module>
import dbhandler as DBHandler
File "/home/opt/fmms/dbhandler.py", line 11, in <module>
from gnome import gnomevfs
ImportError: No module named gnome

any clues how to fix it?
Maybe try this from the terminal:

As root, type the following:

apt-get install gnome-python
__________________
N9: Go white or go home
 

The Following User Says Thank You to daperl For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Jan 2010
#667
thanks, that fixed it.
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#668
0.3.3 uploaded, should hopefully solve most of the problems introduced in 0.3.2 :P

changelog:
0.3.3:
* added method for timeformat to controller, removed it from viewer/gui
* fmms_gui.py: readded context menu, fully working.
* fmms_sender_ui.py: removed fMMS prefix from title
* only numbers allowed in img resize field
* fmms_gui.py: button scrolls with treeview, receiver is shown if its outgoing message
* urlhook in about dialog, error handling in viewer when parsing date
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->
 

The Following 2 Users Say Thank You to frals For This Useful Post:
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#669
http://blog.frals.se/2010/02/10/ui-i...ments-in-fmms/

Blog post showing off the new UI :-)
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->
 

The Following 2 Users Say Thank You to frals For This Useful Post:
Posts: 113 | Thanked: 44 times | Joined on Feb 2010
#670
Just got my n900 two days ago and played with fMMS last night. Where can I report bugs? I'll go ahead and report it here if it helps. Sorry if this has already been posted (don't feel like going through 67 pages to see).

Anyways, the bug I have been experiencing is that the send button get's pushed to the right if the length of the file name is long. Here's a screen shot (the shorter the length of the file name the more of the send button you can see)...
 

The Following User Says Thank You to kbeeveer46 For This Useful Post:
Closed Thread

Tags
application, community win, fmms, frals rocks, fralsvsnokia1-0, fremantle, maemo, maemo 5, mms, n900, python


 
Forum Jump


All times are GMT. The time now is 18:46.