| 1 | root@om-gta02:~# /usr/share/freesmartphone/examples/gsm-log-data.py |
|---|
| 2 | trying to get bus... ok |
|---|
| 3 | trying to get object... ok |
|---|
| 4 | initializing gsm... |
|---|
| 5 | -> setting antenna power... |
|---|
| 6 | -> registering to network |
|---|
| 7 | gsm init ok, entering mainloop |
|---|
| 8 | SIGNAL NOW 83 |
|---|
| 9 | Traceback (most recent call last): |
|---|
| 10 | File "/usr/share/freesmartphone/examples/gsm-log-data.py", line 50, in timeout_handler |
|---|
| 11 | result = gsm.Command( "AT%s\r\n" % EM_COMMAND ) |
|---|
| 12 | File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__ |
|---|
| 13 | **keywords) |
|---|
| 14 | File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 607, in call_blocking |
|---|
| 15 | message, timeout) |
|---|
| 16 | dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Traceback (most recent call last): |
|---|
| 17 | File "/usr/lib/python2.5/site-packages/dbus/service.py", line 643, in _message_cb |
|---|
| 18 | (candidate_method, parent_method) = _method_lookup(self, method_name, interface_name) |
|---|
| 19 | File "/usr/lib/python2.5/site-packages/dbus/service.py", line 246, in _method_lookup |
|---|
| 20 | raise UnknownMethodException('%s is not a valid method' % method_name) |
|---|
| 21 | UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: Command is not a valid method |
|---|
| 22 | |
|---|
| 23 | LAC/CID NOW 2710, AC74 |
|---|
| 24 | LAC/CID NOW 2710, AC74 |
|---|
| 25 | LAC/CID NOW 2710, AC6E |
|---|
| 26 | SIGNAL NOW 89 |
|---|
| 27 | SIGNAL NOW 81 |
|---|
| 28 | CALL active [611] |
|---|
| 29 | CALL release [unknown] |
|---|
| 30 | LAC/CID NOW 2710, AC74 |
|---|
| 31 | LAC/CID NOW 2710, AC6E |
|---|
| 32 | |
|---|