Michael Emerald
Lurker
BOTTOM LINE: My compiled dialog scene app will announce a text, yet won't set a profile to on status. Why?
DETAIL: I have a task called "battery menu" which displays a menu scene called "battery menu". When it runs, user chooses "Plugged In", and a task called "initialize plugged in battery" runs. The task does this:
1. Announces that the device is plugged in
2. Sets a profile called "battery plugged in" to on
When I run the task battery menu from tasker, it correctly displays the battery menu scene. I click "Plugged in" and it correctly announces the device is plugged in then correctly sets the battery plugged in profile to on.
But when I compile it, and run the compiled app from the device desktop, it only announces the device is plugged in. IT DOESN'T set the profile to on. I've got all three components (task, scene, and profile) in the base project. What's the problem?
Thanks in advance
IF YOU'RE WONDERING WHY I HAVE SUCH AN APP, KEEP READING:
The profile runs every 15 minutes, and checks the battery level. If the device is plugged in, it sets brightness and time-out generously for user. If another profile is active "Battery not plugged in", every 15 minutes it runs, checks the battery level, and sets display brightness and time out less generously.
DETAIL: I have a task called "battery menu" which displays a menu scene called "battery menu". When it runs, user chooses "Plugged In", and a task called "initialize plugged in battery" runs. The task does this:
1. Announces that the device is plugged in
2. Sets a profile called "battery plugged in" to on
When I run the task battery menu from tasker, it correctly displays the battery menu scene. I click "Plugged in" and it correctly announces the device is plugged in then correctly sets the battery plugged in profile to on.
But when I compile it, and run the compiled app from the device desktop, it only announces the device is plugged in. IT DOESN'T set the profile to on. I've got all three components (task, scene, and profile) in the base project. What's the problem?
Thanks in advance
IF YOU'RE WONDERING WHY I HAVE SUCH AN APP, KEEP READING:
The profile runs every 15 minutes, and checks the battery level. If the device is plugged in, it sets brightness and time-out generously for user. If another profile is active "Battery not plugged in", every 15 minutes it runs, checks the battery level, and sets display brightness and time out less generously.