Search found 94 matches

by jassing
15 Dec 2019 13:43
Forum: Feature Requests
Topic: Please add SQLite storage support.
Replies: 9
Views: 30750

Re: Please add SQLite storage support.

On my phone, of the files I can see (non rooted) there are 8 separate apps that use sqlite as their data storage. I find it hard to believe that they are developing their own implementation for various platforms. Seems more likely that a common file works a cross the board. Text file solutions are n...
by jassing
15 Dec 2019 12:11
Forum: User Help / Bug Reports
Topic: File created in AM, access denied when run command mv
Replies: 3
Views: 8451

Re: File created in AM, access denied when run command mv

Thanks for looking at this.(do you get any rest? ;-) Flow Attached. flow_mv_Fail_20191215_034942.zip Screenshot_20191215-035309.png Termux session, same thing. (w attrib missing for other) Screenshot_20191215-040206.png But any file manager or AM can rename or delete the file Strange, eh? Cheers
by jassing
15 Dec 2019 09:58
Forum: User Help / Bug Reports
Topic: Message Dialog Timeout Function
Replies: 4
Views: 10337

Re: Message Dialog Timeout Function

I agree the count down is annoying, and the count down should be paused if the user is active in the dialog. Otherwise it seems to work as expected & described. I've found that with any dialog open, you cannot stop the flow. Maybe use a widget dialog? I tried a couple of Plug-ins e/o Success (which ...
by jassing
15 Dec 2019 03:37
Forum: User Help / Bug Reports
Topic: File created in AM, access denied when run command mv
Replies: 3
Views: 8451

File created in AM, access denied when run command mv

I created a file, then tried to use mv to rename it via execute command. It failed, permission denied.
I thought it might be a timing issue, but even trying to rename 5 minutes later failed.
Using the built in move file works, so it's not a big deal; the m just curious as to the why...
by jassing
15 Dec 2019 03:23
Forum: User Help / Bug Reports
Topic: Brackets in input dialog... Why?
Replies: 3
Views: 8725

Brackets in input dialog... Why?

Given attached flow, how should I be using it to avoid brackets appearing?
Screenshot_20191214-192024.png
Flow image
Screenshot_20191214-192024.png (46.74 KiB) Viewed 8725 times
[attachment=0]Screenshot_20191214-192350.png[/attachment

Had to zip it due to it being flagged as an attack vector.
by jassing
15 Dec 2019 03:13
Forum: User Help / Bug Reports
Topic: dateformat - - expected results?
Replies: 5
Views: 11155

Re: dateformat - - expected results?

Neat, I know it won't work... Now. but that would work not in script? For instance writing to a file?
by jassing
14 Dec 2019 19:42
Forum: Feature Requests
Topic: Please add SQLite storage support.
Replies: 9
Views: 30750

Re: Please add SQLite storage support.

I was just looking for sqlite solutions...
I tried&failed at using a Tasker plugin...
Would be really nice if Automagic supported sqlite natively, the libraries must already exist with Android...
by jassing
14 Dec 2019 19:15
Forum: User Help / Bug Reports
Topic: Detect change in contacts?
Replies: 3
Views: 8119

Re: Detect change in contacts?

Found it... Content provider change. Luckily it was one of the pre-fill options.
by jassing
14 Dec 2019 18:08
Forum: User Help / Bug Reports
Topic: Detect change in contacts?
Replies: 3
Views: 8119

Detect change in contacts?

Is there a way to detect a change to the contacts database?

I have a flow that shows a list of contacts with mobile numbers, but it takes 30 seconds to run the load portion. I want to cache the list, and reload only when needed.
by jassing
14 Dec 2019 18:02
Forum: User Help / Bug Reports
Topic: dateformat - - expected results?
Replies: 5
Views: 11155

Re: dateformat - - expected results?

I ran into a similar problem, so I wanted to use a variable to hold the format... Made things worse, since I couldn't do

Code: Select all

{selectedDateTime,dateformat,datefmt}