I notice that after the first call or two, the phone stops ringing on
incoming calls and although it will place an outgoing call, there's no audio.
Incoming calls that don't ring generate the following in frameworkd.log:
2009.11.21 07:43:43.394 ogsmd.device INFO
org.freesmartphone.GSM.Network.Status: {'strength': 90, 'cid': u'6682',
'registration': 'home', 'lac': u'1798', 'act': 'GSM', 'code': u'23410', 'mode':
'automatic', 'provider': u'O2 - UK'}
2009.11.21 07:43:43.953 otimed INFO GSM: timezone
'Europe/London'
2009.11.21 07:46:35.872 ogsmd.device INFO
org.freesmartphone.GSM.Network.CypherStatus: enabled: unknown
2009.11.21 07:46:36.383 ogsmd.device INFO
org.freesmartphone.GSM.Call.CallStatus: 1 incoming {'status': 'incoming',
'direction': 'incoming', 'mode': 'voice', 'peer': '07971226334', 'line': 0}
2009.11.21 07:46:36.709 oeventsd.fso_triggers INFO Receive CallStatus,
status = incoming
2009.11.21 07:46:36.768 oeventsd INFO UserAlertAction ring play
2009.11.21 07:46:36.844 oeventsd.action INFO queued call dbus method
/org/freesmartphone/Device/Audio
PlaySound(('/usr/share/sounds/ringtone_ringnroll.wav', 1, 0))
2009.11.21 07:46:37.41 oeventsd.action INFO call dbus method
/org/freesmartphone/Device/LED/neo1973_vibrator SetBlinking((300, 700))
2009.11.21 07:46:37.136 oeventsd INFO CommandAction xset
-display localhost:0 s reset
2009.11.21 07:46:38.688 oeventsd INFO blink led gta02_aux_red
2009.11.21 07:46:38.897 oeventsd.fso_triggers INFO Receive CallStatus,
status = incoming
2009.11.21 07:46:38.950 oeventsd.rule WARNING Untrigger for
'CallListContains(active)' called, but not yet triggered. Not untriggering
2009.11.21 07:46:39.17 oeventsd.fso_triggers INFO Receive CallStatus,
status = incoming
2009.11.21 07:46:39.138 oeventsd.fso_triggers INFO Receive CallStatus,
status = incoming
2009.11.21 07:46:39.222 oeventsd.fso_triggers INFO Receive CallStatus,
status = incoming
2009.11.21 07:46:39.290 oeventsd.rule WARNING Untrigger for
'CallListContains(active)' called, but not yet triggered. Not untriggering
2009.11.21 07:46:39.385 ophoned INFO CallCreated
(<ophoned.gsm.Call at /org/freesmartphone/Phone/GSM/4 at 0x888310>)
2009.11.21 07:46:39.444 frameworkd.helpers ERROR event handler failed:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/framework/helpers.py", line 74, in
exceptionlogger
return f( *args, **kw )
File "/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/gsm.py",
line 48, in on_call_status
call = self.CreateCall(peer)
File
"/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/protocol.py",
line 53, in CreateCall
call = self.__class__.Call(self, self.next_call_handle, peer)
File "/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/gsm.py",
line 59, in __init__
super(GSMProtocol.Call, self).__init__(protocol, handle, peer)
File
"/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/protocol.py",
line 71, in __init__
super(Call, self).__init__(protocol.phone.bus, self.path)
File "/usr/lib/python2.6/site-packages/dbus/service.py", line 480, in
__init__
self.add_to_connection(conn, object_path)
File "/usr/lib/python2.6/site-packages/dbus/service.py", line 571, in
add_to_connection
self._fallback)
KeyError: "Can't register the object-path handler for
'/org/freesmartphone/Phone/GSM/0': there is already a handler"
2009.11.21 07:46:39.529 dbus.connection ERROR Exception in handler for
D-Bus signal:
[...]
Outgoing calls make the remote device ring, but there's no sound when I
pick up on the other end. frameworkd.log says:
2009.11.21 07:55:41.622 ogsmd.device INFO
org.freesmartphone.GSM.Call.CallStatus: 1 outgoing {'status': 'outgoing',
'direction': 'outgoing', 'mode': 'voice', 'peer': '+447971226334', 'line': 0}
2009.11.21 07:55:41.797 oeventsd.fso_triggers INFO Receive CallStatus,
status = outgoing
2009.11.21 07:55:41.844 oeventsd.rule WARNING Untrigger for
'CallListContains(incoming)' called, but not yet triggered. Not untriggering
2009.11.21 07:55:41.881 oeventsd.fso_triggers INFO Receive CallStatus,
status = outgoing
2009.11.21 07:55:41.942 oeventsd.rule WARNING Untrigger for
'CallListContains(active)' called, but not yet triggered. Not untriggering
2009.11.21 07:55:42.5 oeventsd.fso_triggers INFO Receive CallStatus, status
= outgoing
2009.11.21 07:55:42.36 oeventsd.fso_triggers INFO Receive CallStatus,
status = outgoing
2009.11.21 07:55:42.108 oeventsd.fso_triggers INFO Receive CallStatus,
status = outgoing
2009.11.21 07:55:42.150 oeventsd.rule WARNING Untrigger for
'CallListContains(active)' called, but not yet triggered. Not untriggering
2009.11.21 07:55:42.187 ophoned INFO CallCreated
(<ophoned.gsm.Call at /org/freesmartphone/Phone/GSM/6 at 0x88a310>)
2009.11.21 07:55:42.248 frameworkd.helpers ERROR event handler failed:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/framework/helpers.py", line 74, in
exceptionlogger
return f( *args, **kw )
File "/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/gsm.py",
line 48, in on_call_status
call = self.CreateCall(peer)
File
"/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/protocol.py",
line 53, in CreateCall
call = self.__class__.Call(self, self.next_call_handle, peer)
File "/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/gsm.py",
line 59, in __init__
super(GSMProtocol.Call, self).__init__(protocol, handle, peer)
File
"/usr/lib/python2.6/site-packages/framework/subsystems/ophoned/protocol.py",
line 71, in __init__
super(Call, self).__init__(protocol.phone.bus, self.path)
File "/usr/lib/python2.6/site-packages/dbus/service.py", line 480, in
__init__
self.add_to_connection(conn, object_path)
File "/usr/lib/python2.6/site-packages/dbus/service.py", line 571, in
add_to_connection
self._fallback)
KeyError: "Can't register the object-path handler for
'/org/freesmartphone/Phone/GSM/0': there is already a handler"
2009.11.21 07:55:42.317 dbus.connection ERROR Exception in handler for
D-Bus signal:
[...]
Sadly I'll have to revert to the older SHR-U as this is my main GSM phone.
A shame, as it's a lovely phone experience!
--
Tom Yates - http://www.teaparty.net
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user