Turns setting off
Moderator: Martin
Re: Turns setting off
I found the problem and solved
Only problem now is of draw over other app setting does not work even after enabling it.
Only problem now is of draw over other app setting does not work even after enabling it.
Re: Turns setting off
What is the solution? Other may benefit from the same solution.
Do you mean action "Notifcation on Screen" (toast message) and something like "Show Widget Overlay" doesn't work? Does other app that use this permission working fine? (example google translate?)
Do you mean action "Notifcation on Screen" (toast message) and something like "Show Widget Overlay" doesn't work? Does other app that use this permission working fine? (example google translate?)
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Turns setting off
After uninstalling cleaner app, i forgot to reboot my device.
After rebooting my device, my problem got solved.
"draw over other app setting is disabled"
I am facing this error even after enabling all the settings.
After rebooting my device, my problem got solved.
"draw over other app setting is disabled"
I am facing this error even after enabling all the settings.
Re: Turns setting off
So it is the cleaner app. Other phone might have the similar problem too and can use the same solution.
When you try to enable the allow app to draw over other apps in the app info of Automagic, can it be enabled? I mean, you enabled it, back, then open it again, still enabled? How about other app? Try to install google translate and enable the tap to translate feature, see if it works.
When you try to enable the allow app to draw over other apps in the app info of Automagic, can it be enabled? I mean, you enabled it, back, then open it again, still enabled? How about other app? Try to install google translate and enable the tap to translate feature, see if it works.
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Turns setting off
Yes it shows enabled in settings.
I installed google translate and worked and it showd no error.
I installed google translate and worked and it showd no error.
Re: Turns setting off
Is there any way to grant draw over other app permission?
Re: Turns setting off
It should be
But as you stated, the permission in system setting is enabled already, so it should be working fine already.
Can you try to execute action Show Widget Overlay, the widget should be not shown up (as the permission is not properly granted). Then go to the system setting to toggle the draw over other app again. When the permission is enabled properly, the widget should appear when we toggle the setting. If still not show up, somehow there is a problem for Automagic to acquire the draw over other app permission. You probably need to send a detail debug log to Martin for further analyze.
Code: Select all
pm grant ch.gridvision.ppam.androidautomagic android.permission.SYSTEM_ALERT_WINDOW
Can you try to execute action Show Widget Overlay, the widget should be not shown up (as the permission is not properly granted). Then go to the system setting to toggle the draw over other app again. When the permission is enabled properly, the widget should appear when we toggle the setting. If still not show up, somehow there is a problem for Automagic to acquire the draw over other app permission. You probably need to send a detail debug log to Martin for further analyze.
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Turns setting off
Show overlay widget is working fine.
Re: Turns setting off
If show widget is working fine, the widget is shown as overlay in front of current UI element, then the permission has been granted already. Maybe the error message is simply cosmestic bug. Under the hood, Automagic has been granted the permission properly already.
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Turns setting off
But my flow does not work and gives me error to grant the permission.