Page 3 of 5

Re: Known Issues on Android 9

Posted: 09 Feb 2019 07:15
by fagci
In /sys/class/thermal I have 20 thermal zones. Some of them has inadequate temperature information. How can I use different thermal data? Only "cat" command is solution?

upd: got it, battery temp is in /sys/class/power_supply/. But it wrong

Re: Known Issues on Android 9

Posted: 05 Apr 2019 13:53
by Doosta
Hallo Martin,

seit Android 9 habe ich mit meinem Galaxy S8 das Problem, dass Automagic manchmal im Hintergrund eingeschlafen ist und daher erst gar nicht den Trigger "Kabellos Laden" erfasst. Der soll dafür zuständig sein, mein Bluetooth einzuschalten und sich mit meinem Autoradio zu verbinden. Starte ich den Flow manuell, schläft Automagic irgendwann wieder ein und beendet den Flow dann nicht, sprich: Bluetooth aus.
Öffne ich Automagic dann, schaltet der Flow plötzlich weiter.

Kann ich in den Einstellungen von Android oder Automagic irgendwas dagegen machen. Denn vor dem Andorid 9 Roll up, gab es keine Probleme.

Re: Known Issues on Android 9

Posted: 06 Apr 2019 16:54
by Desmanto
@fagci : I don't know whether you got the value already or not. But at mine, /sys/class/power_supply/ is showing the correct value for the battery temperature. It is multiplied by 10, so 34 C will be shown as 340. I only need to cat this value and divide it by 10, to get the temperature in Celcius.

@Doosta : maybe there is new optimization in the pie ROM. You need to exclude/whitelist Automagic from the battery optimization again. Make sure Automagic is using persistent notification.

Re: Known Issues on Android 9

Posted: 07 Apr 2019 00:15
by Doosta
@ Desmanto:
thx for your reply. The battery and notification settings were my first thought. But they are still the same. Maybe any other suggestions?

Greets

Re: Known Issues on Android 9

Posted: 07 Apr 2019 13:37
by Desmanto
The new battery optimization probably called App Power Monitor : https://dontkillmyapp.com/samsung
Try to check there and whitelist Automagic. Try also to enable device admin for Automagic (although you don't use it). Maybe enabling the device admin will also improve the sustainability of Automagic services.

Re: Known Issues on Android 9

Posted: 07 Apr 2019 19:43
by Doosta
All my settings are nearly identical to this description. And automagic run always in admin mode. I have no idea what's wrong

Re: Known Issues on Android 9

Posted: 08 Apr 2019 06:16
by Desmanto
Let's retreat back a bit. We have jump into the conclusion that it is the battery optimization. But can you try first if all other flows also experience the same? I mean if you try to create a flow with periodic timer, 5 minutes. Then just add script to add the triggertime to the global variable list. Does this flow continuosly logging after screen off? If Automagic got killed, we can know for sure since when it is not logging again. You can check my variable logger flow in my index for the example logging. Or you can also try troubleshoot as posted here : viewtopic.php?f=5&t=6875

Sometimes, it can be that we have another flow with trigger display on/off and disable/enable the flows we use. I sometimes create some flows and forget about it, and turns on the flow keep running background without my knowledge.

Re: Known Issues on Android 9

Posted: 20 May 2019 06:19
by yanoosh
Android 9 doesn't allow record voice during call. The only way is to use call recorders that require root. Can Automagic record voice call on rooted Android 9 device?

Re: Known Issues on Android 9

Posted: 02 Sep 2019 19:38
by HarryCustom
Hi i would like to know if there is an issue with Set Mobile Datanetwork State on Android 9.
Just updated my LG V30 to Android Pie and every flows containing that command stops to work.
Here you are a log:

02.09.2019 21:23:18.250 [In auto in] End executing action 'Set Mobile Datanetwork State: On' and exception Executing root commands failed, see log output
02.09.2019 21:23:18.250 [In auto in] Flow ends execution due to errors
02.09.2019 21:23:18.250 [In auto in] Error:
ch.gridvision.ppam.androidautomagiclib.util.m: Executing root commands failed, see log output
at ch.gridvision.ppam.androidautomagic.util.cc.c(SourceFile:599)
at ch.gridvision.ppam.androidautomagic.util.cc.b(SourceFile:560)
at ch.gridvision.ppam.androidautomagic.util.cc.b(SourceFile:541)
at ch.gridvision.ppam.androidautomagic.util.cc.b(SourceFile:534)
at ch.gridvision.ppam.androidautomagic.model.a.fd$3.c(SourceFile:197)
at ch.gridvision.ppam.androidautomagiclib.util.ci$1.run(SourceFile:40)
at java.lang.Thread.run(Thread.java:764)

Re: Known Issues on Android 9

Posted: 08 Sep 2019 19:11
by Martin
Hi,

Maybe your device is not rooted anymore. Could you please check in Menu->Settings->Feature & Permissions' that root functions are enabled?

Regards,
Martin