-
Brightness change back when pressing on/off button
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?
-
HTTP Get is not allowing username contains @
Currently HTTP get allows username and password specified as username: password@website.com, but username can not contains @, which is unfortunately limiting it.
Ideal way would be to add new field for credentials.
Thanks petr
-
Solved
Problems enabling mobile data in android 9 - Moto G6+ (Rooted Device)
i got this error trying to enabling mobile data on moto g6+ with android 9 (rooted), is the same problem with "Secure Settings Plugin", i have v5.8.2 of tasker
15.21.51/E Red móvil: cur: false want: true 15.21.51/Shell runSync svc data enable root: true timeout: 5000 15.21.51/Shell have process 15.21.51/Shell write cmd: svc data enable 15.21.51/Shell start process timeout timer 5000ms for: svc data enable 15.21.51/Shell start process-thread ID 2331 15.21.51/Shell joined with 2331 15.21.51/Shell exit result: 1 15.21.51/Shell non-null timeout 15.21.51/E wait for 300ms 15.21.52/E wait finished 15.21.52/E result: stop task (error) 15.21.52/E Error: 1 15.21.52/MacroEdit action finished exeID 6
-
Tasker "time context" cannot restore previous state switching off the phone
Hmm, Time Context has no "exit task" so I cannot accept the suggested solution here:
https://tasker.helprace.com/i801-tasker-time-context-cannot-restore-previous-state-switching-off-the-phone
Thanks a lot :)
-
Asking root permission without any profile
I have already tried to search on internet, and I have seen that a similar problem has been reported, which has been directed to the use of the activity for airplane mode or for data connection,but at the moment I don't have any profile or activity, why does tasker keep asking me for root permissions every hour?
-
[Bug] Outgoing Call event data not updated (%CNAME and %CNUM have old data)
Hi, I have an issue with the Outgoing Call state profile in Tasker as described below:
Issue Context:
I have created the following simple profile:
Profile Trigger > Outgoing Call (found in State section)
Actions > Notify (text is "hey you are making a call to this person named %CNAME with number %CNUM)
Problem:
When I make an outgoing call, this profile worked perfectly. but thereafter no matter how many outgoing calls I make, it always displays the wrong caller data (triggers the action but %CNAME and %CNUM are still pointing to the very first caller data, meaning they're not
-
ADB wifi command is not found on MIUI12,sh adb not found
Hello , My device model is mi 6.
When I use ADB wifi on Tasker, the prompt is sh adb Not Found,As shown in the figure below.
My device system info : I can provide you with the test, my email is: , please use Base64 decoding How to solve this problem? TKS.
-
Lot of Errors in Log
I have been getting a lot of Errors logged which I'm not able to understand. Please tell me if it's from my side or if something else then please fix.
Attaching Screenshot.
Thanks!
-
Variable cuts varible when storing read html
I use html request get to store data from https://sampo.thl.fi/pivot/prod/fi/epirapo/covid19case/fact_epirapo_covid19case.dimensions.json. When I store in to variable, it doesn't include it whole. Does tasker cut it partly? How to workaround it?
-
Solved
Split Screen on Tesla Style Head Unit
I have used Tasker to load 2 apps split screen on a horizontal android head unit, but my current tesla style vertical head unit (Linkswell Gen 4) seems to ignore the split screen command in Tasker. The 2 apps are thus loaded sequentially full screen.
-
Solved
Fix AutoApps not showing up
All AutoApps are not showing up in Tasker. Please fix.
-
Solved
Google Calendar Entry - State in Profile
I created a profile that detects if a calendar event is active using the State>App>Calendar Entry function. It has worked for a number of years. This past week it stopped working. It is not detecting when the event is active. I tried adding a new calendar to the Google Calendar and accessing it through Tasker and it does not display. I have also tried toggling the calendar permissions in Tasker and that has not helped. It seems Tasker is not accessing the Google Calendar at all.
-
Solved
Autoresponder
Tasker isn't receiving trigger from Autoresponder to automatically save contact task. I use Android 10
-
Solved
Torch level not setting with variable
So I was troubleshooting a task with someone on Reddit and I found that when I used the torch if I set the torch level with a number, like 5 it works. But if I set the torch with any variable i.e. Torch level set to %torch where %torch = 5
And it doesn't work. Does Torch not support variables? It doesn't say anything like that and it shows the option for variable select.
-
AutoInput not working with standard Tasker popup
Hello Taskers! Profile Event AutoInput UI Update is not detecting the text within the standard popup messages of Tasker when they SHOW on the screen, but just after they CLOSE (by timeout or manual tap), which is useless, because that way I can't query or interact with the popup. I did a test with MacroDroid and it's working flawlessly to detect and tap the Tasker popup, but Tasker in terms of programming power is so much superior, that it's completely out of discussion. Here's my profile and task test: Profile: Profile Test Settings: Notification: no Event: AutoInput UI
-
Solved
Touchtask events not working in Tasker 6.1.9 beta
I have Tasker 6.1.9 beta installed. The events of the TouchTask plugin stopped working for me, more specifically screen touched. Everything works on the latest stable 6.0.10.
-
Power Any State not working with S24 Ultra
With my Samsung S24 Ultra, the Power Any state doesn't work, except if Super Fast Charging is happening. Normal charging doesn't appear to trigger it.
I hope that helps.
-
Solved
HTTP GET variables cannot handle line breaks
I'm trying to forward my SMS, and %SMSRB has line breaks, but when sending using `HTTP GET request`, I only get its first line.
The line breaks in %SMSRB has to be processed/URL encoded too.
Please help. Thank you.
-
Autoinput setText/appendText comma issues
I have faced some problem which is when i setText using autoinput, it will seperate my variable with comma automatically, even though i set the seperator empty or change it to other things beside comma. I have try as many method as I can, but it's still not working. This issues only appears on setText and appendText. For example, I have a variable "Hello, How are you?". The text paste out will be "Hello" only. Actually the seperator is not working at all, when i change the variable to "Hello @ How are you?", and set seperator to "@", its not