-
Tasker Deployments Across Multiple Stages-Environments/Devices
Hello,
I work with several Tasker projects in different stages and across several devices, certainly each device operates within its own environment: development, beta, and production. Additionally, I commit changes to Bitbucket.
My question is: Is there any integrated way to handle these deployments? Currently, the import process is time-consuming for me.
Thank you for your assistance! 😊
-
Inquiry: Finding Package Names for Dual Messenger Apps on Samsung Galaxy S22 Ultra for Tasker Integration
Hello Tasker Community,I hope this message finds you well. I am reaching out because I am currently using Tasker on my Samsung Galaxy S22 Ultra, and I am interested in integrating it with the Dual Messenger feature for certain apps like Facebook, Messenger, WhatsApp, and Telegram.Specifically, I am looking to find the package names for the secondary instances of these apps, as I would like to be able to launch them using Tasker's capabilities. Despite exploring various settings and options within Tasker and on my device, I have not been successful in locating this information. Could anyone in the community
-
Storage Access Framework SAF for Tasker
I would like to be able to access my Work Profile storage.
It is available with Shelter via a location defined via SAF. The default Files app lets me access Shelter's Work Profile files.
I am not sure how to access it through Tasker. Is it possible?
-
Answered
How to convert curl --request PUT (file) into a Tasker HTTP Request PUT (file) that works!
I'm trying to convert a curl shell command into an HTTP action put can't get it to work. I need a solution to this because the target system is Android 8 which doesn't include the curl shell command.
Shell command:
curl --request PUT --upload-file "%tempfile" -k https://mysite.com/uploads/
This works.
Tasker action:
HTTP Request PUT
URL
https://mysite.com/uploads/
Headers
Content-Type:text/plain
Content-Length:%len
File to Send
%tempfile
This gives a response code 200 but no file is stored in "mysite.com/uploads/".
Please anyone :-|
-
Answered
New Target API Level req's by Google (https://tinyl.io/B5A1)
From the 31st of August 2024 Google requires that all new apps have API 34 (Android 14) as target level in order to be submitted to Google Play. Today the Tasker App Factory doesn't support higher levels than 29. Will we see App Factory support for level 34 by then?
-
address type field in auto contacts - when
For fields like number and email there is a corresponding _type field so that you can tell if the phone number or email address is a work or home one. I need to know if an address (eg street, city, etc) that is returned is a work/home/other address.
-
Answered
New UI for input actions (dialogs)?
I'm enjoying all of the new UI enhancements with the 6.3 release. Will these new UI improvements also make it's way to the UI that's generated via actions, e.g. the input (dialog) actions?
-
Polish translation
Hi, I would like to try to translate tasker to Polish language, how can I do that?
-
Toasts Tasker Layout: Image Aspect Ratio
It looks like the Icon for a Flash in Tasker Layout is always assumed with Aspect Ratio 1:1.
I have an Image rather 16:9, and want to show it big. it doesn't get stretched, but with empty Borders Top and Bottom. The Text is aligned Top. Not really nice :-p
Is there a Way to prevent emtpy Space Top/Bottom? Not just one Number for the Icon Size, but maybe 60x30? Or a HTML/CSS Code i didnt try, that helps me with that?
Similar goes for Text/Title. It looks like its alignment is fixed to TopLeft within the Toast. Things like:
-
Now I can make APK and install it successfully but I have a problem when I click to open that new app on my mobile screen it just freezes and doesn't respond or open any page.
Now I can make APK and install it successfully but I have a problem when I click to open that new app on my mobile screen it just freezes and doesn't respond or open any page.
-
Answered
Force specify app to re-relaunch in case in case it was closed
using Tasker its possible to detect if a specific app was killed by OS and relaunch immediately.
I have tried using Android Device Administration API but I dont find how to do it using it.
Greetings.