-
Solved
Shizuku logcat not working on boot as expected
I am using the thedjchi fork of Shizuku and when Shizuku is available, Tasker does not seem to be starting to read the Logcat; I have to trigger it manually (i.e. through either turning on the ADB WiFi Logcat setting on then off again or creating a new Logcat entry profile then cancelling)
-
Solved
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