Known Issues on Android 9

Post your questions and help other users.

Moderator: Martin

User avatar
fagci
Posts: 80
Joined: 03 Feb 2017 13:06
Location: Novosibirsk, RU
Contact:

Re: Known Issues on Android 9

Post by fagci » 09 Feb 2019 07:15

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
All systems nominal.

Doosta
Posts: 5
Joined: 05 Jul 2016 16:41

Re: Known Issues on Android 9

Post by Doosta » 05 Apr 2019 13:53

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.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Known Issues on Android 9

Post by Desmanto » 06 Apr 2019 16:54

@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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Doosta
Posts: 5
Joined: 05 Jul 2016 16:41

Re: Known Issues on Android 9

Post by Doosta » 07 Apr 2019 00:15

@ 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

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Known Issues on Android 9

Post by Desmanto » 07 Apr 2019 13:37

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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Doosta
Posts: 5
Joined: 05 Jul 2016 16:41

Re: Known Issues on Android 9

Post by Doosta » 07 Apr 2019 19:43

All my settings are nearly identical to this description. And automagic run always in admin mode. I have no idea what's wrong

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Known Issues on Android 9

Post by Desmanto » 08 Apr 2019 06:16

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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

yanoosh
Posts: 4
Joined: 24 May 2016 14:05

Re: Known Issues on Android 9

Post by yanoosh » 20 May 2019 06:19

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?

HarryCustom
Posts: 13
Joined: 27 May 2014 23:33

Re: Known Issues on Android 9

Post by HarryCustom » 02 Sep 2019 19:38

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)

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Known Issues on Android 9

Post by Martin » 08 Sep 2019 19:11

Hi,

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

Regards,
Martin

Post Reply