Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Ticket #665 (accepted defect)

Opened 15 months ago

Last modified 10 months ago

modem_samsung: no sound during calls

Reported by: morphis Owned by: morphis
Priority: major Milestone: cornucopia-0.13
Component: cornucopia/fsogsm Version:
Keywords: Cc:

Description

hi, on crespo, there is no sound during calls. it says: "Can't set speaker volume together with the modem!" while using mdbus2 to initiate a voice call.

I didn't test more since that is blocking.

in fsogsmd/src/plugins/modem_samsung/soundhandler.vala there is: I've some hints on how to fix it:

if ( gr.code != 0x8001 )

throw new FreeSmartphone?.Error.INTERNAL_ERROR( @"Can't set

speaker volume together with the modem!" );

I'm unsure if it should be 8000 or 8001 since it reports 8000 and every other function is gt.code in the same file.

Else it could be the commit 20f39cc92bc8bf4aae6d1e9b450e46caa5a4fb11 (fsogsmd: modem_samsung: rework sending sound related messages regarding to changes in libsamsung-ipc) that broke it because It did work before...

Denis.

Change History

comment:1 Changed 15 months ago by morphis

The problem seems not be related to a issue with the fsogsmd plugin but with the audio routing done by the ALSA scenario files supplied with fsodeviced. Further investigation is needed.

comment:2 Changed 13 months ago by morphis

  • Milestone changed from 0.10 to 0.11

comment:3 Changed 12 months ago by morphis

  • Milestone changed from 0.11 to 0.12

comment:4 Changed 10 months ago by morphis

  • Milestone changed from cornucopia-0.12 to cornucopia-0.13

comment:5 Changed 10 months ago by morphis

  • Status changed from new to accepted
Note: See TracTickets for help on using tickets.