Hello All and my apologies for disturbing you.
Some time ago I choosed the minimalistic path and installed FSO on my
FreeRunner.
But when zhone starts the SMS application remains disabled and running the
following script
0001 #!/usr/bin/python
0002 import dbus
0003 from dbus.mainloop.glib import DBusGMainLoop
0004 import gobject
0005 import os
0006 import threading
0007 import struct
0008 import sys
0009
0010 DBusGMainLoop(set_as_default=True)
0011 gobject.threads_init()
0012
0013 bus = dbus.SystemBus()
0014
0015 gsm_device_obj = bus.get_object( 'org.freesmartphone.ogsmd',
'/org/freesmartphone/GSM/Device' )
0016
0017 sms_iface = dbus.Interface(gsm_device_obj, 'org.freesmartphone.GSM.SIM')
0018
0019 lista = sms_iface.RetrieveMessagebook("read");
0020 print lista
I get this result:
r...@quixote:~# px.py
Traceback (most recent call last):
File "px.py", line 19, in <module>
lista = sms_iface.RetrieveMessagebook("all");
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 622, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not
receive a reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply timeout
expired, or the network connection was broken.
Does someone have any hint about solving this problems with SMS ?
Could it be bound to the CRCFAIL 0x1a3f entries i see in the boot log ?
I can SEND sms using a python script.
--
/\ ___ Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_____ African word
//--\| | \| | Integralista GNUslamico meaning "I can
\/ e coltivatore diretto not install
di software Debian"
_______________________________________________
Smartphones-userland mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland