Is there a way for this Privileged service start to work on non-rooted Huaweis? Trying with a P60 Pro.
Privileged service start via Android Debug Bridge fails in my case because there is no Wireless debugging option, only USB debugging in Developer options.
I tried to follow the instructions available at
https://llamalab.com/automate/doc/adb.html1. USB debugging
2. Confirm RSA key on phone
3. adb tcpip 5555
4. adb devices show device connected
5. `adb shell sh /sdcard/Android/data/com.llamalab.automate/cache/start.sh && echo Worked` confirms the script executed
Going back to Automate it's still stuck on "Follow the instructions shown on screen to pair Automate with ADB on this device". Rebooted phone, Privileged service start still disabled.
Use case is a button to connect to Bluetooth speakers and turn on Do Not Disturb. Both actions seem broken LOL. I couldn't have picked a more brittle script to rely on if I tried.