Hi all,

I’ve been using Tasker for a long time to do things like custom text to speech on incoming notifications, etc. I’ve recently picked up a Samsung Tab and was about to create some automations around Dex, but it clicked as I opened Obtainium that Tasker was closed source.

Is anyone actively using another FOSS automation app that they’ve had good experience with? I’ve heard talk of Easer, but the docs don’t appear to be in english.

Thanks!

  • d3Xt3r
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    9 months ago

    Yes, but you might not be able to get it working in the background. Usually the way Tasker and similar tools work is by simulating touch/keyboard inputs, so to automate what you’re saying, the app would be brought to foreground and then the button would be clicked - and this automation can’t be done in the background.

    However, some apps may make use of intents, wherein clicking on the backup button may trigger an intent that does the actual backup - and if you know what that intent is, you could call it directly from Tasker. You could use an app like APK Viewer or Manifest Viewer to check all the intents in the app, but you’ll need to figure out what each intent does by trial and error.