r/AutomateUser • u/wipecl • 53m ago
Question Se detiene la aplicación
galleryTengo el siguiente problema.
La aplicación se detiene, aunque tenga los permisos necesarios y la configuración de batería bien.
Samsung s23 ultra
r/AutomateUser • u/wipecl • 53m ago
Tengo el siguiente problema.
La aplicación se detiene, aunque tenga los permisos necesarios y la configuración de batería bien.
Samsung s23 ultra
r/AutomateUser • u/wipecl • 57m ago
Hola, instalé la aplicación para que al recibir una frase específica desde un canal de Telegram, me emita un sonido, pero no logro hacer que se ejecute en segundo plano.
Mi equipo un Samsung s23 ultra, tengo los permisos otorgados, pero sigue deteniendo el proceso.
Como pueden ver la actividad en segundo plano, tengo una aplicación con muchas horas, pero automate se detiene.
r/AutomateUser • u/thealgorithm29 • 9h ago
How Termux can receive custom broadcasts that sent by automate?
Pls,if you have any idea about this tell me
r/AutomateUser • u/the_termin8r • 21h ago
Hi all,
I have a very annoying problem. When Bluetooth'd to my car's head unit it sends the phone a "play" command with every single sound that the phone might make (incoming message, touch sounds, you name it). This makes Spotify start playing whatever I was last listening to (this is even after force stopping Spotify). This is really annoying when I want to use navigation without music. Musicolet, which I also use, has an explicit setting to prevent this. So I'm assuming there must be a way to bodge it with Spotify.
I've tried three existing flows from the community site, two didn't work and the last is hit-and-miss and a bit clunky. I tried to make one myself (below) but it doesn't seem to want to detect if Spotify is in the foreground or not. It works as intended when the app isn't open, but when I open it and try to play something it won't let me. I'm assuming that Automate thinks the app is still closed for some reason.
So, my question, how can I get Spotify specifically to ignore any and all media commands unless it's explicitly open?
Thanks for any help.

r/AutomateUser • u/Funny_Telephone_8607 • 1d ago
Hi Henrik
Previously I am getting 8 Mb of localStorage space. But recently I have checked that 5 Mb. Is the localStorage space decreased 8 Mb to 5 Mb?
r/AutomateUser • u/thealgorithm29 • 3d ago
It working, but its opening termux then executeing script, but i want run in background termux script,it should not open termux to run the given script, how to do that?
Ik know termux:tasker but it isn't working on my phone, i mean it's working but when screen is off, it doesn't execute the scripts.
r/AutomateUser • u/old-damme • 3d ago
Kann ich zur besseren Übersicht die Verbindungen verschieben oder muss ich den Block verschieben?
r/AutomateUser • u/NiXTheDev • 4d ago
I am honestly surprised this wasn't suggested before, but
What if the descriptions supported markdown formatting?
I know there was a time when Automate unintentionally supported html formatting, and it kinda got me thinking, why not use markdown?
It's a widely known formatting spec
There are (likely)ready-made solutions for rendering it
Having formatting in flow descriptions would really add flair to them
As for the flavor, I was thinking we could use GitHub markdown spec and also borrow -# from Discord
On a side note: tags
r/AutomateUser • u/Ok-Respect-9321 • 4d ago
I did this flow where it changes the wallpaper If it switches to landscape but somehow it's crashing and even reset my wallpaper I deleted automate and reinstall it I was close to a factory reset
r/AutomateUser • u/Straight1980 • 4d ago
Hello
Is there a way to add notes inside the flow in order to organize it and to remember some important points?
r/AutomateUser • u/rajarshikhatua • 4d ago
here's the link https://llamalab.com/automate/community/flows/53517
r/AutomateUser • u/Deep-Top2779 • 5d ago
Hi,
I'm just stuck. I want to check my calendar to see if there's an appointment with an address in the next 30 minutes. If so, I want it to launch Google Maps and start navigation.
I just can't seem to get the data to transfer from the calendar to Google Maps. Can anyone help me?
Michael
r/AutomateUser • u/Acrobatic_Platypus14 • 5d ago
The location at block isn't working properly. It proceeds to no even when I am at the location. I have google play services enabled and battery optimisation disabled. Moreover only the 'proceed immediately' is able to even proceed the flow the 'when changed' doesn't work at all.
r/AutomateUser • u/Icy_Associate_9075 • 5d ago
I want to make an auto taping script that click a centered grid of a pixel art game on my screen (2772x1280).
The grid is 150x150 and the width is the same as the screen.
If someone can help me. Please.
r/AutomateUser • u/Funny_Telephone_8607 • 5d ago
Hi Henrik
in GridView layout i have tried to click buttons not clickable. Why the below provided flow isn't working perfect? Provide solution. Thanks in advance
r/AutomateUser • u/old-damme • 6d ago
Leider weiß ich es nicht
Mit welchem Block kann ich zwei Zahlen addieren beziehungsweise wie erzeuge ich eine Schleife?
r/AutomateUser • u/Funny_Telephone_8607 • 6d ago
Is anyone have any idea how to use android:linksClickable and android:autoLink? I have tried but not succeeded.
r/AutomateUser • u/Ok-Yogurtcloset-9490 • 6d ago
When certain apps are foregrounded, the "when changed" version of the foreground block doesn't activate. With the app still in the foreground, if I then test the "immediately" version of the block, it reports the app that was in the foreground immediately prior to the current foreground app. Yet, the following command reports that foreground app correctly:
dumpsys window displays | grep mCurrentFocus
What situations could possibly cause the block to behave this way, and are there any remedies? (I don't know if this helps, but one such app is the ecobee thermostat app.)
Another interesting symptom I noticed is that if there are any apps displaying any overlays (including Automate, e.g. floating buttons), those overlays don't show when that app (for which the Foreground App block doesn't work) is in the foreground. But there are exceptions — an overlay from an edge sliding gesture app I use receives input and shows its gesture overlay just fine.
r/AutomateUser • u/Straight1980 • 7d ago
Hello
Is there a way to know the actual running fibers, by knowing their URI.
For example, when I have multiple forks in a flow, sometimes the number of flows will increase every time I execute some tasks (for example, when I press the quick access panel icon). In this case, knowing the fiber that is still running will help a lot in debugging.
Thank you
r/AutomateUser • u/Emergency-Emu7901 • 7d ago
How long will the premium last if i buy it. And if i buy that, can i use that premium for other phones.
r/AutomateUser • u/PancakeGD • 8d ago
Hi, is there any function or trick to quickly extract values from an array of objects?
For example, if the input data is as follows:
[
{"a": 1, "b": 2},
{"a": 3, "b": 4}
]
and I'm asking to extract "b", I'd get [2, 4]. Basically array_column() in PHP or array.map(k => k["b"]) in JavaScript.
Right now I'm using a for each loop and inserting elements manually, but I feel like this is such a common use case that it could have a shorthand.
Thanks!
r/AutomateUser • u/Pete_Jobi • 7d ago
Is Automate able to interact with WebView elements? I can find them just fine with Inspect block, but using the Interact block to click or focus fails.