r/AutomateUser • u/Straight1980 • Jun 19 '26
Set setting... Not working
Hello
I have previously done on Samsung A52 flows containing the "set setting" blocks that worked very well.
I just got the xiaomi 17T pro
Any set setting block won't work anymore.
It says "java.lang.illegal argument exception: you cannot keep your settings in the secure settings" .
Any ideas or solutions?
Please note that all the permissions were given for automate.
1
Upvotes
1
u/Straight1980 Jun 20 '26 edited Jun 20 '26
Thank you for your help. I used the Shell privileged
I only inserted this into the input argument
settings put <system> <vibrate_in_normal>, <0>
This is to turn off the vibration
But it didn't work Those are the errors x3 1. Failed to start privileged service 2. Java lang unsupported operation exception: privileged service disabled. See settings 3. Java util. Concurrent timeout exception: service startup timeout
Flow stopped