You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
I have successfully granted permission to everything but the tasker setting write secure settings and the autowear secure settings. I am using a oneplus phone. I have turned on usb debugging and Disabled adb authorization timeout. I have tried adjusting the cmd code with no success. Attached it the original code. When I click the button in the permissions program it says package not found. What am I doing wrong?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
The "&h1" part of your command is what is incorrect. That syntax is for a web URL command, and the ADB application is not a web site.
I use:
adb shell pm grant net.dinglisch.android.taskerm android.permission.WRITE_SECURE_SETTINGS
SDS
unread,
Mar 17, 2026, 5:06:17 AM (24 hours ago) Mar 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Using pc software (Tasker permission portable.exe) the error is because its not detecting tasker settings app. Verify whether the tasker settings app is actually installed. Using cmd the package name for tasker settings is incorrect. The correct command:
adb shell pm grant com.joaomgcd.taskersettings android.permission.WRITE_SECURE_SETTINGS
aa6vh
unread,
Mar 17, 2026, 10:48:11 AM (18 hours ago) Mar 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
The Tasker package name can be different depending on how Tasker was installed. Use the proper Tasker package name that is on your device.