good morining i made task that will opreate in a part of the days of the month in the same hour but the task dont work i mean the date and time become green but the app dont work on the given time i set for her can u help me i am adding pictures
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
please dont make it complicated for me i am a beeginerWelcome to Android Forums.
Why wouldn't you just created a Profile that triggers a simple task when the correct date/tinme occurs?
It is common here to post the code of what you are discussing ...
Highlight the Profile or Task
Chose Export
Choose Description to CLipboard
Paste into your post ... like ...
devA
A1: List Files [ Dir:a1 Match:*.jpg Include Hidden Files:Off Use Root:Off Variable:%a1files ]
A2: For [ Variable:%a1files Items:%a1files() ]
A3: Move [ From:%a1files To:a2 Use Root:Off ]
A4: End For
... Thom
what does it mean enter:anonYour first image is the Task selection page.
Long press on the Task name and the line will be highlighted.
Then click the three dotS.
whenever you change ANYTHING in Tasker do an Exit and chose Save First. This guarantees that all the parts of Tasker associated with the change are updated. (I used Tasker for a year before I learned this truth.)
If you Google Tasker you will find a number of videos that will help you get acquainted with how it fits together.
Try the Profile/Task example I posted ion Post #4.
... Thom
here is my profile can you see what wrong?With a Profile you get to define an Enter task and in many cases an Exit task.
The Enter task gains control when the trigger condition is met.
The Exit task gains control when the trigger condition is no longer met.
These tasks can be named and can be invoked just like other tasks.
These tasks can be Anonymous and cannot be invoked like other tasks.
In the example provided it is identifying an Anonymous Enter task.
... Thom