Known Issues on Android 7

Post your questions and help other users.

Moderator: Martin

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

Re: Known Issues on Android 7

Post by Martin » 07 Sep 2016 19:55

I've just posted a new EAP that should fix the notification problem and hopefully the condition App Task Running.
Please note that Android 7 does not provide a way to receive the whole text of a notification anymore so I have to build the text from different pieces of information. I've chosen to build a text that should be more or less compatible with the text available on older versions of Android. I don't include everything, for example I don't add the app name to the text since this can be filtered and tested with the package name in most triggers and conditions.

Regards,
Martin

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: Known Issues on Android 7

Post by colabi » 08 Sep 2016 10:42

Thank you, Martin

sambarlick
Posts: 96
Joined: 27 Jul 2014 10:40

Re: Known Issues on Android 7

Post by sambarlick » 08 Sep 2016 11:02

Thanks Martin!

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: Known Issues on Android 7

Post by colabi » 09 Sep 2016 13:02

colabi wrote: Can you confirm the following flows are working with Android 7?
Flow: Outgoing Call - All - Ended > Action: Vibrate
Martin wrote:1) Works for me.
You have any idea why isn't working for me?
I tried un-installing, re-installing Automgic so far, with same result.

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

Re: Known Issues on Android 7

Post by Martin » 09 Sep 2016 20:31

Did you grant all permissions to Automagic? Are you using anything like Xposed or another root app that could interfere in some way?
Could you please enable Debug Log in the preferences of Automagic, ensure the flow is enabled, make a call, hang up and then send the log to me (on flow list: Menu->Manage->Log, Menu->Send Log).

Regards,
Martin

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: Known Issues on Android 7

Post by colabi » 10 Sep 2016 01:43

Permissions set, no Xposed...
Log sent
Thanks

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

Re: Known Issues on Android 7

Post by Martin » 10 Sep 2016 13:56

Trigger Outgoing Call should be fixed in the latest EAP.

Thanks& Regards,
Martin

tinkerguy
Posts: 3
Joined: 08 Apr 2016 02:08

Re: Known Issues on Android 7

Post by tinkerguy » 27 Sep 2016 17:28

Have a Nexus 6P on 7.0, fully stock. The set night mode on and off does not work.

Pics of setup:

https://postimg.org/image/mqs0q6azx/
https://postimg.org/image/a097h10zh/

I also tried setting a different flow just for night mode and executing it, still doesn't do anything. If you need any other info from me let me know!

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

Re: Known Issues on Android 7

Post by Martin » 27 Sep 2016 18:54

Google decided to not use the existing Night-mode features for the new night mode on Android 7. Android 7 does not respect the official API for the new night mode but you can use some unofficial system settings to toggle the new mode (on a rooted device).

Following settings can be used in action Set System Setting to turn it on/off (unofficial so might not work):
Category: Secure
Name: twilight_mode
Value: 0 = off, 1 = on, 2 = automatic

Regards,
Martin

tinkerguy
Posts: 3
Joined: 08 Apr 2016 02:08

Re: Known Issues on Android 7

Post by tinkerguy » 27 Sep 2016 19:18

Martin wrote:Google decided to not use the existing Night-mode features for the new night mode on Android 7. Android 7 does not respect the official API for the new night mode but you can use some unofficial system settings to toggle the new mode (on a rooted device).

Following settings can be used in action Set System Setting to turn it on/off (unofficial so might not work):
Category: Secure
Name: twilight_mode
Value: 0 = off, 1 = on, 2 = automatic

Regards,
Martin
Ah gotcha! Tried the above but looks like I'll need to root for it to work. Any other workarounds you know of without root?

Post Reply