Search found 19 matches

by viorel.rusu
22 Jun 2018 05:52
Forum: User Help / Bug Reports
Topic: Ftp upload files error
Replies: 1
Views: 5818

Re: Ftp upload files error

It's seems to work almost OK if the folder hasn't diacritics... I tried with another folder... I will keep testing... But it overwrite the old files...I expect to skip them... Maybe with FTP Init Variable File List...? Tried that also, but I don't know what to do with that variable loaded... In Flow...
by viorel.rusu
22 Jun 2018 04:40
Forum: User Help / Bug Reports
Topic: Ftp upload files error
Replies: 1
Views: 5818

Ftp upload files error

Hi,
I try to upload a folder to ftp.First run was OK, but, at second run, when I'm expected to copy only new files from that folder, I receive this error...
How can I do this?
Thank you
by viorel.rusu
21 Jun 2018 12:52
Forum: User Help / Bug Reports
Topic: Ways to kill Apps
Replies: 4
Views: 14014

Re: Ways to kill Apps

Recently I discovered the requested function (to disable app packages for Samsung Galaxy non rooted) it's working because there exist an working plugin from BK Package Disabler in Automagic. For me, now, the problem is solved.
by viorel.rusu
18 Jun 2018 12:48
Forum: User Help / Bug Reports
Topic: How to catch the package who generate this message?
Replies: 1
Views: 5588

How to catch the package who generate this message?

Hi, From a wile, when I close the app e-Control I receive this message. E-Control has stopped, with the option to close it or to send report to Google/developer. I want to create a flow to automatically close this message. With Control UI I can click on close button, but I can't figure it out on whi...
by viorel.rusu
04 May 2017 06:07
Forum: User Help / Bug Reports
Topic: Ways to kill Apps
Replies: 4
Views: 14014

Re: Ways to kill Apps

Hi, I don't start a new topic, but, I have Samsung S7 Android 7 and I want to know if I can enable/disable packages without root permission with Automagic. Apps like BK Package Disabler (Samsung) can disable packages without root permission. I used Automagic on an LG rooted to enable/disable package...
by viorel.rusu
29 Jul 2016 07:26
Forum: User Help / Bug Reports
Topic: How to check enabled/disabled status for apps?
Replies: 6
Views: 17893

Re: How to check enabled/disabled status for apps?

Hi, You could use action Init Variable Package Info (options all unchecked) to get some basic information about the app. The structure application_info contains a flag "enabled" that should be true/false depending on the state of the app. A flow could look like this: -... -action Init Variable Pack...
by viorel.rusu
27 Jul 2016 11:45
Forum: User Help / Bug Reports
Topic: How to check enabled/disabled status for apps?
Replies: 6
Views: 17893

Re: How to check enabled/disabled status for apps?

I'd not bother. If you want it disabled, you want it disabled regardless of current state. Therefore just disable it. Disabling an already disabled package is fine, and doesn't produce an error. Same is true for enabling. if you really need to know, pm dump <package> can produce that information, t...
by viorel.rusu
27 Jul 2016 09:28
Forum: User Help / Bug Reports
Topic: How to check enabled/disabled status for apps?
Replies: 6
Views: 17893

How to check enabled/disabled status for apps?

Hi everybody,

I have an LG G3 Andoid 6 - rooted.
I want to make a flow for Waze to freeze it/unfreeze it (using Execute root comand: pm enable / disable) but I want to check it's status (if is enabled/unfreezed or disabled/freezed in that moment).
It's a method for that?

Thank you!