• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

App to bypass silent mode for selected apps

catapult

Lurker
Hi all,

I am looking for an application that when the telephone is in silence enables the selected apps to play selected sounds.

Thanks akk for your help
 
With tasker you can have pretty good control p of your sound. You can establish various conditions which adjust volume of the audio streams for notification, ringer, media, alarm, etc. And you can adjust these stream volumes at a given time based on presence or absence off a particular app in foreground and perhaps even background. However if you have two apps running at three same time and outputting to the same stream (example media), then you can't use stream volume control to silence one and not the other. By the way, tasker has a steep learning curve compared to most other apps a user might encounter, but it can do amazing things.
 
To illustrate the control you have over the volume controls ... this Tasker profile is for meetings. If a meeting is scheduled in the calendar a number of volumes are turned off when the meeting starts and back on when the meeting ends.

Profile: tlaMeeting
State: Calendar Entry [ Title:* Location:* Description:!Sound/sound Available:Any Calendar:Google:tlanet.net@gmail.com/Google:Phone Calendar ]

Enter: tlaSoundDisable
A1: Alarm Volume [ Level:0 Display:Off Sound:Off ]
A2: DTMF Volume [ Level:0 Display:Off Sound:Off ]
A3: In-Call Volume [ Level:7 Display:Off Sound:Off ]
A4: Media Volume [ Level:15 Display:Off Sound:Off ]
A5: Notification Volume [ Level:0 Display:Off Sound:Off ]
A6: Ringer Volume [ Level:0 Display:Off Sound:Off ]
A7: System Volume [ Level:0 Display:Off Sound:Off ]
A8: Silent Mode [ Mode:On ]

Exit: tlaSoundEnable
A1: Alarm Volume [ Level:7 Display:Off Sound:Off ]
A2: DTMF Volume [ Level:0 Display:Off Sound:Off ]
A3: In-Call Volume [ Level:7 Display:Off Sound:Off ]
A4: Media Volume [ Level:15 Display:Off Sound:Off ]
A5: Notification Volume [ Level:7 Display:Off Sound:Off ]
A6: Ringer Volume [ Level:7 Display:Off Sound:Off ]
A7: Silent Mode [ Mode:Off ]
A8: System Volume [ Level:7 Display:Off Sound:Off ]


... Thom
 
Back
Top Bottom