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!

  • CatUser
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    9 months ago

    To take advantage on the subject, I have a question:

    With Tasker (or its open source alternatives) is it possible to create some kind of automation that automatically backup the settings of my apps? I mean, let’s suppose a ToDo app that inside the app has a “Backup” button, I would like to know if it is possible for Tasker to automatically access that app, press the backup button and everything in the background without my intervention?

    • d3Xt3r@lemmy.nz
      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.

    • fmstrat@lemmy.nowsci.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Not without click scripts. That being said, I think my next pet project is going to be a private cloud backup solution, and then I’m going to do a PR for every FOSS app I use to take advantage of it.

  • infeeeee@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    ·
    9 months ago

    I use Easer for some automations, I never needed to check docs, the app speaks for itself. There aren’t a lot of buttons in the app.

    • scrchngwsl@feddit.uk
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 months ago

      I had the opposite experience - absolutely no idea what to do when I opened the app. Eventually got something working but I think maybe one plus’s os is hostile to the app’s functioning too, so it didn’t always work

      • infeeeee@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 months ago

        For the most interesting options you need to be rooted.

        There are like 8 buttons in the app. I just tapped through all of them, it was clear where should I select what. That graph thingy doesn’t help a lot though, basically check only the options in the Data menu.

      • infeeeee@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        9 months ago

        I wouldn’t call it unmaintained, maybe just not actively developed. The developer is still frequent on Github, but not in this repo, and I can’t find any notice about stepping down as a maintainer.