New Topics

  • 2

    A problem that has not been solved in 10 years.

    TaskerClub · 0 · Posted

    Hello! I beg you, please solve the problem with speech recognition, this problem has been around for 10 years and no one is talking about it. When I use recognition from Bluetooth headphones, the microphone of the headphones does not work, but the microphone of the phone, which makes it impossible to use such a profile when the phone is far away. This is not a problem with the headphones, I tried 15 from different brands and it's the same everywhere, which is interesting, everything works correctly with Google Assistant/Gemini. I tried AutoVoice, but it works unstable on Android 13.

  • 1

    App blocked with Google tasks

    Sara · 0 · Posted

    Hi,

    I'm trying to get stuff set up with Google tasks, but I'm getting an error when I try to add the web service in autoweb, "This app is blocked. This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access"

    I've seen some people having the same problem with other Google stuff, but haven't found a fix for Tasks. Is there anything I can do?

  • 1

    Fix scan media issues

    Alex Feldman · 1 · Last reply by bkevin Tillman

    There are two issues with the "Scan Media" task

    1. Scanning a Directory doesn't discover new media files in the directory
    2. Scanning a file takes too long (about 1 second per file).  This is a problem when looping over many files.

    Suggested fix options:

    1. Option to scan files asynchronously.  We don't need any output from the scan action to proceed
    2. Speed up synchronous file scan
    3. Fixing the directory scan to pick up new files inside as new media (e.g. by Google Photos)
  • 2

    UI usability and readability improvements

    Senliast · 3 · Last reply by João Dias

    Currently, names of profiles, tasks, scenes and variables are cut off if they are too long. If there are many of them and you categorize them (for example with dashes in the name) - it becomes hard to differentiate between them, because you have to edit the name to read it fully. Therefore, i suggest to make them either running or wrap in multiple lines if too long (in all 4 tabs).

    Additionally, i suggest to put the values of variables under its names instead of right from it (on the "Vars" tab), because these can be long as well

  • 7

    Create User Tasker actions with Java Code.

    Erik Gerardo · 1 · Last reply by Erik Gerardo

    With Java Code actions, the possibilities in Tasker are endless. I’ve been thinking about the reusability of some of my Tasker projects that rely on this action, and it would be great if we could create custom Tasker actions (similar to Flash or Notify) using the Java Code action. It would work much like what we can already do with AutoTools WebScreens.

    This would also be a great way to share complex tasks while providing an easy configuration method for non-advanced users.

  • 1

    Scene menu preselection

    StaffanT · 0 · Posted

    Let %select_indices control which rows should be marked as already selected when a multi scene menu is about to be displayed. 

  • 2

    Integrate AI into more areas.

    urkindagood · 1 · Last reply by Jorge

    For example:

    1. Labeling an action.
    2. Commenting projects, profiles, and tasks.
    3. Explain projects, profiles, and tasks.
  • 1

    Add option use OpenAI API key

    urkindagood · 1 · Last reply by João Dias

    Please add support for OpenAI. I have some problems with the current AI options.

    1. Google Cloud Payment rejected my debit card.
    2. Open Router has very limited free tier.

    Open AI accepted the same debit card rejected by Google and the free tier credit is also far more generous than Open Router. People can opt in to give away their data as well to upscale the daily limit.

    This is just personal choice at this point but I like their dashboard and credits balance as well. I top up $5 into my balance and limit $1 for monthly usage. I never

  • 1

    Notify action, perform an action when tapping instead of dismiss

    Bertie Beck · 1 · Last reply by Bertie Beck

    Tapping the notification created with the notify action dismisses it. An option to perform an action instead (as autonotification does) would be helpful and also prevent accidental dismisses. 

  • 1

    Airplane mode while screen is locked

    jack benimble · 1 · Last reply by João Dias

    Motorola Stylus G 2022 - Android 13

    I have pretty much followed the FAQ and Dontkillmyapp suggestions. Tasker works fine while the screen is on. But as soon as it locks I have a problem. I set up a simple task of turning off Airplane Mode, waiting 10 seconds, then turning Airplane Mode back on and exiting. It does this every 2 minutes. With the screen off (and locked) it will turn off Airplane Mode but doesn't turn it back on. So when I turn on my screen I see my cell connection is on. So with the screen off,

  • 1

    Error:listen

    Erin · 0 · Posted

    App stopped recognizing the cell towers I was near. When I try to rescan nearby cell sites, a pop-up appears that says "error:listen" Tasker version 6.5.11, Android version 15, Samsung Galaxy S23, One UI version 7.0

  • 1

    Add an action to change Taskers language

    Roland · 0 · Posted

    Sometimes it's useful or necessary to find something in tasker to change the tasker language to English. But for retrieving the correct results for datetime parse actions in correct language tasker needs to use the correct language again, so it's would be handy to have the tasker action to change it's language automatically. 

  • 2

    Action Filtering

    Seb · 0 · Posted

    Tasker has something of an issue with Actions becoming outdated when new versions are introduced. Widget V2 is a great example of this - for most users it completely removes the existing Widget Actions (`Set Widget Icon`, `Set Widget Label`, etc etc). Obviously those Actions need to be preserved for backwards compatibility & the rare edge-case when they're useful, but that's not a frequent occurrence. 

    I think it would be helpful to auto-hide a lot of those Actions (or even Action Groups, like `Zoom` or `Matter Home Automation`. 

    How I envisage this working

    When presented with the `Select Action Category`

  • 12

    Add Support for User Created Actions and Contexts

    aasswwddd · 2 · Last reply by aasswwddd

    Recently, we’ve gotten a Java Code feature that allows users to interact directly with Android APIs. This gives us the freedom to create custom solutions however we like.

    However, to use the code, we still have to call the task where our code resides using Perform Task, which has limitations when used as an “interface.”

    Unlike built-in Tasker actions, Perform Task only allows users to set two variables. While we can technically pass any variables, we still have to make sure their names match, which isn’t ideal.

    Since Tasker doesn’t currently have a way to read a task’s description or

  • 3

    Exclude logs of a specific profile or task in Run Log

    SK · 0 · Posted

    Hi,

    I have a profile that is using a for loop, which makes logs very long and unreadable. 

    Can we have a function to exclude a profile or a task in logs?

    Thanks.

  • 2

    connectivity changed event

    Anuraag Agrawal · 0 · Posted

    There is an action "Get Network Info" avilable but i think there is also need of Connectivity Changed / Network Changed event as per 

    https://developer.android.com/training/monitoring-device-state/connectivity-status-type

    I know i can use android.net.conn.CONNECTIVITY_CHANGE but that itself is desperated and event fires more than 20 times when there is a change. 

  • 3

    Add an option in "Set Variable" to designate it as a PROJECT variable or a TASK variable

    thomas · 0 · Posted

    There is currently no way to programmatically create project or task variables. Only global variables or fleeting local variables that don't persist when the task ends. If you want something to be a task variable or project variable, you have to create it by hand within the gear menu for a task or project.

    PLEASE add a "storage" option when setting a variable that allows us to designate a variable as a project or Task variable. This would enable the programmatic creation of these variables.

  • 1

    Feature Request: AutoInput v2

    Muhammad Nizamuddin Aulia · 1 · Last reply by Seb

    In AutoInput v2, there is a "Wait For Element" action that waits until an element appears on the screen.

    My current AutoInput workflow is like this: click(id, %button_id) --> waitForElement(id, %loader_id) --> click(id, %button_id)

    Since the loader's element ID is often hard to get (as it disappears instantly due to fast loading), could you add a "Wait For Element to Disappear" action that waits for an element to disappear?

    This way, the workflow would only depend on %button_id and would become like this: click(id, %button_id) --> waitForElementDisappear(id, %button_id) --> click(id, %button_id)

    *Note: The loader element makes the button disappear from

  • 1

    Direct apk version / license keeps asking to use google services

    Jeff · 0 · Posted

    Hello,

    On grapheneos (degoogled phone), installed the direct apk and purshased / activated license from paetreon, whenever i try to 'download' a task (dev task) i get a notification that the service wont run without google play services, when i try to import a task from a browser i get notification 'unknown google error', and when i have google play services temporarily enabled (sandboxed) i get asked to login to a gmail account, which is not something i want to do and defeats the purpose of getting a standalone version. 

    i tried installing and uninstalling multiple times aswell ass clearing

  • 1

    Widget V2 rotation, blur, and element filtering

    Jackson Moormeier · 0 · Posted

    Would love to see a few additions to tasker widget v2! I'd be able to leave kustom entirely if it had the following:

    1. the ability to rotate elements (either around centre or other defined anchor points)

    2. the ability to filter elements by other elements (i.e. remove portion of element that's overlapped by another element)

    3. Adding a "blurr" option in addition to color would be sick as well!