how to enable join tasker clipboard again on android 10 q adb developer options tutorial

Опубликовано: 23 Март 2026
на канале: fredyfrankle1
733
9

link to adb fastboot download

https://forum.xda-developers.com/show...
https://forum.xda-developers.com/atta...


cmd
cd C:\adb


see if connected

adb devices


one at a time


adb -d shell appops set com.joaomgcd.join SYSTEM_ALERT_WINDOW allow
adb shell pm grant com.joaomgcd.join android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant com.joaomgcd.join android.permission.READ_LOGS
adb shell am force-stop com.joaomgcd.join