-
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.