bfabiszewski/ulogger-android

Using with Easer

Closed this issue · 3 comments

Easer is a FOSS alternative to Tasker. I wanted to use it to tell µlogger to start a new track every day, but the broadcast fields don't seem to match up with the README. Any idea what goes in the Category or Type fields?

Screenshot_20191109-160526

I found that the Run commands profile works just as well with am broadcast -a net.fabiszewski.ulogger.intent.action.COMMAND -e "command" "start new logger" net.fabiszewski.ulogger net.fabiszewski.ulogger.ExternalCommandReceiver.

Maybe Easer doesn't support custom target for broadcasts?

Nice that Run commands works.

It seems broadcasts are currently broken in Easer.
See renyuneyun/Easer#470 (comment)