Notices


Reply
Thread Tools
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#31
Hmmm... peterleinchen, why did you downvote?
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#32
Originally Posted by misiak View Post
Hmmm... peterleinchen, why did you downvote?
Just because of this:
Originally Posted by sixwheeledbeast View Post
Peter thanks for updating you package to fix the author in package management.
No more
Just wanted to make sure that this package does not get further.
Will promote 1.3.5-3 as soon as quarantine ends. And thumb up again.

@six
Thanks for spotting this:
Originally Posted by sixwheeledbeast View Post
I have noticed you have removed the uuencoded icon from the control file.
Not anymore
Had the wrong (hand written) path in. Sorry.
New package is already on its way.

So 1.3.5 is always the same package, just minor corrections/adaptions to debian/maemo packaging.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2014-06-08 at 19:13.
 

The Following 5 Users Say Thank You to peterleinchen For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#33
Version 1.3.5-3 is now back in testing.
Please vote (again) of you like.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 4 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 252 | Thanked: 221 times | Joined on Jul 2010
#34
I have pretty much the same situation as rotoflex. I too am on T-mobile USA. The message fails with "operation failed", but when I look in. /home/user/.fmms/mms the message and the picture are there. Meanwhile the GUI shows the yellow envelope with the red star. So as you said it looks like a parsing problem.

Also have another message where the file names are
"123_1.smil
"text_0.txt
Note the leading quotes.
__________________
21.2011.38-1Smaemo7 (CSSU Stable)
2.6.28.10power53 (not overclocked)
Yes, I search before posting.
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#35
Originally Posted by chill View Post
I have pretty much the same situation as rotoflex. I too am on T-mobile USA. The message fails with "operation failed", but when I look in. /home/user/.fmms/mms the message and the picture are there. Meanwhile the GUI shows the yellow envelope with the red star. So as you said it looks like a parsing problem.
Could you please elaborate a bit more?
Was it an actually received mms? Or older ones?

Normally showing this red icon means it was not.inserted into the DB,.so fMMS 'thinks' it needs to download again. Hereby deleting the original message (so no chance to check deeper).
What might have have appened is most probably a parsing problem and clash of fMMs daemon (not entering it into db).

If you could ask the sender to send again the same message, then do not click it in fMMS viewer but zip the specific folder and send to me, I could try to find out ...
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#36
What about adding config file for osso-backup to automatically backup mms when using Backup application?
 

The Following 2 Users Say Thank You to pali For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#37
@peterleinchen: I think that this config file is enough for including all mms into backup:

/etc/osso-backup/applications/fmms.conf

Code:
<backup-configuration>
  <locations>
    <location type="dir" category="comm_and_cal" auto="true">/home/user/.fmms</location>
  </locations>
</backup-configuration>
 

The Following 5 Users Say Thank You to pali For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#38
Originally Posted by pali View Post
What about adding config file for osso-backup to automatically backup mms when using Backup application?
Yep sure. Why not?
To be honest I did not even know about that simple config.
(will think about adding that for simswitcher but which category?)


Originally Posted by pali View Post
@peterleinchen: I think that this config file is enough for including all mms into backup:
Another yep!
Just add it to package, right?

--
Added (at least to my sources). Do you (I mean all) want this as a new release?
@pali: do you know if type=file accepts wildcards "*"? Guess not, but ... -- seems it does, thanks for below link
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2014-06-23 at 22:18.
 
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#39
 

The Following 4 Users Say Thank You to pali For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#40
Originally Posted by pali View Post
What about adding config file for osso-backup to automatically backup mms when using Backup application?
Done.
New version 1.3.6-0 is on its way to extras-devel.
Thanks to pali for suggesting this!

So please test and give feedback.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 4 Users Say Thank You to peterleinchen For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 12:39.