I have given the permission (adb shell pm grant net.dinglisch.android.taskerm android.permission.READ_LOGS) via ADB & everything (Logcat & Clipboard) works. but Tasker stops reading the Clipboard (%CLIP) later on (don't know when), but Logcat event is working. Tasker isn't notifying me that it needs the permission, but it only begins to work again when the permission is granted again from ADB. What should I do? I'm using Samsung S10 with android 10, unrooted.
Hi there, thanks for the report! Can you please try this version? https://drive.google.com/file/d/1UfMEt1H6wjlMDdsqByn-flCRqE45PdJ1/view?usp=sharing
Good Morning. For myself with the version quoted Tasker28.apk after a time installed stops working, and does not update the information on the clipboard (% CLIP)
After updating it worked for a while (hours) and then it gets the last value of the variable, it doesn't update the variable anymore (% CLIP)
Good evening everyone. I managed to solve by doing the following commands through adb: adb shell pm grant net.dinglisch.android.taskerm android.permission.WRITE_SECURE_SETTINGS adb -d shell appops set net.dinglisch.android.taskerm SYSTEM_ALERT_WINDOW allow adb -d shell pm grant net.dinglisch.android.taskerm android.permission.READ_LOGS adb -d shell am force-stop net.dinglisch.android.taskerm Hope this helps. After these commands, the %CLIP variable is updating perfectly.