Search found 5 matches

by takehito
06 Sep 2022 14:09
Forum: User Help / Bug Reports
Topic: What should trigger this?
Replies: 3
Views: 6754

Re: What should trigger this?

Hi Wibbly,

Thank you.

I tried both and they did not work.
It appears to be displayed from the app.
When I check in UI Event it shows that I clicked "Start Now" in systemui.
In Notification Status, I set TestViewer Host in systemui, but it does not respond.
by takehito
06 Sep 2022 07:28
Forum: User Help / Bug Reports
Topic: What should trigger this?
Replies: 3
Views: 6754

What should trigger this?

The attached content is displayed when connecting from a PC to an Android device using TeamViewer.
I would like to create a flow that automatically clicks "Start Now" when this is displayed.
But I don't know what should be the trigger, so please let me know.
by takehito
07 Jan 2019 06:30
Forum: General
Topic: Disable Smart Lock (Google), how to switch it on
Replies: 1
Views: 7396

Disable Smart Lock (Google), how to switch it on

The things I want to realize are as follows. Disable 'Settings - Lock screen and security - Trusted agent - Smart Lock (Google)' at restart and shutdown "Settings - Lock screen and security - Reliable agent - Smart Lock (Google)" enabled at startup Actions such as restart, shutdown, startup were fou...
by takehito
18 Sep 2014 01:09
Forum: User Help / Bug Reports
Topic: File rotation in the directory
Replies: 2
Views: 7543

Re: File rotation in the directory

I tried to set up in this way, but it does not always work as I think. Step 1 Action: Init Variable File List Variable: files File Pattern: /storage/emulated/0/sample/* Step 2 Action: Script Script: listlength = length(files); if (listlength > 5) { removeElement(files, listlength - 1); } Step 3 Cond...
by takehito
17 Sep 2014 12:17
Forum: User Help / Bug Reports
Topic: File rotation in the directory
Replies: 2
Views: 7543

File rotation in the directory

Triggers run in 0:00 AM every day at the specified time

What can I do to the processing number of files, such as to avoid 5 or more at all times the number of files in a directory called "/storage/emulated/0/sample" will delete the old files in the case of 5 or more?