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!

    • ubergeek77
      link
      fedilink
      English
      4
      edit-2
      9 months ago

      Thanks, I didn’t know about this!

      But it doesn’t look like it supports text message triggers :(

    • fmstratOPA
      link
      English
      29 months ago

      Looks promising, but I unfortunately don’t see an action to change the keyboard.

  • @CatUser@discuss.tchncs.de
    link
    fedilink
    English
    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?

    • fmstratOPA
      link
      English
      19 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.

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

  • @infeeeee@lemm.ee
    link
    fedilink
    English
    59 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
      49 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
        29 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
        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.

        • AlmightySnoo 🐢🇮🇱🇺🇦
          link
          fedilink
          English
          19 months ago

          fair point, just wondering whether Android 14 for example would prevent the app from functioning properly if there are too many breaking changes in the API