I just rooted my phone and have been trying to create a task in Tasker with the Locale Execute Plugin to control the LED lights for different things.
Phone Type: HTC Evo 4G
Android Version: 2.3.5
ROM: AlterROM 0.0.4.1-RC1
I have followed instructions on every website I could think of except here so far and none of them work. Is there a bug in this version or something not allowing root commands from running?
Here's the command I'm trying to execute with Tasker & Locale Execute Plugin:
@! echo 1 > /sys/class/leds/wimax/brightness
(commands from here)
If I use a Terminal IDE to do the following:
$ su
# echo 1 > /sys/class/leds/wimax/brightness
It works, but no matter what I do in Tasker, it never asks me to grant it root access.
Any ideas?