-
Same calendar entry but one is ignored
When I create two profiles, each with one calendar entry, and fill them identically, in my example, I only fill the description *🔇*, and in the second profile, the calendar entry differs only by the fact that an additional five-minute start early field was filled.
Only the five-minute early entry is triggered 5 minute before, but not the normal calendar entry is not triggered when the date starts. Occasionally, it happens that the normal calendar entry is triggered only five minutes after the appointment starts.
When I update the calendar entry and change for example the end time while the
-
Solved
Sqlite problem where insert data is treated as column name
See attachment
-
Solved
Pick photos action returns with uri that isn't useable when using send intent
In short, using Pick Photo action returns with the images URI path but when trying to use it in send intent for example it fails. To fix that you need to get the full path using SQL Query like here:
https://www.reddit.com/r/tasker/comments/1enzuix/how_to_copy_filesmedia_from_your_android_phone_to/
The example is shown below the title: "Pick Photos/Media dialog".
Can you maybe have another variable/array inside the Pick Photos action that will hold the full path. Â
-
Tasker "SQL Query" getting syntax error on DROP COLUMN
As what title says, SQL Query gets a syntax error on using DROP COLUMN or DROP SQL Query: cursor exception: near "DROP" syntax error. Tested queries: ALTER TABLE "my_table" DROP COLUMN "my_column" ALTER TABLE my_table DROP COLUMN my_column ALTER TABLE "my_table" ALTER COLUMN "my_column" DROP ALTER TABLE my_table DROP my_column
-
Solved
Speakerphone action not working on many devices
Many users are reporting that the speakerphone action is broken. I know that it never worked on my Motorola Droid Turbo 2 with Nougat or my Samsung Galaxy S9 with Oreo.
OnePlus and Pixel devices are also experiencing this issue.
-
Solved
Take call in Nougat
Sadly not a root free method, but rooted users can take a call in Nougat by using input keyevent 5 - Could this please be added as a Take Call action if root is available please? Thanks.