meatweaver
Newbie
Hi all--While talking on my Incredible last night, the battery died on me without any warning. So I decided I wanted to set up a task in Tasker to give me an alarm when the battery hits a certain level. I've struggled with it, but I think I have something that should work. The problem is...it doesn't. Hopefully someone out there has an idea about this and maybe it'll provide someone else some ideas too.
Here is what I have:
1) Define a variable (%POWER) equal to 1 if phone is connected to a power source
2) Create context "Not Power"--On if phone is not connected to a power source.
3) For that context, set the following actions:
a. Set alarm volume to level 4
b. Ringtone type alarm if %BATT<20 (%BATT is a built-in variable)
c. Wait 30 seconds
d. Go to action b. if %POWER (variable created in step 1) is not equal to 1.
My hope was that this alarm would ring every 30 seconds once the battery was below 20% until I plugged it into a power source. Once I get this working, I could also add a dismiss widget.
Any ideas?
Here is what I have:
1) Define a variable (%POWER) equal to 1 if phone is connected to a power source
2) Create context "Not Power"--On if phone is not connected to a power source.
3) For that context, set the following actions:
a. Set alarm volume to level 4
b. Ringtone type alarm if %BATT<20 (%BATT is a built-in variable)
c. Wait 30 seconds
d. Go to action b. if %POWER (variable created in step 1) is not equal to 1.
My hope was that this alarm would ring every 30 seconds once the battery was below 20% until I plugged it into a power source. Once I get this working, I could also add a dismiss widget.
Any ideas?