Trouble accessing Quick Tiles with Overlay Controls

Post your questions and help other users.

Moderator: Martin

Post Reply
Econdoc
Posts: 153
Joined: 28 May 2016 20:06

Trouble accessing Quick Tiles with Overlay Controls

Post by Econdoc » 11 Sep 2018 13:13

I am using LineageOS 15.1 (Oreo) which may be the cause of my problem.

1. When Show Overlay Controls is selected in Control UI, the buttons INFO, GESTURE, CLOSE are partially obscured by the status/notification bar. Sometime almost impossible to read.
2. Cannot see any of the three buttons when the Quick Setting Tiles are exposed. The buttons are not visible at all.

There does not seem to be any way to access overlay controls for the quick tiles.

Does anyone have a work-around?

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

Re: Trouble accessing Quick Tiles with Overlay Controls

Post by Desmanto » 11 Sep 2018 17:39

It is gone in Oreo. Any overlay from any apps will be always placed below the statusbar/quicksetting. Android O is Breaking Apps that Overlay on top of the Status Bar. This include the INFO, GESTURE, CLOSE

My usual Control UI overlay usually doesn't involve statusbar, so I only encounter it several times. But yeah, It seems we need a new method to trigger the green border detection (to pick the script).

@Martin : Probably invent some intent to let us design a flow to trigger the INFO button? A floating widget also can be considered. Or maybe add a new method to trigger it, such as proximity sensor (preferred) or shake? So basically when we use Show overlay control, covering the proximity will shows up the INFO green border.
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.

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

Re: Trouble accessing Quick Tiles with Overlay Controls

Post by Martin » 14 Sep 2018 08:32

Hi,

This is a known issue but I did not yet have the time to implement a good alternative solution. Maybe I could make the three overlay control buttons draggable so they can be placed in custom locations on screen and provide an option to initially show the buttons at the bottom of the screen.
I would prefer a solution that can be controlled visually on screen and not rely on sensors to detect shakes since this is not working good on some devices.

Somehow the overlay seems to show over the statusbar/quicksettings again on Android 9 (Pixel XL) but unfortunately it still does not work on the lock screen.

Regards,
Martin

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

Re: Trouble accessing Quick Tiles with Overlay Controls

Post by Desmanto » 14 Sep 2018 16:58

Ok, so sensor ones will be not a good choice. How about create a new action to trigger one of these 2 buttons? Can be called : Control UI Overlay. The action only provide 2 choices to fire up the GESTURE or INFO. Then I can map this action to any trigger I want, to fire up the overlay at anywhere I need.
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.

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

Re: Trouble accessing Quick Tiles with Overlay Controls

Post by Martin » 21 Sep 2018 09:47

I like the idea to invoke it with an action. I add it to the todo list.

Post Reply