-
My phone does not allow outgoing calls while tasker is running
I have a motorola moto E, android version 6.0. Every time I place a phone call the outgoing call is blocked and the following message comes up " bloqueado por patrón * ". I have even deleted all the saved tasks and profiles but it is still coming up.
-
%HTTPD variable not working
When I make a HTTP POST request, the %HTTPD variable isn't being set with the response data. My response code is 200 and the output file is being set correctly. But when printing %HTTPD, the string "%HTTPD" is displayed. The response content type is application/json.
-
Slider Scene Element Bugs
- Using the Element Value action on a slider, with the scene visible, fails to activate the Value Selected event task. The documentation clearly states that changing the slider value with this action should activate the event task.
- The text for the indicators does not scale with screen resolution, making them practically useless. On my device they look like periods.
- There is no way to change the color or width of the line the thumb slides on. Sky blue isn't always the best choice.
- There is no obvious way to make a vertical slider.
- During touch movement, the slider value does not
-
Does not detect app launched if opened from recents in Android P. Only when launched from app icon or launcher.
I have a profile that detects when certain apps are launched. I found that if you launch the app from the app icon or launcher, it works fine (even if the app is currently in the recents list). If you re-open the app from the recents list, it doesn't detect the app as running or sometimes detects it but takes a long time and possibly only when you pull down the notifications.
Android version: 9
Tasker version: 5.2.bf1
-
Autoinput Stopped functioning post update.
Autoinput is not working anymore post update.
-
Get location not working
Need gps coordinates via tasker. When I start the task, in status bar appears location icon but when I want see %LOC variable, it's empty.
-
Join no longer triggering Tasker profile
My join commands that I use to create notifications in Tasker no longer are triggering Tasker to run tasks. Nothing has changed in my Tasker or server side. The task runs fine when triggered manually in Tasker.
-
Cannot prevent services from accessing network
I'm on a limited bandwidth wifi connection. Every day around 1PM Google Play Services gets online and uses 3Mb for about 10 minutes, which severely degrades the internet for all other clients.
I set up a task & profile to prevent Play (the app) from accessing the network during the day. That didn't work - looks like Play (the service) is the real culprit. But, there's no way (it seems) to prevent a service from accessing it.
So, then I set up a rule to deny all network access between certain hours (really it needs a location in the profile
-
Creating a App that starts automatically when a device is booted.
I have created a Tasker Project ( called BillFolder) with a :
Profile – ( called Start )-Boot Device which links to my tasks called wifion.
( to start the project/app when the device is booted)
And a simple task sequence called Wifion.
1-Wait 7 minutes
2-Wifi – Set on
3-Wait 5 seconds
4-Wifi Net – Action Reconnect
5-Wait 7 minutes
6-Goto type Action Number 1
Under preferences – Monitor – Run In Foreground is not selected.
UI – Beginner Mode is not selected.
The project has no user interface , and should auto start at power up and
-
MS Exchange calendar availability nor detected correctly
Very detailed background: Calendar entries can have different availability options to mark a calendar entry as "free" or "busy". A normal calendar entry for a meeting would be marked as "busy" and is the default. You can also have an entry marked as "free" when you want more of a reminder of a meeting that you might not attend. This concept exists in both Google Calendar and Microsoft Exchange/Outlook. Google Calendar shows this setting as "Show me as" with options Available and Busy and Exchange shows this setting as "Status" with options Busy, Free, Tentative, or Out of Office.
In
-
Bug found: Race condition when updating scene elements
When programmatically updating two scene elements, one element will get the value of the other, at least for Number Pickers. `new_val` acts like a Singleton having just one state.
I've been seeing this behavior for the Expiry Hours element. Logging shows one value of `%new_val` before the assignment and a different value after the assignment.
Logging shows `eh` eventually getting the value meant for `em`.
-
[BUG] Tasker inserted calendar event with 'all day' tag can't be found with "test app -> Calendar..." actions
Calendar insert: All day: true Title: SomeEvent
Test app: Type: Calendar Title Data: %TIMES
expected: returns event "SomeEvent"
got: returns events created manually via google calendar app.