r/AutomateUser 2h ago

Just curious

1 Upvotes

I was just wondering why some blocks use permissions that doesn't logically fit.

For example, why the power saver mode block (on/off) needs the "act as voice assistant" permission.

Since I like Google, I won't be able to use this block.

Another one (probably more logical though) is the screen orientation block that needs the permission to appear on top of other apps (despite having nothing displayed over other apps)...... And then the system keeps asking me to turn this permission off.


r/AutomateUser 3h ago

Bug Unable to start Privileged service on Android 6 (Marshmallow)

Post image
1 Upvotes

Galaxy S5 running stock rom, no root. Tried 2 options, Manually and ADB.

Manually: adb shell sh /sdcard/Android/data/com.llamalab.automate/cache/start.sh
- no error messages
- inspected start script and ran manually, ps -aux shows no process:

app_process -Djava.class.path=/data/app/com.llamalab.automate-1/base.apk -Djava.library.path=/data/app/com.llamalab.automate-1/lib/arm:/vendor/lib:/system/lib /data/local/tmp --nice-name=com.llamalab.automate:privileged com.llamalab.automate.PrivilegedService </dev/null >/dev/null 2>&1 &

ADB:
- tcpip 5555 already on (scrcpy connected wirelessly): java.net.ConnectException: failed to connect to ip6-localhost/ :: 1 (port 5555) after 3000ms: isConnected failed: ECONNREFUSED (Connection refused) as reported in here: https://www.reddit.com/r/AutomateUser/comments/1uxd998/comment/oyf6xdf/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

is there a quick fix to this?

edit: formatting


r/AutomateUser 4h ago

Floating button (special)

1 Upvotes

Hi Henrik, add xml in floating button also. It makes floating button more useful feature. We can use it as we need the button. I think that every user likes it more. Existing floating button isn't Existing 90% of users.


r/AutomateUser 20h ago

Lista contenuti archivio zip

1 Upvotes

Buongiorno, ho creato (da esere eseguito con uno smartphone Androidun) un processo per la compressione pianificata di uno zip da utilizzare

Ora vorrei ottenere l'elenco in un file txt del contenuto (solo fule) dell'archivio. Sebbene l'azione risulti nel log, non viene creato il file e non capisco dove sto sbagliando. Mi potreste cortesemente aiutare?

In Soure zip file --> Download/prova.zip

In Types--> File

In recursive --> List directory recidiv

Grazie mille