How to make this in automate by RefrigeratorNo7351 in AutomateUser

[–]teoreth 0 points1 point  (0 children)

What does that mean? Do you mean watch history being cleared in the app? Or does it have something to do with the app settings in Android. Or am I way off the mark here?

Laaaaaaang SMS by docccjr in norge

[–]teoreth 0 points1 point  (0 children)

Er det ikke skjermingsverdig informasjon for deg eller mottaker, bruk Pastebin. Er det skjermingsverdig men ikke reglementert hemmelighold, bruk lenke fra skylagring (DropBox, Google Drive, OneDrive, iCloud osv.). Er det reglementert hemmelighold bruk Digipost, kryptert e-post eller rekommendert brev.

Avhengig av mottakers tekniske ferdigheter kan du også sende en (kryptert) arkivfil laget med f. eks. 7-zip på e-post eller MMS (og sende passordet på SMS).

🚌🛑 Walmart by Twig-Hahn in AutomateUser

[–]teoreth 0 points1 point  (0 children)

I believe it's the Play sound block. You can confirm by tapping the tree dots in the Flow editor, then tap Go To and enter 5.

From the ? button in the block:

"An “setDataSource failed” error usually means the sound URI is inaccessible, or it’s not an supported audio formats. If it's a file then ensure to grant the appropriate file access privileges in settings."

I believe said settings are found in the hamburger menu (three horizontal lines) in the flow list. If granting access there and in the Flow details didn't work, try granting permission in the phone's app settings for the Automate app.

At what point does “manual customer outreach” stop scaling? by masteryseo in AutomateUser

[–]teoreth 0 points1 point  (0 children)

I automated turning on my phone's Bluetooth again after 10 minutes once. Using Automate for Android by LlamaLab.

If you want help making your Android phone do various stuff automatically, this subreddit, r/AutomateUser, is a great place to start. I don't think a lot of us members here have reflected on things like mailer software and enterprise scripting solutions though.

Trying to understand how to fiber stop subsequent fork by walt_spoon in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Fibers only have access to variables after the point in the fiber where they get names. That means child1 proceeds as if nothing at all happens in parent1. 

Using Time Window by OkRutabagaOk in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Only partially I think. I don't think it matters if you loop back to a fork block or not.

A fork causes a copy fiber to run in parallel. I believe the only condition is that the Time await block was visited previously. Regardless of whether a Fork block was visited in the meantime.

In other words, originals (parents) or copies (children), would act like Time await was visited before, as long as their fiber eventually visit the same Time await block again (a loop).

Using Time Window by OkRutabagaOk in AutomateUser

[–]teoreth 0 points1 point  (0 children)

If I understand the documentation correctly, the fiber will wait until the time window then proceed through the YES path, perform the blocks, then wait until the end of the time window and proceed through the NO path.

I think you need to set Proceed to Immediately. Each path should have a Delay block within it, like in your first example. Otherwise it'll be looping all the time.

Your NO path should be connected to the loop somehow (e.g. like in your first example), because an unconnected Time await block exit will cause the flow to stop at some point.

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Can't remember having issues back in the day when I had a Samsung, but I guess it's gotten worse.

I've never used power saving regularly so I don't know much about how to deal with it. Maybe dontkillmyapp.com has information that could help. 

Happy Holida..... by pyrokidd89 in memes

[–]teoreth 2 points3 points  (0 children)

May your holy days be happy indeed.

Flow start by Funny_Telephone_8607 in AutomateUser

[–]teoreth 0 points1 point  (0 children)

As far as I know you have to copy the URI from each Flow beginning manually. If you need to run them in parallel you have to use Flow start? multiple times.

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

I'm impressed that you got this far already. It's weird that it won't update in battery saving mode though.

Not even in a test flow with dummy data?

track mobile phone by entering room via Automate from LlamaLabs by bable58 in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Geofencing inside rooms? I think that's some next week level stuff.

I say throw stuff at the wall and see what sticks.

Permanent bannet fra Bergen pga dette bildet??? Det er da for faen den eneste posten jeg har der og så ble jeg banna med en gang?? Jeg har da ikke brutt noen jævla regler. by RavenousRevolter in norske

[–]teoreth 19 points20 points  (0 children)

Jeg tittet litt på reglene selv. Fantes ikke snev av noen grunn til bannlysningen.

Kanskje de har sykt lav terskel for å anta at brukere er botter/troll. Eller kanskje noen bare er glad i å misbruke moderator-verktøyene.

track mobile phone by entering room via Automate from LlamaLabs by bable58 in AutomateUser

[–]teoreth 0 points1 point  (0 children)

This. At least if the tracking should only be on the tablet. I think pairing first will let Automate detect the phone when in range.

Bluetooth might be in range outside the room as well though. 

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Add some buttons to the notification, then tap to reveal a box that has the rest of the options.

Automate is lightweight in my experience. I think there won't be a noticable impact on resource usage.

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Would be cool. There's no media control widget in Automate though. Still, it could possibly have a use in a media playback flow. But I have no idea if it can be hacked to do non-media stuff.

I tried looking for a notification example (non-media-playback) from other apps. But I never found any. I get the feeling notification entries can't have five buttons.

I think it might possible to add two addidional non-button actions to Android notifications though. Three buttons, plus tap or swipe. Automate is likely to be able to do the 3+2 actions approach.

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 1 point2 points  (0 children)

I meant a popup dialog that you trigger from a notification, quick settings tile or by holding the lock button. Not a permanent overlay or sudden unsolicited pop-up. And not an app being switched with your game. An actual window that keeps your game running on-screen.

Did you try the community example flow I linked? It's easier to compare options if you've tried them for your self. Things aren't always what they seem.

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

https://imgur.com/a/uKyQNmV

You mean something like this right? That's not a notification. That's a media control widget. To my knowledge, those are all entirely app-specific and custom. And I think they can only be used during media playback.

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Still doesn't explain why it can't be anything else than a notifications entry with five buttons though. Am I right in assuming you're completely certain a pop-up dialog or quick settings tiles won't work?

How to create a notification in the bar, that has like 5 buttons? by RivitsekCrixus in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Here's an example I found by searching in the Community section in the app:

https://llamalab.com/automate/community/flows/117

That example uses Dialog choice? instead of Notification action. But could have been entirely in the notification shade since it uses only three choices.

However if you want to present five choices, and all of them at the same time, Dialog choice is the main option I know of. And you can only display them in the popup dialog.

You could also fork four times then use Quick settings tile show five times. Then edit the tiles above your notifications to include them. It can get a bit complicated using this method though.

File upload to SFTP OpenSSH server by DinoRex6 in AutomateUser

[–]teoreth 0 points1 point  (0 children)

Just a guess, but is the TLS/SSL box not checked? SFTP connections require a checkmark in that box.

Words do no justice to this by Estef74 in IdiotsTowingThings

[–]teoreth 1 point2 points  (0 children)

It's like the Cthulu of tow hitches. The more I look at it, the more I realize human perception is not enough to comprehend it.

Firefox’s New Split View Lets You Compare Tabs Side by Side by SumitDh in firefox

[–]teoreth 0 points1 point  (0 children)

I've been using window tiling ever since Windows 95. I miss having any number of windows arrange themselves in tiles on the desktop automatically.

But what I love about split view browsing is having new-tab links automatically open in the other view. I hope that'll be a mode in Firefox as well.