|
2010-09-06
, 05:29
|
Posts: 117 |
Thanked: 16 times |
Joined on Jun 2010
@ San Diego
|
#602
|
|
2010-09-15
, 06:01
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#603
|
I tried searching this topic and came up with no results.
All i want to know is... why are all of my received MMS messages not downloading completely so I can actually view them? All of them download into unopened messages once I open them they say downloading but it never finishes. Also, i receive the same message like 2-3 times.
|
2010-09-16
, 01:40
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2010
|
#604
|
|
2010-09-16
, 11:29
|
Posts: 49 |
Thanked: 7 times |
Joined on Sep 2010
|
#605
|
|
2010-09-16
, 15:28
|
Posts: 547 |
Thanked: 1,383 times |
Joined on Sep 2009
@ Stockholm, Sweden
|
#606
|
Hi there, I'm in Australia and on the crazy johns net work. I have tried to follow all the links and settings to no avail. I can recieve mms from all net works but can't open them? I can't send them either? At the moment I have 5 unread mms that I don't want to lose before reading them. I have tried a re installing a fresh copyas well. PLEASE HELP. Thanks
|
2010-09-18
, 22:15
|
Posts: 117 |
Thanked: 16 times |
Joined on Jun 2010
@ San Diego
|
#607
|
|
2010-09-19
, 00:30
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2010
|
#608
|
|
2010-09-20
, 03:55
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#609
|
# /opt/fmms/fmms_config.py Traceback (most recent call last): File "/opt/fmms/fmms_config.py", line 440, in <module> config.switcharoo(force=True) File "/opt/fmms/fmms_config.py", line 393, in switcharoo iaps = self.get_active_iaps() File "/opt/fmms/fmms_config.py", line 329, in get_active_iaps simimsi = self.get_sim_imsi() File "/opt/fmms/fmms_config.py", line 314, in get_sim_imsi osso_c = osso.Context('fMMSconfig', '1.0', False) File "context.pyx", line 8, in osso.context.Context.__cinit__ (osso/context.c:531) osso.exceptions.OssoException: Cannot initialize context.
|
2010-09-20
, 08:35
|
Posts: 188 |
Thanked: 74 times |
Joined on May 2010
|
#610
|
Tags |
bada rox, bada rulez, fmms, mms, mms config, n900, python |
|
The code I use now in my Shell script is two lines instead of one:
(gstreamer0.10-ffmpeg will be available on your system once you installed the Extra Decoders Support package.)
Also, I needed to use ffmux_3gp as a muxer instead of hantromp4mux.
All of this leads to a) a 3rd party dependency I didn't want to have and b) a performance that's worse than with the original approach. I'm still convinced, though, that a pipe properly set up, called and monitored from within an application via the API can live without gstreamer0.10-ffmpeg and that all these dirty tricks are only needed because I work on the command line with gst-launch.
OTOH, that's the beauty of Maemo, isn't it? You needn't know how to write serious code. A short shell script is my application for video-editing!
Last edited by benny1967; 2010-09-05 at 20:39.