So, I feel a bit sheepish asking this, since I must be missing something simple, but for the life of me I can’t get…
So, I feel a bit sheepish asking this, since I must be missing something simple, but for the life of me I can’t get a Lightning script to trigger a tasker task. The script in Lightning works fine, and the task I have set up in Tasker works fine. Both are very simple little tests – the Tasker task just sends a broadcast to KLWP to change a photo, and the single-line Lightning script is identical to the one in Pierre’s example: LL.sendTaskerIntent(new TaskerIntent(“MyTask”), false);. I have tasker set to allow external access. What am I missing?
]]>
< ![CDATA[
Have you allowed lightning to run scripts?
]]>
< ![CDATA[
Yes. I can run scripts fine, just can’t trigger tasker via a script.
]]>
< ![CDATA[
Il try it see if it works for me.
]]>
< ![CDATA[
Sorry to ask but you have enabled Tasker? You are calling a Task not a profile or something else? Checked spelling, it is case sensitive?
]]>
< ![CDATA[
Its not working for me either with an Alert/popup action
]]>
< ![CDATA[
Strange I just did a quick one line alert/flash task and called it from script:
LL.sendTaskerIntent(new TaskerIntent(“Lightning”), false);
Worked perfectly. Are you getting an error or just nothing?
]]>
< ![CDATA[
Nothing happens no error or anything it just doesnt seem to do anything im gunna update my ROM incase its that.
]]>
< ![CDATA[
Have you called your task “MyTask”?
]]>
< ![CDATA[
Did like Tony Merrell-Jones and it worked for me.
]]>