Search found 257 matches

by kintrupf
08 Jan 2016 20:48
Forum: User Help / Bug Reports
Topic: Excessive power consumption through permanent wakelock?
Replies: 5
Views: 17468

Re: Excessive power consumption through permanent wakelock?

For me, Wakelock Detector on play store has been a good app to track down problematic wake locks. Also, I use an Xposed module Amplify to tame those. So far, I haven't seen any problematic behaviour by AM, so I can't give you any tips on that. But see if Wakelock Detector helps you. I have both app...
by kintrupf
08 Jan 2016 11:13
Forum: User Help / Bug Reports
Topic: Excessive power consumption through permanent wakelock?
Replies: 5
Views: 17468

Excessive power consumption through permanent wakelock?

Recently, I started to observe a very unfortunate phenomena. Automagic seems to keep the phone constantly awake . This, of course, results in a very excessive power consumption :o Unfortunately, the wakelock(s) which seems to cause this behavior, are displayed as *overflow* and thus cannot be connec...
by kintrupf
14 Dec 2015 19:44
Forum: Feature Requests
Topic: Set an action for when "Notification on Statusbar" is tapped
Replies: 1
Views: 7626

Re: Set an action for when "Notification on Statusbar" is ta

My feature request is in regards to the "Notification on Statusbar" action. I think it's great that we can add button actions, but would it be possible for the user to also set an action to be performed when the notification itself is tapped (instead of opening the flow as it does now)? You might w...
by kintrupf
30 Nov 2015 13:37
Forum: Feature Requests
Topic: Detailed info on "App Task Started" or "Activity Started"?
Replies: 1
Views: 7639

Detailed info on "App Task Started" or "Activity Started"?

Is it possible to get more information when a trigger App Task Started or Activity Started has been fired? Right now the variables created by the trigger do not provide much more than the package name, app name or class name. Would it be possible to include more data, like the name of a file if the ...
by kintrupf
25 Nov 2015 09:24
Forum: User Help / Bug Reports
Topic: Disappearing Log Files
Replies: 5
Views: 11650

Re: Disappearing Log Files

The log is shared across all flows and only records the last few hundred entries so if you have flows that log a lot of stuff, it will only record the last few minutes. The option Log to SD card stores a separate log file in /storage/emulated/0/Automagic/log.txt which can contain up to 500kb of dat...
by kintrupf
23 Nov 2015 07:00
Forum: User Help / Bug Reports
Topic: Disappearing Log Files
Replies: 5
Views: 11650

Re: Disappearing Log Files

I also noticed this behavior. If a flow fails or produces an unexpected result and I want to look at the log a few minutes later almost all of the time the log is empty (or has only very recent entries). The setting of "Log to SD card" does not seem to make a difference. It would be great if an opti...
by kintrupf
19 Nov 2015 07:46
Forum: User Help / Bug Reports
Topic: Fillcolor of a widget
Replies: 6
Views: 13350

Re: Fillcolor of a widget

Mar wrote:It gives back -16777216 for #ff000000.
What does that mean? Why doesn't it give back #ff000000?
Well, actually the function does return #FF000000 ;)
-16777216 is the decimal representation of the number, while #FF000000 is the hexadecimal notation.
by kintrupf
16 Nov 2015 10:01
Forum: General
Topic: Running Automagic on Android eBook reader ImcoV6L
Replies: 3
Views: 11866

Re: Running Automagic on Android eBook reader ImcoV6L

Meanwhile I've upgraded to an Energy Sistems Pro+ e-Book reader with a comparatively new Android 4.2 and Google Play support. However, the "white on white" problem persists, all dialogs to set options for triggers, condition or actions are mostly unusable. Checkboxes, radiobuttons and normal buttons...
by kintrupf
16 Nov 2015 09:54
Forum: General
Topic: Automagic as "default" handler for some intents?
Replies: 2
Views: 9303

Re: Automagic as "default" handler for some intents?

Unfortunately this is difficult to achieve since such intents are usually 'activity intents' that need to be registered upfront by the app in the manifest of the app. It's not possible to dynamically register for such intents at a later time, for example when a trigger is registered. This means tha...
by kintrupf
13 Nov 2015 07:55
Forum: General
Topic: Automagic as "default" handler for some intents?
Replies: 2
Views: 9303

Automagic as "default" handler for some intents?

Is it possible to register Automagic as a default handler for some contexts or intents? So, for example, if I want to open an epub file, Automagic would show up in the list of Apps offered along with the other eBook-Readers? I could then select Automagic as the default handler of epub files, do some...