Known Issues on Android 6
Posted: 21 Aug 2015 19:07
Hi,
This post lists known issues of Automagic on Android 6.
Martin
This post lists known issues of Automagic on Android 6.
- WiFi scan result list is not available on some devices when GPS and/or location is turned off in system settings: Issue 185370
- The new device idle/doze mode probably causes many apps like Automagic to not work properly/reliable anymore in the background when the device is not charging and the device is not moved for some time (~1h). Adding Automagic to System settings->Battery->Menu->Battery optimization: "Ignoring battery optimization" does not help since it does not affect the device idle/doze mode (according to Google by design). This means that periodic timers and other periodic flows might stop working or at best are executed once every 15m as soon as the device enters the idle/doze mode.
Please star this issue to let Google know about the importance of this issue (please don't add comments to the issue).
I have added some new options in the latest EAP-1.29 to time-based triggers to let the triggers work better in device idle/doze mode. I've added documentation with a description about the device idle/doze mode and some tips and workarounds.
Workaround ideas: execute action Turn Screen On periodically (about once an hour or on trigger Device Idle/Doze Mode: On) to wake the device and to avoid the device idle/doze mode completely. The new action Exit Device Idle/Doze Mode can be used on rooted devices to exit the new mode without turning the screen on. Also check out the example commands in action Execute Root Command to play with the new device idle/doze mode (see dumpsys deviceidle etc.). - there are some internal bugs in Android M that can cause Automagic to crash. Please send bugreports to info@automagic4android.com whenever such a crash occurs so I can search for workarounds.
There's one particular nasty crash that happens from time to time when using user interfaces containing lists. Accessibility services might be involved in some way. If you happen to run into this problem, let me know in what part of Automagic you've encountered this issue and whether you have accessibility services enabled or not. Thanks! - The new permission model of Android M leads to some unexpected problems for some of Googles own Android apps. If you want to compose mails with attachments via Gmail (e.g. send flows from Automagic), Gmail might not ask to grant the permission to access the file but it simply rejects the attachment. In such cases you can go to system settings->Apps->Gmail and grant permission Storage and then compose the mail one more time.
- Trigger Assist no longer works on Android M since Google replaced this feature with Now on Tap: You can change the assist app to Automagic in System settings->Apps->Cog wheel (upper right)->Assist & Voice input->Assist App (see this post).
- Action Set Keyguard State does not work anymore on Android M. No workaround known.
- [fixed in 1.29] Actions Set GPS State and Set Network Location State don't work on Android 6 anymore.
- [fixed in 1.29] Most root actions that change system settings don't work anymore since there have been some internal changes to the permission handling on Android 6
- [fixed in 1.29] Action Set System Locale does not work anymore since there have been some internal changes to the permission handling on Android 6.
- [fixed in 1.29] Action Set Mobile Network Mode (2G/3G) does not work anymore on Android 6.
Martin