Top Topics

  • 1

    Set Tasker Icon via variable

    False Precision · 0 · Posted

    It would be handy to have Set Tasker Icon (either from the standard action or from JavaScript) accept a variable for the icon similar to how the Notify action (and AutoNotification action) can use a URI via the "android.resource" scheme. Some of my tasks are mainly a bunch of Set Tasker Icon actions, it'd be nice to use JavaScript to reduce them.

  • 1

    profile variable: share local variable from start task in exit task

    Max Hendrik Backs · 0 · Posted

    it would be very cool, when it is possible to use local variables from start task in exit task.

    for example, in event state for "phone" -> "call" the global variable "caller name" and "caller number" can changed, when a second call event occurs. Without profile variables it is now not possible to save these values at call beginning and use it in the exit task

  • 1

    Work Profile Actions

    roizcorp · 0 · Posted

    I would like an action to call Android's internal function of establishing Work Profile. I must be honest I do not know what it takes in terms of maintaining the profile, I imagine (all API calls into Android)

    1. Create Profile
    2. Delete Profile
    3. Start Work Profile
    4. Stop Work Profile
  • 1

    Tasker payment

    Fatellistefano · 1 · Last reply by João Dias

    I have a problem with Tasker.I bought it about 8 months ago,with a Google Play gift card,and after I bought some plugins.After 4 month tasker said that the demo try is ended and you have to buy tasker or something like that.I searched a way to contact you,but I didn't find it and I forgot this think,but now that I have to use it for a project, I must have back Tasker or have back my money!!

  • 1
    Solved

    Alarm Changed is not triggering when last alarm is off

    Stefan · 2 · Last reply by João Dias

    Even when there's suddenly no more next alarm because the last alarm already occurred or the next alarms are turned off the Alarm Changed event should trigger. All variables like na_time should be not set in the event to indicate there's no next alarm.

    Description

  • 1
    Solved

    Pirate software

    Dmitry Kadykov · 2 · Last reply by João Dias

    I have no idea where to place this escalation correctly, Sorry if that's against organizational flow.

    The following person is distributing pirate software of Tasker through links. 

    https://youtu.be/y8TpOsASFr0

    Please report to youtube. 

  • 1

    "Fill Lists" action

    Jackal Zhao · 0 · Posted

    Pop up a dialog, which has a list of blanks, and there are names and hints of the lists. Each blank indicates a value of a variable, when the lists are filled, and "OK" button are clicked, the value of the lists will be assigned to the corresponding variable. 

  • 1

    Gnss system status

    Anuraag Agrawal · 0 · Posted

    https://developer.android.com/reference/android/location/GnssStatus.Callback

    There are some cases when we enable gps through apps for some time. So in that case when Gnss system stops i would like to turn off gps. 

  • 1
    Solved

    Folder Monitor profile event malfunction

    SmartPhoneLover · 1 · Last reply by João Dias

    Hello Joao, I would like to report a bug that persists in this version I think. But not really sure if it's an error or if Tasker should work like this way actually.   + > Profile (event) > File > (all of them)   The "bug" is that if there is more than one profile monitoring the same directory (e.g. /Download), the following will happen: If both profiles are enabled, only one of them will get fired (the last created one most of the times). If one of the profiles is disabled, the other won't get fired. Here doesn't

  • 1

    Show Scene > Display As: Add option to hide nav bar but keep status bar

    Viper21 · 0 · Posted

    In the Show Scene task, there's a dropdown list called Display As.

    I would like an Activity option that allows me to show the status bar but not the nav bar.

    Currently there's a "no nav" option but only with the status bar sap removed. Please could you add that option.

    Thank you.

  • 1

    Добавьте, пожалуйста, опцию для уведомления чтобы можно было выбирать изображения из галереи

    Я понимаю что эта мелочь не столь приоритетная над остальными планами, но я всё же надеюсь что когда-нибудь в ближайшем времени будет добавлена опция выбора из галереи изображений для уведомления. Очень этого не хватает чтобы пользоваться без стороннего плагина, который полностью на английском языке и ничего в нём не понятно как и что. Я с каждым обновлением приложения проверяю на доступность этой опции и надеюсь на её реализацию. Заранее огромнейшее спасибо

  • 1

    Autotools dialogs won't show

    Ravi Warrier · 1 · Last reply by João Dias

    Update - Fix: check draw over top and change system settings in app info. If missing, give those permissions.

    ------ op ------

    Get this error everytime I try to run a task with autotools dialogs.

    22.58.25/E FIRE PLUGIN: AutoTools Dialog / com.twofortyfouram.locale.intent.action.FIRE_SETTING: 7 bundle keys

    22.58.25/E AutoTools Dialog: plugin comp: com.joaomgcd.autotools/com.joaomgcd.autotools.broadcastreceiver.IntentServiceFire

    22.58.25/E add wait type Plugin3 time 10

    22.58.25/E add wait type Plugin3 done

    22.58.25/E handlePluginFinish: taskExeID: 3 result 3

    22.58.25/E pending result code

    22.58.25/E add wait task

    22.58.35/E Error: null

  • 1

    Profiles: Wifi Connected state could set local variables describing the wifi connection

    Boolean263 · 0 · Posted

    I think it'd be helpful if the Wifi Connected state set some local variables which described the current wifi connection for the task it will be calling.

    Newer states/events for Tasker set local output variables for their respective tasks; for example, the Logcat Entry event sets %lc_text to the logcat line it matched.

    I'm hoping it would be possible for the Wifi Connected state to set variables such as %ssid, %mac, %ip, %sig, %spd, and %chl to their respective values as seen in %WIFII.

    Thanks!

  • 1

    Can I turn the Phone's Mobile data and WiFi Hotspot on and off with the Bluethooth pairing of the Tablet and Phone and the bluethooth disconnection.

    gurseli · 3 · Last reply by gurseli

    Can I turn the Phone's Mobile data and WiFi Hotspot on and off with the Bluethooth pairing of the Tablet and Phone and the bluethooth disconnection. How is it happening. Can you prepare 1 opening and 1 closing macro on this subject or help me how to do it. Since my English is bad, I translated it with Google Translate. Thanks in advance.

  • 1
    Solved

    Date Time Conversion Bug 12p-1p

    Tim Curran · 2 · Last reply by João Dias

    I've discovered a bug in Date Time Conversion. 

    Any conversion from a Time string to Seconds where Time string is between 12:00 PM and 1:00 PM results in an output that is actually in the midnight hour the next day.

    I've written conversion routines like this before in javascript and other languages, so I know from experience that an exception subroutine is required for 12-1pm; you can't just add 12 to get 24hr clock time (which works correctly starting at 1:00 PM). If you try, you wind up with exactly this problem. 

    Here's a task that very economically demonstrates the

  • 1

    Get available space of Google Drive account

    I want to find out how much free space I still have in my Google Drive account and clear the trash when needed.

  • 1

    Javascriptlet evaluates backslash escape codes in variables

    Frits van Bommel · 3 · Last reply by João Dias

    The Javascriptlet action changes the values of variables that contain backslash escape codes by evaluating them, even if the JavaScript code doesn't touch that variable.

    This task demonstrates the problem:

    Bug in Javascriptlet (127) <Other backslash codes also break> A1: Variable Set [ Name:%data To:\\ Recurse Variables:Off Do Maths:Off Append:Off Max Rounding Digits:3 ] <Stores 2> A2: Test Variable [ Type:Length Data:%data Store Result In:%data_length ] <Code must contain an identifier, even if it is commented out.> A3: JavaScriptlet [ Code:// something Libraries: Auto Exit:On Timeout (Seconds):45 ] <Stores 1> A4: Test Variable [ Type:Length Data:%data Store Result In:%data_length_after ]

  • 1

    https://www.patreon.com/VirtualButtons

    Karunelli Srinivasan · 0 · Posted

    When will you integrate this feature into taker or join..

  • 1

    Images moved by Tasker persist in MediaStore

    Tobias · 0 · Posted

    Hi!

    I am writing an app that downloads images into an folder. I was using Tasker to move and combine files from multiple folders into one folder. However, I saw that my app crashes when I re-download an image, that I downloaded before and then moved with tasker.

    contentResolver.insert gives me: SQLiteConstraintException: UNIQUE constraint failed: files._data where _data is the path of the by then non-existent file, and I need to use contentResolver.delete to delete the empty row from the MediaStore, after that I can download the file.

    Now, I was investigating this issue and found that if I use other apps

  • 1

    Invert option for saved locations

    Logan · 0 · Posted

    In Profiles, condition Location, I would like a saved location to be selectable, bringing open an option screen with Invert checkbox for easy creation of "NOT at Location" condition.