After some time or a restart, in order to be able to automatically send clipboard to the other devices, i need read logs permission and I can get them with the following commands
adb -d shell pm grant org.kde.kdeconnect_tp android.permission.READ_LOGS
adb -d shell appops set org.kde.kdeconnect_tp SYSTEM_ALERT_WINDOW allow
adb -d shell am force-stop org.kde.kdeconnect_tp
Though sometimes if i don’t completely reinstall the app i can’t make it work again, and the worst part is that the send clipboard button is not available if read logs is granted, so I have to choice but to fix the problem and this really slows down my work.
once i can’t remember how but without touching adb or anything else the panel appeared again, I granted permissions again and it worked. I’m stressing out
Do any of you have any solution?