-
Get Location v2 - zoom level and other parameters in %gl_map_url
it would be nice to adjust the zoom level in Get Location v2 and to add other paramters like map style.
-
Can anything be done to prevent Autoinput Screen Capture from causing an app to reload?
I use a short task that calls system screenhot to capture a pic of the current screen, however I'm experimenting with Autoinput's screen capture action, since it gives me control of the name, size, etc.
Unfortunately, it didn't take long to remember why I used the system screenshot: it doesn't cause the underlying program to restart.
Perhaps I should redouble my efforts to get adb wifi working to avoid all problems, but is there anything that can be dine about this?
-
Get current carrier name or sim slot order number from which data connection is being used
I'm using a dual sim phone with internet connection availability from both sim. I frequently switch between them as per my need.
I'm looking for a way to get the name or slot order for the sim that is being used for internet connection.
I tried getSimCarrierIdName() from TelephonyManager and it gives value for sim1 only.
If possible, add a reliable way to get the current sim name using for internet connection.
Thank you.
-
Activity performed [only] while button is held.
Is there currently a way to make a button perform an activity whilst it's held down? Instead of being a threshold waiting for a finger removal (tap) or a certain duration (long press) I think it'd be useful to have true HOLD event that only performs during the press and stops once the finger is removed. For example I had an idea to create a drum pad scene like a sampler with buttons to record sounds to.
-
[ Selection as Mixplorer ] A way to select with 'shift'
I would like you to implement Mixplorer's selection mode in the tasker to select several actions with a long click as if you were selecting on the computer with the shift pressed
Demo YouTube
This is an example of what it looks like on Mixplorer
-
Detect when snoozed alarm had returned
Trigger a task when a previously snoozed notification has returned, such as a vibrate pattern, sound, etc. After Android 11, snoozed notifications return quietly, making them useless for me. Thanks!
-
Scene map profile
Could you make it so that there is an action that will pull up the location map in context allow you to choose all those options then have it so that you have it as a profile. I want this becuase I want to make an app where if you are at a location you select it will trigger and I want this to be up to the user to decide the location.
-
Monitor preferences for display on should also be the same settings for onCharging
It would be really nice if the monitor preference/settings for displayOn could be also used for onCharging. I need quick response for the sensors when using android auto, but since the display is off apparently the settings in use are the ones for display off.
-
MultiSim support for phone states/events
It would be great if you could choose the slot for the states/events for Phone, instead of just using the default.
CellNear/SignalStrength/PhoneRinging, etc.
-
Limit/tidy auto backups
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!
-
You can choose what contexts when not true will trigger exit task
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.
-
Task for RAZ monitoring
Make a task or shortcut to erase the history in monitoring
-
Chrome OS optimization
It would be really cool if tasker dialog actions could run on a Chromebook
-
[ Environment Variables ] - Add button to move up/down
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
-
[ Notify ] - Add custom icon in native notify action
Would there be some way to add icons in tasker's native notify (without autonotification) even if it's doing some java functions to add when an apk is created
-
[ Create Keyboard ] - Create a mod to develop the keyboard by tasker
I would like to create a keyboard using tasker for a while, but unfortunately I don't know how to modify apk or java much, so that would take a long time too
I would like to be able to make the keyboard even if it is with this florisboard pattern or similar to add the keys and events
looks like he also uses kotlin which i suspect is the same as you might use
in the case of florisboard, he develops a way of organizing the keyboards, although it seems that there would be a way to do this only
-
[ Compress/Decompress ] More actions
Could add more actions in the compress and decompress actions by adding a mode to list the compressed files or extract a file in a specific location and also add the tar mode
It can be very useful to use in Tasker in case someone wanted to use tasker actions to keep symlinks and permissions and etc.
-
[ Stop With Error ] - The error also occurs in the parent task
Could add an option for stop to be used to stop a perform task with error and if possible add a way to add an error message so you don't have to use var set to set the %errmsg
-
Add configure on perform task option for task variable
If it's done like when user import a task for the firstime, it would make passing certain input far easier to child task.
For the time being we have to pass input as parameter or variables then setup them on Perform Task.
It's very unintuitive since Tasker doesn't provide necessary details about the child task.