Bug 356147 - Phone continue to vibrate after pressing 'Mute Call'
Summary: Phone continue to vibrate after pressing 'Mute Call'
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdeconnect
Classification: Applications
Component: common (show other bugs)
Version: 0.8
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 08:15 UTC by doron500
Modified: 2018-07-24 12:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description doron500 2015-12-01 08:15:20 UTC
When getting a call and pressing on 'Mute Call' the sound is muted but the phone is still vibrating.

KdeConnect-kde Git version: r1108.9494081-1
KdeConnect Android App Version: 0.9e

Reproducible: Always

Steps to Reproduce:
1. Getting Call
2. Pressing 'Mute Call'


Actual Results:  
Phone is still vibrate

Expected Results:  
Phone must be quiet (No Sound and no Vibrate)
Comment 1 Albert Vaca Cintora 2015-12-01 14:22:52 UTC
As far as I know this is not possible due to a limitation in the Android API: While there is a way to completely mute the phone (setRingerMode), it can't be used if the incoming call is already ringing. That's why we can only mute the audio (setStreamMute).