|
2010-08-26
, 01:43
|
Posts: 22 |
Thanked: 2 times |
Joined on Aug 2010
|
#592
|
if you are uk
name your new apn fmms
access point wap.vodafone.co.uk
user name wap
password wap
use proxy
http proxy 212.183.137.12
port 8799
set this up then start fmms and co to configure, it should have found this new access point on its own
click save
set image resize to small
give that a go and let me know how you get on as it worked for me
|
2010-08-27
, 23:12
|
Posts: 1,141 |
Thanked: 781 times |
Joined on Dec 2009
@ Magical Unicorn Land
|
#593
|
|
2010-08-29
, 17:55
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2010
|
#594
|
|
2010-08-30
, 19:35
|
Posts: 547 |
Thanked: 1,383 times |
Joined on Sep 2009
@ Stockholm, Sweden
|
#595
|
Frals, thanks for the great program It's working allmost like I want it to, but I do have a couple small problems with it, both related to scrolling.
1. When i receive a message with a one picture and two lines of text, I can see only the top quarter of the second line, and can't scroll the message. More lines of text, or more pictures, and it scrolls perfectly with hand.
2. When I write a message, after 5 lines the screen doesn't automaticly scroll down to where the cursor goes. Makes it hard to write longer messages.
I'm using version 1.2.2, but these have been there all the time I have been using it. Would be nice if you could find some help to these, also being able to send more than one picture in one message would be super nice
Hi I cant get the new bugfix/feature in 1.2.4 figured out.
I have tried to write only text and close. Write text and insert picture, and name. Where is FMMS supposed to save the MMS as a draft?
Hi Frals,
I'm not sure if you knew about this problem. fMMS is using the roaming data counter in my N900 also when I am in my home network. I had to disable the roaming warning in the N900 config to avoid high data transfer warnings when sending and receiving MMS.
Thanks.
Hi all
I am in Japan using Softbank silver USIM.
I am quite hopeless with codes and stuff from Linux but still, like and very pleased to be using N900 (Hongkong version)
Could you please tell me how to set up fMMS (V. 1.24) to send and receive MMS via softbank.ne.jp?
I tried, the fMMS can load MMS headers, but always fail to download the whole message.
Tried polite, rude, havoc but all failed.
Tried gconftool-2 -st string /apps/fmms/useragent "New UA String" from X-Terminal too without success.
Please please please help
Thanks
Hi I am using the latest version 1.2.4 in havoc mode.
I do not get any sound alert for new MMS !
I do not get any visual alert for new MMS!
only way to know a new MMS has arrived is accidentially by opening multitasking window.
Please advise!
Hi I still get "Unknown Sender" in the notification! and sender number is "00000" in the list.
Reply as SMS doesn't seem to work.
Is anyone else having this problem?
I've had FMMS for a long time now, but all of a sudden when i went to send an MMS a few days ago, the program would not even open. I attempt to open it, and all it does is crash. I cant send or receive. Im on Tmobile USA.
Nothing opens up so I can't adjust any settings or anything. I uninstalled and installed again thinking that would fix it, but it solved nothing. Is there anyone that can suggest something to help me fix this issue? Is anyone else having this issue? Im running the latest version 1.2.4
Here's the log:
2010-08-29 14:16:26,481 fmms.__main__: General failure.
Traceback (most recent call last):
File "/opt/fmms/fmms_gui.py", line 459, in <module>
app = fMMS_GUI()
File "/opt/fmms/fmms_gui.py", line 36, in __init__
self.cont = fMMSController.fMMS_controllerGTK()
File "/opt/fmms/controller_gtk.py", line 32, in __init__
controller.fMMS_controller.__init__(self)
File "/opt/fmms/controller.py", line 51, in __init__
self.store = DBHandler.DatabaseHandler(self)
File "/opt/fmms/dbhandler.py", line 47, in __init__
self.create_database_layout()
File "/opt/fmms/dbhandler.py", line 56, in create_database_layout
c.execute("""CREATE TABLE "revision" ("version" INT);""")
OperationalError: disk I/O error
The Following User Says Thank You to frals For This Useful Post: | ||
|
2010-08-30
, 20:08
|
Posts: 547 |
Thanked: 1,383 times |
Joined on Sep 2009
@ Stockholm, Sweden
|
#596
|
* shipping the code that was forgotten in previous release...
* added somewhat limited support for audio/video attachments
i.e. no reencoding is done so dont send huge files!
* translations updated
|
2010-09-01
, 16:24
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2010
|
#597
|
|
2010-09-01
, 22:03
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#598
|
Yes, there is a chance but someone needs to port a video encoder so the video can be recoded to fit in a <300k MMS
$ gst-launch-0.10 filesrc location="/home/user/MyDocs/.videos/Nokia_N900.mp4" ! decodebin2 name=all \
hantromp4mux filetype=1 name=muxer ! filesink location="/home/user/MyDocs/.videos/outfile.3gp" \
all. ! queue2 use-buffering=TRUE ! videoscale ! "video/x-raw-yuv, width=(int)176,height=(int)144" ! videorate ! "video/x-raw-yuv, framerate=(fraction)15/1" ! dsph263enc ! muxer.
gst-launch-0.10 filesrc location="/home/user/MyDocs/.videos/Nokia_N900.mp4" ! decodebin2 name=all \
hantromp4mux filetype=1 name=muxer ! filesink location="/home/user/MyDocs/.videos/outfile.3gp" \
all. ! queue2 use-buffering=TRUE ! audioconvert ! audioresample ! nokiaamrnbenc ! muxer. \
all. ! queue2 use-buffering=TRUE ! videoscale ! "video/x-raw-yuv, width=(int)176,height=(int)144" ! videorate ! "video/x-raw-yuv, framerate=(fraction)15/1" ! dsph263enc ! muxer.
|
2010-09-03
, 08:53
|
Posts: 4 |
Thanked: 0 times |
Joined on Aug 2010
|
#599
|
|
2010-09-04
, 18:08
|
Posts: 10 |
Thanked: 1 time |
Joined on Sep 2010
|
#600
|
Thanks frals, fmms is amazing app for me and work absolutely fantastic, congratulations for your amazing job what you do for all of N900 users.
Does in future be possible to add more images into one mms message and send to other people?
Tags |
bada rox, bada rulez, fmms, mms, mms config, n900, python |
Thread Tools | |
|
Reply as SMS doesn't seem to work.
Is anyone else having this problem?
Install Preenv games into eMMC| Click Here to get rid of Uboot screen
My N900 running at 250-1150Mhz
Unlocking your FM-transmitter to 76.0Mhz - 107.9Mhz range - CLICK HERE.