Search found 40 matches

by andy
17 Apr 2016 07:53
Forum: User Help / Bug Reports
Topic: Get date 7 days ago
Replies: 2
Views: 7927

Re: Get date 7 days ago

Or simply use script function adddays(), for example yesterday=adddays(triggertime,-1) returns date of yesterday. triggertime comes from trigger event
by andy
06 Apr 2016 18:57
Forum: User Help / Bug Reports
Topic: A flow wich kill al the app running in backgroud, possible?
Replies: 9
Views: 17796

Re: A flow wich kill al the app running in backgroud, possib

I use it in a flow. Create an action for root command. I use it inside my sidebar overlay

I cannot explain what it does. For sure google knows more.
by andy
06 Apr 2016 16:40
Forum: User Help / Bug Reports
Topic: A flow wich kill al the app running in backgroud, possible?
Replies: 9
Views: 17796

Re: A flow wich kill al the app running in backgroud, possib

Hi,

Following line is working for me


service call activity 79 s16 <package name>
by andy
01 Apr 2015 18:47
Forum: User Help / Bug Reports
Topic: List of app packages does not open
Replies: 5
Views: 11364

Re: List of app packages does not open

Ok. Thanks Martin.

I stay tuned for next EAP
by andy
31 Mar 2015 05:01
Forum: User Help / Bug Reports
Topic: List of app packages does not open
Replies: 5
Views: 11364

Re: List of app packages does not open

Hi Martin, I already uninstalled a new Xposed module. All other changes are due to app updates. After restart Automagic the list opens in action App starten and I can repeat it. If I restart and jump directly to action execute root command pm does not allow to open the list. It appears only the busy...
by andy
28 Mar 2015 15:59
Forum: User Help / Bug Reports
Topic: List of app packages does not open
Replies: 5
Views: 11364

Re: List of app packages does not open

java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:596) at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:444) at android.graphics.drawable.Drawable.createFromResource...
by andy
28 Mar 2015 15:59
Forum: User Help / Bug Reports
Topic: List of app packages does not open
Replies: 5
Views: 11364

List of app packages does not open

Hello Martin,

In action App Starten and if I select pm command in Execute root command the selection list of app package does not open any more.

In the logger is shown out of memory

I use Android 4.3 and latest official Automagic version
by andy
01 Feb 2015 13:28
Forum: Flow Sharing Area
Topic: WhatsApp msg catcher
Replies: 5
Views: 22023

Re: WhatsApp msg catcher

Hi,

Thanx. I already know about this plugin.
I am still searching for a solution without any additional plugin

Regards
by andy
30 Jan 2015 17:25
Forum: Feature Requests
Topic: Improve Input dialog
Replies: 5
Views: 16243

Re: Improve Input dialog

@MURTUMA: if you use Xposed package there is a module called TimePicker Fix which one change the behavior. Maybe it works on your phone
by andy
28 Jan 2015 19:30
Forum: User Help / Bug Reports
Topic: Delete old WhatsApp pictures?
Replies: 16
Views: 31935

Re: Delete old WhatsApp pictures?

X=newList("c", "b", "a") ;
log({X}) ;
reverse(X);
log({X}) ;

I had never used this instruction. Now I did a test. For me it works. Reverse() changes order to a, b, c