Regarding the latest version of the clipboard problem

danmo66

New member
in the previous version, I solved the problem that the APP can not get the clipboard content in the foreground on android 10+ through the magisk module, and now you have updated this action through other means, causing my previous method to lose its effect, I don't know how to solve it?
 

MacroDroidDev

Administrator
Staff member
Just to be clear are you talking about the clipboard change trigger, or are referring to getting the current contents of the clipboard via magic text using the [clipboard] field?
 

MacroDroidDev

Administrator
Staff member
I will add some code that should make it still usable from the magic text if you are using Magisk in Android 10+ but this has just missed the latest release cycle.

In the meantime you can use the clipboard refresh action before you need to access the clipboard contents.
 

danmo66

New member
I will add some code that should make it still usable from the magic text if you are using Magisk in Android 10+ but this has just missed the latest release cycle.

In the meantime you can use the clipboard refresh action before you need to access the clipboard contents.
Sorry, I may have said the wrong thing last time, as you said, I am indeed using the magisk module, that is: https://github.com/Kr328/Riru-ClipboardWhitelist, so that I can use the [clipboard] variable normally, but now the latest version is no longer working, I think it may be that you updated what changed?
 

danmo66

New member
Please try V5.21.3 if I've done it correctly it should be working with magisk again.
I tested it, and it still doesn't seem to work properly. Now I can only get the content of the [clipboard] variable by adding the clipboard refresh action, but this will cause a lot of delay and affect the experience a bit. I still hope that the magisk module can be used. way to get [clipboard] content. Because he is fast
 
Top