Yogiz <[email protected]> writes:

> On Tue, 2 Feb 2010 22:14:42 +0100
> Lars Hennig <[email protected]> wrote:
>
>> Am Dienstag 02 Februar 2010 schrieb Tom Yates:
>> > lars, you want to open an shr bug?
>>
>> http://trac.shr-project.org/trac/ticket/924
>>
>
> Uh-Oh, I chose the worst possible time to upgrade.

It seems the alsa scenario is somehow not changed for the call, if I run

alsactl -f /usr/share/shr/scenarii/gsmhandset.state restore

during or before the call the sound works and it also works in
subsequent calls (but ringtones will not work as gsmhandset state is set
permanently this way, so you're left with vibration only)

ffalarms will switch to stereoout and back so no problem, intone seems
not to switch to stereoout when starting but somehow when exiting, so
you will have to call alsactl command after using intone

I also tried to uncomment the following (in 
/etc/freesmartphone/oevents/rules.yaml):

-
    while: CallStatus()
    filters:
            - Or(Or(HasAttr(status, "outgoing"), HasAttr(status, "active")), 
And(HasAttr(status, "incoming"), CallListContains("active")))
            - Not(BTHeadsetIsConnected())
    actions:
            - SetScenario(gsmhandset)

but it seems to be commented out for a long time and by itself does not
work giving the following in the log (/var/log/frameworkd.log):

2010.02.02 22:57:03.361 oeventsd             INFO     Set Audio Scenario 
gsmhandset
2010.02.02 22:57:03.386 oeventsd.action      INFO     call dbus method 
/org/freesmartphone/Device/Audio SetScenario(('gsmhandset',))
2010.02.02 22:57:03.440 oeventsd.fso_triggers INFO     Receive CallStatus, 
status = outgoing
2010.02.02 22:57:03.460 oeventsd.rule        WARNING  Untrigger for 
'CallListContains(active)' called, but not yet triggered. Not untriggering
2010.02.02 22:57:05.889 ogsmd.device         INFO     
org.freesmartphone.GSM.Network.CypherStatus: enabled: unknown
2010.02.02 22:57:06.239 oeventsd.action      ERROR    method SetScenario emited 
error: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply 
(timeout by message
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to