Known Issues on Android 7
Moderator: Martin
Re: Known Issues on Android 7
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
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
Re: Known Issues on Android 7
colabi wrote: Can you confirm the following flows are working with Android 7?
Flow: Outgoing Call - All - Ended > Action: Vibrate
You have any idea why isn't working for me?Martin wrote:1) Works for me.
I tried un-installing, re-installing Automgic so far, with same result.
Re: Known Issues on Android 7
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
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
Re: Known Issues on Android 7
Permissions set, no Xposed...
Log sent
Thanks
Log sent
Thanks
Re: Known Issues on Android 7
Trigger Outgoing Call should be fixed in the latest EAP.
Thanks& Regards,
Martin
Thanks& Regards,
Martin
Re: Known Issues on Android 7
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!
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!
Re: Known Issues on Android 7
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
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
Re: Known Issues on Android 7
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?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