New Topics

  • 2

    [ Javascript ] - Console Log

    GlitchYou · 0 · Posted

    It is very difficult to use java script with the alert to check if it is working there would be a way to create a file to store the Javascript console.log or leave it in run log.

  • 1

    [ Javascript ] - Not found variables in librares

    GlitchYou · 0 · Posted

    The javascript action doesn't have an option to use variables as path to find libraries

  • 1

    [ Environment Variables ] - Add button to move up/down

    GlitchYou · 0 · Posted

    I like to leave these task variables, profiles and projects in an order depending on the project so I wish I didn't have to remove everything to be able to reorder

  • 1

    Chrome OS optimization

    Leon Nündel · 0 · Posted

    It would be really cool if tasker dialog actions could run on a Chromebook

  • 1
  • 1

    Google Drive upload creates duplicate folders in same parent folder

    Matthew · 1 · Last reply by Goonie Goonie

    Hello,

    For some reason it appears that when specifying a remote folder on Google Drive, it does not attempt to see whether that folder already exists. In the root directory (My Files), I have a folder called project which has subfolders containing various projects. When I put the following entry into the remote folder field of the Google Drive Upload task...

    project/tasker/tracker

    ...there's the expectation that the tasker folder would be created in the existing project folder and then the tracker folder being created in the tasker folder. This does not happen. Somehow, Google Drive API seems to allow duplicate

  • 3

    Create defaults for flashes, notifications, etc

    Jason Cooper · 0 · Posted

    IT would be great to save default settings for things I use a lot, like flashes, notifications, Say and Beeps, etc.

  • 2

    Have a loop count for Goto action

    Jason Cooper · 0 · Posted

    It would be helpful if the Goto action had a # of loops you could get. Default to 0=no limit, but lets say I want to go to the top of a task is a variable isn't set, but I only want it to do this loop 3 times. Currently I have to set up a variable set to 0, then add 1 every time and have the goto have an If Variable <4. It would be a lot easier if the goto could be set to have a limit. 

  • 1

    Task for RAZ monitoring

    Sébastien GOETZ · 0 · Posted

    Make a task or shortcut to erase the history in monitoring

  • 3

    Make "Set Tasker Preferences" action can change "Maximum Tasks Queued" in tasker kid app

    anonymized · 1 · Last reply by Rich D

    Please make this possible because I really need to change "Maximum Tasks Queued" in tasker kid app

  • 2

    Create a setting that defaults "Continue Task After Error" box to always be checked

    Jason Cooper · 0 · Posted

    I cant think of any task where I dont want it to continue if an action errors. I think it would help to create a setting that defaults "Continue Task After Error" box to always be checked for all actions.

  • 1

    Faster scene destroy

    Nikolas · 0 · Posted

    Hello,

    I have 2 scenes that show only on AOD (1st) or when lock screen is up (2nd) and are set up to be destroyed on exit, however they linger for about 0.2-0.3 sec after the phone is unlocked on top of home screen. Is there a way to destroy a scene faster? (PS Samsung S20, have tried already to use the Screen unlock event and to hide scene before destroying, no result). Thank you!

  • 3

    Problem with AutoInput and app saying it is unregistered

    Hello,

     

    I have a task using the AutoInput plug. However, recently, possibly since my Samsung Galaxy FE S20 got updated to Android 12 I get the following error message: "Please unlock the app os start a trial to use this"

     

    I purchased the app some time ago. I cannot find anywhere in the app where I can check its registration status.   I'm hoping you can help me, it's very useful to me.  

  • 1

    Calendar data not found in TEST APP

    Eric Foecking · 7 · Last reply by João Dias

    I migrated my phone from a Samsung S10+ Note to a Samsung S22 Ultra over the weekend and have discovered I no longer get any output for the TEST APP for the Calendar actions.  This had worked flawlessly and reliably on the Note for the 3+ years I had the Note.  When I run the 

    TEST APP - CALENDAR/DESCRIPTION/LOCATION/TITLE returns blanks for the arrays even when there are both interval and all day events to report.  

    Using the Calendar state to trigger a PROFILE seems to find all the calendars and trigger appropriately.  

    ANY insights or options to try would

  • 3

    Allow named object variables and allow actions with multiple variables to be saved as object properties

    Pete · 1 · Last reply by João Dias

    I often wish I could create objects instead of grouping variables by naming convention. It can get messy if you have 2 or more of the same types of objects to track. If named objects could be implemented, it would be possible to store multiple values to a single variable name and constrain usable properties to the object's structure. The structure would help 'group' properties for variables of a similar type.

    In terms of integration, it would be great to have the option and flexibility with actions that output multiple variables. A good use case is creating a profile for

  • 2

    Alarm Clock Event not Working

    Sappique · 2 · Last reply by Christian WS

    The "Alarm Clock" event is not working for me, neither with nor without a label specified.

    I`m using a Xiaomi Redmi Note 9 Pro on MIUI 12.0.2 with Android 10.

  • 1

    You can choose what contexts when not true will trigger exit task

    Thatcher · 0 · Posted

    You would be able to choose if any context is not true the exit task is ran or if only selected context can run the exit task when not true. Customizable per profile.

  • 1

    Failure to assign non-default TTS on first "Say" command

    Fmstrat · 0 · Posted

    Using the attached task, the expected behavior would be:

    • Say "Test one" in `com.google.android.tts:eng-gbr`
    • Say "Test two" in `com.google.android.tts:eng-gbr`

    However, if you let the device sit for a while (~2 minutes) and run this task, you instead get:

    • Say "Test one" in default Android TTS
    • Say "Test two" in `com.google.android.tts:eng-gbr`

    Device: Galaxy S9+

    Android version 10

    This could be related to https://tasker.helprace.com/i234-tasker-say-voice-engine-bug, but I chose to post separately to not conflate a 3 year old report.

  • 1

    Limit/tidy auto backups

    Colin Hemming · 0 · Posted

    I bought a new phone 3 months ago and decided to rebuild my Tasker setup, which had years of patches and old ideas. The automatic backups have, so far, created 737 backups, 127MB, which is not sustainable or necessary. If nothing else, it would be easier to tidy up if they had a name such as TaskerBackup20220220163212.xml instead of being in hundreds of confusingly-named directories, each containing one file, all with the same name!

  • 2

    Profile parameters

    Colin Hemming · 0 · Posted

    When setting entry/exit tasks for a profile, it would be fantastic to be able to set the values of par1/2 sent to the task being called. I often have many profiles that call the same task, but with the need to identify where the call came from. I currently have to create 1-liner tasks to call a common function with those parameters. While %caller can be used, it has to be laboriously parsed and makes manual tests even more fiddly.