Ticket #924 (closed defect: fixed)
No sound for active calls
| Reported by: | elhennig | Owned by: | mrmoku |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | phoneuid | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
I just upgraded SHR-U (including fso packages) and no there is no sound during active calls (at least I do not hear anything, don't now weather there is sound on the other end of the line (I just called the voice box).
Attachments
Change History
comment:1 in reply to: ↑ description Changed 3 years ago by MadHatter
Replying to elhennig:
I just upgraded SHR-U (including fso packages) and no there is no sound during active calls (at least I do not hear anything, don't now weather there is sound on the other end of the line
I can confirm the problem, my current list of packages (opkg list_installed) is attached. Testing suggests the problem is bi-directional (no sound either way).
comment:2 Changed 3 years ago by MadHatter
Just applied the following upgrades, which haven't helped:
root@tom-gta02 ~ $ opkg upgrade
Upgrading libphone-ui-shr on root from 0.0.0+gitr336+16222c768ede6071ca99dc10b1fe6a36511e2fec-r4.4 to 0.0.0+gitr337+c2f0a610cef21d3538620dd064118baa0bbf835d-r4.4...
Downloading http://build.shr-project.org/shr-unstable/ipk//armv4t/libphone-ui-shr_0.0.0+gitr337+c2f0a610cef21d3538620dd064118baa0bbf835d-r4.4_armv4t.ipk
Upgrading ffalarms on root from 0.3.1+svnr67-r1.4 to 0.3.1+svnr67-r2.4...
Downloading http://build.shr-project.org/shr-unstable/ipk//armv4t/ffalarms_0.3.1+svnr67-r2.4_armv4t.ipk
Upgrading python-pygtk on root from 2.10.4-ml12.4 to 2.16.0-r1.4...
Downloading http://build.shr-project.org/shr-unstable/ipk//armv4t/python-pygtk_2.16.0-r1.4_armv4t.ipk
Configuring libphone-ui-shr
Configuring ffalarms
Configuring python-pygtk
comment:3 Changed 3 years ago by c_c
This affects me too. It seems like the alsa scenario is not being set. Log Below :-
2010.02.03 18:35:34.934 ogsmd.device INFO org.freesmartphone.GSM.Call.CallStatus?: 1 outgoing {'status': 'outgoing', 'direction': 'outgoing', 'mode': 'voice', 'peer': 'xxxxxxx', 'line': 0}
2010.02.03 18:35:35.72 oeventsd.fso_triggers INFO Receive CallStatus?, status = outgoing
2010.02.03 18:35:35.104 oeventsd.rule WARNING Untrigger for 'CallListContains?(incoming)' called, but not yet triggered. Not untriggering
2010.02.03 18:35:35.223 oeventsd.fso_triggers INFO Receive CallStatus?, status = outgoing
2010.02.03 18:35:35.260 oeventsd.rule WARNING Untrigger for 'CallListContains?(active)' called, but not yet triggered. Not untriggering
2010.02.03 18:35:35.297 oeventsd.fso_triggers INFO Receive CallStatus?, status = outgoing
2010.02.03 18:35:35.355 oeventsd.fso_triggers INFO Receive CallStatus?, status = outgoing
2010.02.03 18:35:35.376 oeventsd.rule WARNING Untrigger for 'CallListContains?(active)' called, but not yet triggered. Not untriggering
2010.02.03 18:35:36.569 ogsmd.modems.abstract.channel WARNING UNHANDLED INTERMEDIATE: EXT: I
2010.02.03 18:35:36.588 ogsmd.modems.abstract.channel WARNING UNHANDLED INTERMEDIATE: Both AEC and Noise reduction are active
2010.02.03 18:35:36.673 ogsmd.modems.abstract.channel WARNING UNHANDLED INTERMEDIATE: EXT: I
2010.02.03 18:35:36.696 ogsmd.modems.abstract.channel WARNING UNHANDLED INTERMEDIATE: Both AEC and Noise reduction are active
2010.02.03 18:36:00.454 ogsmd.device INFO org.freesmartphone.GSM.Call.CallStatus?: 1 release {'status': 'release'}
2010.02.03 18:36:01.191 oeventsd.fso_triggers INFO Receive CallStatus?, status = release
2010.02.03 18:36:01.221 oeventsd.rule WARNING Untrigger for 'CallListContains?(incoming)' called, but not yet triggered. Not untriggering
2010.02.03 18:36:01.240 oeventsd.fso_triggers INFO Receive CallStatus?, status = release
2010.02.03 18:36:01.260 oeventsd.rule WARNING Untrigger for 'CallListContains?(active)' called, but not yet triggered. Not untriggering
2010.02.03 18:36:01.269 oeventsd.fso_triggers INFO Receive CallStatus?, status = release
2010.02.03 18:36:01.304 oeventsd.fso_triggers INFO Receive CallStatus?, status = release
2010.02.03 18:36:01.324 oeventsd.rule WARNING Untrigger for 'CallListContains?(active)' called, but not yet triggered. Not untriggering
2010.02.03 18:36:04.842 ogsmd.device INFO org.freesmartphone.GSM.Network.SignalStrength?: 91
Manually setting alsa scenario works.
HTH

