Tasker - can't get set widget icon to work
I am using the lastest Unnamed ROM with Go Launcher EX. I am trying to create the following widget to toggle on and off Lock Screen. Eveything seems to work except the Set Widget Icon command. Any ideas?
Action 1
Display > Keyguard
Set toggle
Action 2
Tasker > Set Widget Icon
Name: Keyguard
Icon: Green check mark
If: %KEYG matches on
Action 3
Tasker > Set Widget Icon
Name: Keyguard
Icon: Red X
If: %KEYG matches off
Action 4
Alert > Notify
Title: Keyguard enabled
Icon: Green check mark
Number: 0
Permanent: Unchecked
If: %KEYG matches on
Action 5
Alert > Notify
Title: Keyguard disabled
Icon: Red X
Number: 0
Permanent: Unchecked
If: %KEYG matches off
Action 6
Tasker > Wait
Seconds: 1
Action 7
Alert > Notify Cancel
Title: Keyguard enabled
If: %KEYG matches on
Action 8
Alert > Notify Cancel
Title: Keyguard disabled
If: %KEYG matches off
|