Is there a way to setup auto DND (Do Not Disturb) mode? I like the alert slider, but would also like to have the phone to go into DND automatically regardless where the alert slider is set to at say from 11pm to 6am every night.
Nice, but unfortunately it is not enough. It won't work at least on official OOS 4.1.6 as auto-DnD has been disabled at framework level by removingHi, I made a launcher to "Do not disturb" mode: https://play.google.com/store/apps/details?id=com.aiuspaktyn.nodisturb
I have it set as a time profile (from 0:00 till 6:15) and the task is called "Do Not Disturb" and there u can set it as None (no notifications), Alarms, Priority and All (which is DND off).Guys who use tasker, care to share your Profile for it?
<TaskerData sr="" dvi="1" tv="5.0u5m">
<Profile sr="prof6" ve="2">
<cdate>1503938438883</cdate>
<edate>1503990405048</edate>
<id>6</id>
<mid0>5</mid0>
<nme>Dnd Dim-jeu</nme>
<Day sr="con0">
<wday0>4</wday0>
<wday1>1</wday1>
<wday2>5</wday2>
<wday3>3</wday3>
<wday4>2</wday4>
</Day>
</Profile>
<Task sr="task5">
<cdate>1503938299209</cdate>
<edate>1503989725138</edate>
<id>5</id>
<nme>DND semaine</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>312</code>
<Int sr="arg0" val="1"/>
<ConditionList sr="if">
<bool0>And</bool0>
<Condition sr="c0" ve="3">
<lhs>%TIME</lhs>
<op>7</op>
<rhs>09.00</rhs>
</Condition>
<Condition sr="c1" ve="3">
<lhs>%TIME</lhs>
<op>6</op>
<rhs>07.00</rhs>
</Condition>
</ConditionList>
</Action>
</Task>
</TaskerData>
<TaskerData sr="" dvi="1" tv="5.0u5m">
<Task sr="task5">
<cdate>1503938299209</cdate>
<edate>1503991151598</edate>
<id>5</id>
<nme>DND semaine</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>312</code>
<Int sr="arg0" val="1"/>
<ConditionList sr="if">
<bool0>And</bool0>
<Condition sr="c0" ve="3">
<lhs>%TIME</lhs>
<op>7</op>
<rhs>22.00</rhs>
</Condition>
<Condition sr="c1" ve="3">
<lhs>%TIME</lhs>
<op>6</op>
<rhs>07.00</rhs>
</Condition>
</ConditionList>
</Action>
</Task>
</TaskerData>
There is a built in task (in Tasker) called "Do Not Disturb". Use that for the task - my profile was time based to trigger it. That's all you should need for a basic one. If you are trying to make it more complicated, maybe post a screen shot as it's difficult for me to read through the text programming of Tasker that you posted.Hi guys,
I tried to do something with Tasker but it didn't work. Could help me please?
Here's my profile:
And my task:Code:<TaskerData sr="" dvi="1" tv="5.0u5m"> <Profile sr="prof6" ve="2"> <cdate>1503938438883</cdate> <edate>1503990405048</edate> <id>6</id> <mid0>5</mid0> <nme>Dnd Dim-jeu</nme> <Day sr="con0"> <wday0>4</wday0> <wday1>1</wday1> <wday2>5</wday2> <wday3>3</wday3> <wday4>2</wday4> </Day> </Profile> <Task sr="task5"> <cdate>1503938299209</cdate> <edate>1503989725138</edate> <id>5</id> <nme>DND semaine</nme> <pri>100</pri> <Action sr="act0" ve="7"> <code>312</code> <Int sr="arg0" val="1"/> <ConditionList sr="if"> <bool0>And</bool0> <Condition sr="c0" ve="3"> <lhs>%TIME</lhs> <op>7</op> <rhs>09.00</rhs> </Condition> <Condition sr="c1" ve="3"> <lhs>%TIME</lhs> <op>6</op> <rhs>07.00</rhs> </Condition> </ConditionList> </Action> </Task> </TaskerData>
Code:<TaskerData sr="" dvi="1" tv="5.0u5m"> <Task sr="task5"> <cdate>1503938299209</cdate> <edate>1503991151598</edate> <id>5</id> <nme>DND semaine</nme> <pri>100</pri> <Action sr="act0" ve="7"> <code>312</code> <Int sr="arg0" val="1"/> <ConditionList sr="if"> <bool0>And</bool0> <Condition sr="c0" ve="3"> <lhs>%TIME</lhs> <op>7</op> <rhs>22.00</rhs> </Condition> <Condition sr="c1" ve="3"> <lhs>%TIME</lhs> <op>6</op> <rhs>07.00</rhs> </Condition> </ConditionList> </Action> </Task> </TaskerData>
Can you post your profile? I used to do this with Tasker once upon a time but those profiles do not work on the OP5. Seems like OP fubar-ed the Dnd function royally with that incredibly stupid slider decisionThis is very easily done with Tasker.
Unfortunately this does not work for me. Does the slider need to be in a particular position for this to work? When I set it in the lowest (enabled) position the alarms come through?Hi, I made a launcher to "Do not disturb" mode: https://play.google.com/store/apps/details?id=com.aiuspaktyn.nodisturb
Again, details please. If I don't find a solution I am sending the OP5 back. This is a complete deal breaker for me. Having to physically flip a switch when the OS has done that for quite some time is just plain dumb.I use LIama for this...![]()
This is what my profile does but it does not appear to silence the phone. I set up a basic taskThere is a built in task (in Tasker) called "Do Not Disturb". Use that for the task - my profile was time based to trigger it. That's all you should need for a basic one. If you are trying to make it more complicated, maybe post a screen shot as it's difficult for me to read through the text programming of Tasker that you posted.
Putting the slider in the middle position does the same as putting Tasker DND to priority. If you are looking for "Silent" function which is similar to putting Tasker in up position, then choose the audio tasks and silence notifications, media, and Ringtones separately. Your exit task for the profile can be to raise the volume of all 3 back to normal.This is what my profile does but it does not appear to silence the phone. I set up a basic task
Condition
Time 22:00-07:00
Day MTWRF
Entrance task
Do not disturb: Priority
Exit task
Do not disturb: All
When the profile is active incoming emails will still produce alarms when the slider is in the bottom position. Suggestions?
<TaskerData sr="" dvi="1" tv="5.0u6m">
<Profile sr="prof4" ve="2">
<cdate>1505366333629</cdate>
<edate>1506002648183</edate>
<id>4</id>
<mid0>3</mid0>
<nme>Semaine</nme>
<Time sr="con0">
<fh>22</fh>
<fm>0</fm>
<th>6</th>
<tm>45</tm>
</Time>
<Day sr="con1">
<wday0>4</wday0>
<wday1>1</wday1>
<wday2>5</wday2>
<wday3>2</wday3>
<wday4>3</wday4>
</Day>
</Profile>
<Task sr="task3">
<cdate>1505366236467</cdate>
<edate>1505419999663</edate>
<id>3</id>
<nme>Dnd</nme>
<Action sr="act0" ve="7">
<code>312</code>
<Int sr="arg0" val="1"/>
</Action>
</Task>
</TaskerData>
<TaskerData sr="" dvi="1" tv="5.0u6m">
<Profile sr="prof2" ve="2">
<cdate>1505366333629</cdate>
<clp>true</clp>
<edate>1506002644564</edate>
<id>2</id>
<mid0>3</mid0>
<nme>Weekend</nme>
<Time sr="con0">
<fh>23</fh>
<fm>30</fm>
<th>9</th>
<tm>0</tm>
</Time>
<Day sr="con1">
<wday0>7</wday0>
<wday1>6</wday1>
</Day>
</Profile>
<Task sr="task3">
<cdate>1505366236467</cdate>
<edate>1505419999663</edate>
<id>3</id>
<nme>Dnd</nme>
<Action sr="act0" ve="7">
<code>312</code>
<Int sr="arg0" val="1"/>
</Action>
</Task>
</TaskerData>
<TaskerData sr="" dvi="1" tv="5.0u6m">
<Task sr="task3">
<cdate>1505366236467</cdate>
<edate>1505419999663</edate>
<id>3</id>
<nme>Dnd</nme>
<Action sr="act0" ve="7">
<code>312</code>
<Int sr="arg0" val="1"/>
</Action>
</Task>
</TaskerData>
LIamaAgain, details please. If I don't find a solution I am sending the OP5 back.