[Bug 1190673] Re: Mic mute does not work on Nexus4

2014-04-16 Thread Tiago Salem Herrmann
** Changed in: dialer-app Status: Confirmed = Fix Released ** Changed in: dialer-app (Ubuntu) Status: Confirmed = Fix Released ** Changed in: dialer-app (Ubuntu Saucy) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-10-04 Thread Tiago Salem Herrmann
** Branch linked: lp:~diwic/telepathy-ofono/micmute3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190673 Title: Mic mute does not work on Nexus4 To manage notifications about this bug go to:

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-10-02 Thread David Henningsson
I wrote the PulseAudio backend for setting mic mute and call volume from telepathy-ofono a while ago. The code is available for review here: https://code.launchpad.net/~diwic/telepathy-ofono/micmute However I believe tiago needs to connect this to the ordinary mic mute path too. -- You

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-10-01 Thread Tony Espy
Due to the analysis posted in comment #8, I just marked the ofono ( Ubuntu ) task as Invalid. ** Changed in: ofono (Ubuntu Saucy) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-09-30 Thread Tony Espy
I mentioned last week that there was a fix in the nemomobile call-volume code which fixed the parsing of the GET_MUTE response, and that I was hopeful that this would fix the problem. It doesn't... I've run RIL traces on both phones, and I see the exact same sequence of requests sent. On

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-09-30 Thread Tony Espy
I flashed vanilla Cyanogenmod 10.1 on my mako, and the mute function works as expected. Time to poke through some RIL IPC traces next. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190673 Title:

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-09-30 Thread Tony Espy
I also flashed CM 10.1 on maguro, and ran the same scenario. It looks to me like mako isn't using REQUEST_SET_MUTE to enable mute when the button is pressed, whereas maguro does send a REQUEST_SET_MUTE with the value 1 to enable the call mute. I'll spend some time looking at the Android/CM

[Bug 1190673] Re: Mic mute does not work on Nexus4

2013-09-30 Thread Tony Espy
Suspicion confirmed, mako routes mic mute requests directly to the AudioManager, whereas maguro relies on RILD to mute the mic. The code in question is ( see line 2020 ): http://androidxref.com/source/xref/packages/apps/Phone/src/com/android/phone/PhoneUtils.java Also, if you do a search for