Open After crash error code 3

Discussion in 'Tasker' started by bernd.rehlinger, Sep 22, 2019.

  1. bernd.rehlinger

    bernd.rehlinger New Member

    Joined:
    Sep 22, 2019
    Messages:
    1
    Likes Received:
    0
    Hi folks,

    after a crash I get this error by executing my alert-task

    Code (Text):

    /Ringtones titleToUri: Alarm clock 1
    /E code 3: java.lang.SecurityException: net.dinglisch.android.taskerm was not granted this permission: android.permission.WRITE_SETTINGS..
    / Caused by: android.os.RemoteException: Remote stack trace:
    at
    adroid.provider.Settings.isCallingPackageAllowedToPerformAppOpsProtectedOperation(Settings.java:14236)
    at
    android.provider.Settings.checkAndNoteWriteSettingsOperation(Settings.java14118)
    at
    com.android.providers.settings.SettingsProvider.mutateSystemSetting(SettingProvider.java:1564)
    at
    com.android.providers.settings.SettingsProvider.insertSystemSetting(SettingProvider.java:1539)
    at
    com.android.providers.settings.SettingsProvider.call(SettingProvider.java:511)
    ...
     
    Here is my task:
    Code (Text):

    <TaskerData sr="" dvi="1" tv="5.8.3">
    <Task sr="task2">
    <cdate>1569129342217</cdate>
    <edate>1569133464557</edate>
    <id>2</id>
    <nme>Wecken</nme>
    <pri>100</pri>
    <Action sr="act0" ve="7">
    <code>547</code>
    <Str sr="arg0" ve="3">%laut</Str>
    <Str sr="arg1" ve="3">1</Str>
    <Int sr="arg2" val="0"/>
    <Int sr="arg3" val="0"/>
    <Int sr="arg4" val="0"/>
    <Int sr="arg5" val="3"/>
    </Action>
    <Action sr="act1" ve="7">
    <code>547</code>
    <Str sr="arg0" ve="3">%STOPP</Str>
    <Str sr="arg1" ve="3">falsch</Str>
    <Int sr="arg2" val="0"/>
    <Int sr="arg3" val="0"/>
    <Int sr="arg4" val="0"/>
    <Int sr="arg5" val="3"/>
    </Action>
    <Action sr="act2" ve="7">
    <code>303</code>
    <Int sr="arg0">
    <var>%laut</var>
    </Int>
    <Int sr="arg1" val="0"/>
    <Int sr="arg2" val="0"/>
    </Action>
    <Action sr="act3" ve="7">
    <code>457</code>
    <Int sr="arg0" val="0"/>
    <Str sr="arg1" ve="3">Alarm clock1</Str>
    </Action>
    <Action sr="act4" ve="7">
    <code>30</code>
    <Int sr="arg0" val="0"/>
    <Int sr="arg1" val="3"/>
    <Int sr="arg2" val="0"/>
    <Int sr="arg3" val="0"/>
    <Int sr="arg4" val="0"/>
    </Action>
    <Action sr="act5" ve="7">
    <code>888</code>
    <Str sr="arg0" ve="3">%laut</Str>
    <Int sr="arg1" val="1"/>
    <Int sr="arg2" val="5"/>
    </Action>
    <Action sr="act6" ve="7">
    <code>135</code>
    <Int sr="arg0" val="0"/>
    <Int sr="arg1" val="3"/>
    <Str sr="arg2" ve="3"/>
    <ConditionList sr="if">
    <Condition sr="c0" ve="3">
    <lhs>%STOPP</lhs>
    <op>0</op>
    <rhs>falsch</rhs>
    </Condition>
    </ConditionList>
    </Action>
    </Task>
    </TaskerData>
     
    What went wrong?
    Everything worked fine before the crash.
     
: error, alert

Share This Page