New Topics

  • 2

    Disabling and enabling lines of code in Tasker

    Paul Thornett · 0 · Posted

    I am forever disabling various lines of code, then enabling others (I imagine I'm not alone in this!). This could be made more efficient by simply toggling the status of enabled and disabled lines in a single action. This would save quite a lot clicks over the course of a day.

  • 1

    Always-on screen UI menu item

    greg · 0 · Posted

    I use Vysor so i can edit using a computer.  The only minor annoyance is that I have a display sleep setting on my phone for 2 minutes under normal circumstances (sometimes i need more than 2 minutes to think before i keep adding stuff lol).  Of course, we are unable to modify 'display on' settings for Tasker using a Tasker profile itself, so can there but a UI checkbox item to force display always on when Tasker is active and return to previous display sleep setting when Tasker is not active on screen? 

  • 1
  • 1

    Custom Quick Settings tiles don't work via Tasker

    bege · 2 · Last reply by João Dias

    I use latest Custom Quick Settings and Tasker versions on Samsung Galaxy S5 Plus (SM-G901F), LineageOS 15.1 (Android 8.1).

    Custom Quick Settings tiles like reboot and reboot recovery work from quick settings, but using them in Tasker has no result.

  • 1

    Switch LineageOS profiles

    bege · 0 · Posted

    Please, make switching LineageOS profiles possible by Tasker.

  • 2

    Make CM features available vor LineageOS

    bege · 0 · Posted

    "Quick Setting Add is only supported on Cyanogen ROMs currently" "Quick Setting Removed is only supported on Cyanogen ROMs currently"

    Please, make available in LineageOS. Thank you.

  • 0

    Brightness change back when pressing on/off button

    Nilsson · 6 · Last reply by Nilsson

    Hi

    Have a action with brightness level 255. This works flawless and the brightness goes to maximum. When pressing on/off button so screen get black, and turn the screen on again the brightness has changed to what is was before pressing the action. This works om my old Lg g2, but not the Huawei p20. Any tips?

  • 1

    Get voice action brings tasker to foreground.

    Rich D · 0 · Posted

    When a 'get voice ' action is run and Tasker has not been closed (by backing out) and is in the background,  the action will bring tasker to the foreground and show the get voice input promt. This will not happen if tasker has been closed by using the back button prior to the action running.

  • 4

    add "current activity" variable to Tasker or AutoInput.

    Jackal Zhao · 1 · Last reply by Jackal Zhao

    add "current activity" variable to Tasker or AutoInput. cause in sometimes %win is not as accurate as using activity name. 

  • 3

    add action "Tasker restart"

    Pinigin4 · 2 · Last reply by abhiprAya andoird

    add action "Tasker restart"

  • 4

    add to Tasker action"stop all the tasks"

    Pinigin4 · 0 · Posted

    add to Tasker action"stop all the tasks"

  • 6

    A way for Tasker to indicate un-named Profiles

    Tasker Pro · 0 · Posted

    After a while of using Tasker and accumulating many Profiles - most folks end up with a mix of user-named Profiles along with Tasker-named (which are un-named) Profiles.

    Those un-named Profiles don't show up in %PENABLED or %PACTIVE and cause a bunch of other issues.

    There should be an option to indicate un-named Profiles when viewing the list in the Profiles Tab.

    After discussing in a thread on reddit the most popular (and simple) option idea was to put Tasker-named Profiles in italics in the Profiles List.

    Doing so could of course be an option in Preferences.

  • 2

    Add to audio stream actions (Alarm Volume, Media Volume etc.) options for toggle mute, mute and unmute the stream

    Arkadiusz Szlagowski · 0 · Posted

    Help for the actions mentioning that for mute set the volume to 0. But how to ummute, how came back to previous volume setting? This can use method described here: https://developer.android.com/reference/android/media/AudioManager.html#ADJUST_TOGGLE_MUTE

    ADJUST_TOGGLE_MUTE, ADJUST_UNMUTE, ADJUST_MUTE

  • 2

    Android App made by tasker app factory not fitting the screen properly

    Siju Manuel · 1 · Last reply by Siju Manuel

    i have an issue where the android app made by tasker app factory not fitting screen properly.Issue mainly observed on 6 inch screen phones.Can you please suggest solution.

  • 1

    Enable tasker from menu not working properly

    Adrian Barbu · 1 · Last reply by Adrian Barbu

    If tasker is disabled and I wanto to enable it I touch "Enable Tasker" from app menu. This doesn't enable the app. To actually enable it, after enabling tasker from the menu, I have to click on any profile and then to confirm the action through the tick that appears on top bar. At this point Tasker enables itself and everything works right

  • 1
  • 2

    Grant Document Tree Access nor working

    Ralf · 2 · Last reply by Ralf

    Android 6 (Marshmallow).

    When trying to write a file the alert appears that "grant document tree access" is necessary to perform this action next time without asking. Then the usual file manager is displayed where I selected external SD card.

    But tasker does not seem to be able to write to the file. The alert reappears instantly. If I select <back> I get an error message

    /storage/1234-5678 is external SD card. If I provide the full path to a file on internal storage it works (as expected).

    What's wrong?

  • 1

    Colour Coding Tasks

    Soumesh Surendran · 0 · Posted

    Hi João,

    While using Tasker, I kind of felt that if there was an option to colour code the related tasks, then it would be really helpful for people like us to easily identify the related tasks.. For Eg : if I use a task to show wifi notification using AutoNotification and I add the cancel wifi button function to it, then the cancel wifi functionality is implemented using another profile right? Which will have a cancel wifi task to it.. These tasks if colour coded like having the same colour blue or something then it makes easier for us

  • 12
    Planned

    Call events dual sim support

    Adresar Skuta · 4 · Last reply by Greg

    Hello,

    When waiting for call event like "Missed Call" I need to find out which sim card the call was missed on. this not supported now. This prevents me from using the app, instead I use Automate app :-(

    there is support when I send SMS for second sim card.. but that is for nothing if I don't knoiw where I missed the call :-D

  • 1

    scan media not working on Oreo

    Fred · 3 · Last reply by Fred

    Hello,

    The "scan media" action does not seem to work on my "Note 8" with Oreo. I believe this is a bug that needs to be addressed.

    Instead, I am using the following shell command with root:

    am startservice --es volume "external" com.android.providers.media/.MediaScannerService

    There is also an app that works for the "scan media":

    https://github.com/zhuowei/scanmediaplz