swith from silent mode to normal mode while ringing

Post your questions and help other users.

Moderator: Martin

Post Reply
holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

swith from silent mode to normal mode while ringing

Post by holymoz » 14 Jan 2014 11:11

hi all, I have a problem, I want the phone always in silent mode but when I receive a specific call the phone must turn in normal mode and ring.
so I put manually in silent mode and create the flow (incoming call etc..) the problem is that when the call arrive the phone doesn't ring even if the flow turn it to normal mode, seems that the phone continue to ring in the previous mode (silent) even if it's turned to normal, thanks

User avatar
kintrupf
Posts: 257
Joined: 10 Sep 2013 08:59

Re: swith from silent mode to normal mode while ringing

Post by kintrupf » 14 Jan 2014 11:48

holymoz wrote:hi all, I have a problem, I want the phone always in silent mode but when I receive a specific call the phone must turn in normal mode and ring.
so I put manually in silent mode and create the flow (incoming call etc..) the problem is that when the call arrive the phone doesn't ring even if the flow turn it to normal mode, seems that the phone continue to ring in the previous mode (silent) even if it's turned to normal, thanks
You might need to raise the audio volume in the flow to a defined level, only setting the ringer mode to normal may not be enough in some cases.
Please check the attached flow:
important_call.xml
(3.57 KiB) Downloaded 758 times

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: swith from silent mode to normal mode while ringing

Post by MURTUMA » 14 Jan 2014 11:56

If it's only a one or even a few numbers you want the phone to ring, instead of changing ringer mode use the sound action.

I haven't tested this myself but from what I've read,I believe that changing ringer mode from RING to SILENT/VIBRATE in the middle of phone ringing works but not the other way around.

holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Re: swith from silent mode to normal mode while ringing

Post by holymoz » 14 Jan 2014 12:25

raising the audio stream volume doesn't work.

@murtuma: yes I try to use a play sound action and works, but I'm unable to stop the sound answering the call, only by notification.

turning normal to silent while ringing works but silent to normal not, strange thing

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: swith from silent mode to normal mode while ringing

Post by MURTUMA » 14 Jan 2014 13:28

Create a new flow which triggers when you answer the call and use STOP SOUND ACTION. That should do the trick.

holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Re: swith from silent mode to normal mode while ringing

Post by holymoz » 14 Jan 2014 16:46

MURTUMA wrote:Create a new flow which triggers when you answer the call and use STOP SOUND ACTION. That should do the trick.
sorry I can't find a trigger for an answering call, I tried with start activity/telephone/callanswering but doesn't work, there should be a call answer option in trigger incoming call but there isn't, (only ringing, offhook and endcall)

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: swith from silent mode to normal mode while ringing

Post by MURTUMA » 14 Jan 2014 18:33

Offhook basically means that you're connected to recipient. So, INCOMING CALL(offhook) is your trigger here.

holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Re: swith from silent mode to normal mode while ringing

Post by holymoz » 15 Jan 2014 08:57

hey it works! thank you very much, I was wondering what's the meaning of offhook

Post Reply