write secure setting

22 views
Skip to first unread message

gordon....@gmail.com

unread,
Mar 16, 2026, 7:53:25 AM (2 days ago) Mar 16
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?Screenshot 2026-03-16 075151.png

Screenshot 2026-03-16 073840.png

aa6vh

unread,
Mar 16, 2026, 11:19:05 AM (2 days ago) Mar 16
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
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
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.
Reply all
Reply to author
Forward
0 new messages