View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#1
Here is the fix (I desperately wanted) for my environment.

The fix is so easy, but do not ask me how much time I spent then and now debugging, understanding/changing/learning code, trying to understand MMS protocol, ...

I am sure frals would have solved within a few minutes (less than hour).

Nevertheless here we go:
get root
open /opt/fmms/mms/mms_pdu.py with leafpad/nano/vi
and add following line
Code:
                  0x19 : ('WTF', 'BooleanValue'),
Attached is the modified python script, but this sed command will do the trick also (as.root):
Code:
sed -e s/"                  0x18 : ('Transaction-Id', 'TextString'),"/"             
     0x18 : ('Transaction-Id', 'TextString'),\n                  0x19 : ('WTF', 'BooleanValue'), #peterleinchen"/ -i /opt/fmms/mms/mms_pdu.py
Attached Files
File Type: gz mms_pdu.py.gz (9.3 KB, 164 views)
__________________
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-04-10 at 20:26.
 

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