Search found 55 matches

by ziotempa
22 Apr 2019 07:34
Forum: User Help / Bug Reports
Topic: Issue with android 9 call Java method
Replies: 26
Views: 57902

Re: Issue with android 9 call Java method

Sorry but I have this error with this new flow

exception_message
Method call failed (Expression: callJavaMethod(cr, "android.content.ContentResolver", "openInputStream(android.net.Uri)", callJavaStaticMethod("android.net.Uri", "parse(java.lang.String)", stream_uri))[line 2])
by ziotempa
21 Apr 2019 18:23
Forum: User Help / Bug Reports
Topic: Issue with android 9 call Java method
Replies: 26
Views: 57902

Re: Issue with android 9 call Java method

My program is a bit different, when I receive some image I can share to automagic, this starts a Flow where I can give it tags and the image is moved in a specific folder... Anyway it seems that the share intent works only in some specific programs, not all of the programs which can share work corre...
by ziotempa
21 Apr 2019 18:05
Forum: User Help / Bug Reports
Topic: Issue with android 9 call Java method
Replies: 26
Views: 57902

Re: Issue with android 9 call Java method

I just discovered that the behavior has changed for the sharing of whatsapp... If I try to share from quickpic for example it works, the sharing from whatsapp gives the error
by ziotempa
21 Apr 2019 17:51
Forum: User Help / Bug Reports
Topic: Issue with android 9 call Java method
Replies: 26
Views: 57902

Re: Issue with android 9 call Java method

Ok, checked. It's the same. No difference :|
by ziotempa
21 Apr 2019 17:43
Forum: User Help / Bug Reports
Topic: Issue with android 9 call Java method
Replies: 26
Views: 57902

Re: Issue with android 9 call Java method

:D great! Yes, that was it
Anyway I'm quite sure I didn't change anything because I don't know Java... Anyway I'll check it
by ziotempa
21 Apr 2019 17:30
Forum: User Help / Bug Reports
Topic: Issue with android 9 call Java method
Replies: 26
Views: 57902

Issue with android 9 call Java method

Hello I have a Flow which gets an image from the share action, so that when I share an image from any app, Automagic intercepts it I took this script in this forum but now I can't remember where... I can't remember who shared this Anyway it's a script with a lot of Java in it. Yesterday, after I upd...
by ziotempa
05 Mar 2019 09:02
Forum: General
Topic: suggestion about database
Replies: 6
Views: 19131

Re: suggestion about database

Yeah, it's a couple of months since I've been using json and it's perfect for my needs
by ziotempa
01 Mar 2019 07:03
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19264

Re: Image save

Thank you, for now it's enough. It works flawlessly!
by ziotempa
28 Feb 2019 19:01
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19264

Re: Image save

Here is one i have created for myself. Use debug dialog and check variables file_name, file_type, file_path. Later you can use copy file action. GREAT! Thank you very much... I'm sorry because i thought it would be easier, I don't know if I'll be able to get the meaning of all that code. Anyway it ...
by ziotempa
28 Feb 2019 08:54
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19264

Re: Image save

Thanks, it seems exactly what I need. Is there any detailed guide to do it?