Question LED notification light - Xiaomi Mi 11 Lite 5G

I come from phone which had LED notification light and missing this functionality on Xiaomi Mi 11 Lite 5G.
Is there a solution to have "always on display" ALWAYS ON if there are any notifications? (so that it would be enough just to look at your phone to see if there are notifications)

There are apps like aodnotify and led blinker that should do that.
For my phone they don't work very well, I think it has to do with optimisation. If you exclude then from optimisation they could work better. But I think they use a lot of battery.

I have tried NotifyBuddy and AOE apps but they does not seem to work consistently.
I guess other solution would be to get always on display feature always on. Is there a way to disable 10 sec AOD?
Is it possible to do it with Magisk?

Symbianas said:
I have tried NotifyBuddy and AOE apps but they does not seem to work consistently.
I guess other solution would be to get always on display feature always on. Is there a way to disable 10 sec AOD?
Is it possible to do it with Magisk?
Click to expand...
Click to collapse
I personally don't know how to disable.
I am annoyed that Xiaomi sells their phones claiming they have aod screen whereas they clearly don't have it. A blatant lie and interesting that none of the official reviews emphasizes this.

I found a solution to use Always On Display as notification LED, the only issue with that is that it works only for 10seconds... But there is workaround to disable UI Optimization in Developer menu (which causes some other bugs also). I hope to root my phone after 7days waiting and use Magisk to get proper AOD working all the time.

Related

[APP] Pixel Pulse for ambient display

Introducing Pixel Pulse - a simple app to make your Ambient Display pulse when you have notifications!
Choose the interval and select the apps you want you to cause your screen to wake.
Optional paid features let you select different icons and colors for specific apps but the interval and app filter core functionality is all free.
https://play.google.com/store/apps/details?id=com.compass.pixelpulse
If you had previously purchased Ambi-Turner, it has been updated for the new permissions, but because it was written for 8.0 and when Google's ambient display worked differently I decided to leave it as it is. You may however transfer your purchase status of Ambient Display to Pixel Pulse using both apps.
FIRST!
So, I've installed and tested and here are my initial findings:
It works great and looks gorgeous!
If you have your notifications set to display the notification contents, those contents will also flash on the screen.
The default display interval of 60 seconds works perfectly, but when I set it to 30 seconds, it flashed approximately every 10 seconds for some reason.
The notification it chooses to flash doesn't appear to be based on the most recent received or highest priority. Can you explain how the app knows which notification to flash on the display?
So far, there is no way to interact with the notification. Swiping away or double tapping do nothing.
The only way to wake the phone is to press the power button or fingerprint scanner.
This is a great start and I hope you please keep up the great work! I will be donating to the cause!
PuffDaddy_d said:
FIRST!
So, I've installed and tested and here are my initial findings:
It works great and looks gorgeous!
If you have your notifications set to display the notification contents, those contents will also flash on the screen.
The default display interval of 60 seconds works perfectly, but when I set it to 30 seconds, it flashed approximately every 10 seconds for some reason.
The notification it chooses to flash doesn't appear to be based on the most recent received or highest priority. Can you explain how the app knows which notification to flash on the display?
So far, there is no way to interact with the notification. Swiping away or double tapping do nothing.
The only way to wake the phone is to press the power button or fingerprint scanner.
This is a great start and I hope you please keep up the great work! I will be donating to the cause!
Click to expand...
Click to collapse
The times were accurate on my pixel 2, but my pixel 3 which only just arrived, was being stopped. Probably due the aggressive process killing I've read about. So this morning I quickly added a secondary wake to keep it from being killed. I'll sync the times when I get home from work.
It uses the natural order of notifications. A priority option would be a good idea.
No interaction yet, but that's planned. So is a blackout period (don't pulse when you're sleeping for example).
Ignore my comment about the notification priority - that was user error.
Feature request: Can you add an option to have the ambient display stay on (no pulsing) until the user bypasses the ambient display screen? The flashing of the ambient display is a little distracting when the phone is on a desk. This way, we could still tell at a glance when we have a notification waiting, but the screen will go back to all black once we act on it or simply unlock the phone.
I can try but it may not be possible without root.
grokus said:
I can try but it may not be possible without root.
Click to expand...
Click to collapse
No worries - this is xda, root is all we do!
grokus said:
Introducing Pixel Pulse - a simple app to make your Ambient Display pulse when you have notifications!
Choose the interval and select the apps you want you to cause your screen to wake.
Optional paid features let you select different icons and colors for specific apps but the interval and app filter core functionality is all free.
https://play.google.com/store/apps/details?id=com.compass.pixelpulse
If you had previously purchased Ambi-Turner, it has been updated for the new permissions, but because it was written for 8.0 and when Google's ambient display worked differently I decided to leave it as it is. You may however transfer your purchase status of Ambient Display to Pixel Pulse using both apps.
Click to expand...
Click to collapse
I have been working on a similar app, and could not find a way to get this to work while still allowing the device to doze, so the battery life is heavily impacted. Did you solve the battery drain issue?
BLuFeNiX said:
I have been working on a similar app, and could not find a way to get this to work while still allowing the device to doze, so the battery life is heavily impacted. Did you solve the battery drain issue?
Click to expand...
Click to collapse
I haven't noticed a battery drain issue, but I'm hoping xda can help find one if it exists. I'm not actually turning on the screen so doze should remain active.
grokus said:
I haven't noticed a battery drain issue, but I'm hoping xda can help find one if it exists. I'm not actually turning on the screen so doze should remain active.
Click to expand...
Click to collapse
Ah, I see. I have not actually run your app. I did not realize that your were pulsing the notifications themselves -- that's clever! For my own implementation, I am animating a fake LED that fades in and out, which obviously requires the screen to be on. The AOD has a way to doze with the screen on, but I have not found a way to expose that functionality to an app without root.
Anyhow, I see you are using setExactAndAllowWhileIdle to schedule your pulses. I wonder what the battery (and timing) impact is compared to setAndAllowWhileIdle?
Nice work on this!
I originally went down the road of doing a custom screen to mimic the LED until I came up with this idea.
From other threads I've seen some people will prefer that even if it uses slightly more battery.
BLuFeNiX said:
Ah, I see. I have not actually run your app. I did not realize that your were pulsing the notifications themselves -- that's clever! For my own implementation, I am animating a fake LED that fades in and out, which obviously requires the screen to be on. The AOD has a way to doze with the screen on, but I have not found a way to expose that functionality to an app without root.
Anyhow, I see you are using setExactAndAllowWhileIdle to schedule your pulses. I wonder what the battery (and timing) impact is compared to setAndAllowWhileIdle?
Nice work on this!
Click to expand...
Click to collapse
I'm willing to be a tester for you if you need one. Pixel 3, rooted with magisk.
There's now an option to be able to swipe to dismiss and double tap to open the app. I'm working on notification actions next.
grokus said:
There's now an option to be able to swipe to dismiss and double tap to open the app. I'm working on notification actions next.
Click to expand...
Click to collapse
Dude, you're a beast! Keep it up!
I may be able to use the real icons and colors. If so should I just remove the icon customization or would people still find that useful?
Hi mate, i bought your app right away. If you can integreat the original Icons for the famused apps, that would be great.
And can you look at the puls time? I set my time to 20 seconds but it puls every 40 - 50 seconds? Strange.
grokus said:
I may be able to use the real icons and colors. If so should I just remove the icon customization or would people still find that useful?
Click to expand...
Click to collapse
just as it is perfect now, only the repetition time does not work reliably
There is a possibility that the AOD stays on until the message has been read
Been looking for a way to customize the notifications since there's no LED light on this phone. I installed and bought you a coffee, I'll let you know how it goes. Thanks for your efforts.
Hi is this app only usable to Google Pixel phones???
Man this sounds like an awesome app however I'm on an LG V30 (which also doesn't have an LED but this doesn't seem to work. The notification interaction feature alone would be worth the donation.
I'll mess around some more and see if I can get anything

LED notification alternatives

I guess will be nice if we discuss how to achieve some kind of notification on our displays without draining the battery. Smartwatch is good way to deal with it, but let's keep to the phone itself. Most wanted feature is to have recurrent notifications. I invested some time in trying some apps and these are my "5 cents":
- Always On Edge- this is the program I prefer to use so far and will explain why. It lights up the edges and could be set to be recurrent. With many settings about almost everything. Just don't forget to save the settings after changing things. It works most of the time, but it's a bit tricky- don't let the system to control it (to stop it)- you can do it from battery management. And from my experience- use the power button to turn off the screen (or just leave it to turn off). Using some additional programs (like JButton and Fluid gestures) activate more secure mode (could be wrong) and prevent the notification blinking. The good is that it's relatively battery friendly.
- LED Blinker Notifications - always working, nice customization. Shows colored circles on the screen in Awlays On Display manner. Can set different color for different app and random position (to avoid burn-in). The bad- spends a lots of power and the battery is going down fast. And is way pricier. I bought it anyway to test it, but probably will stay unused.
- Glimpse Notifications- works (almost) always. The problem is that will either light up your screen (drains battery, because wakes up the CPU) or makes a vibration or a sound. This could be annoying for everyone.
- integrated Always On Screen feature in our phones- works fine, shows icons with the notifications. Nice solution, but spends about 1% battery per hour (on my phone). This is the whole consumption of the phone of course, but I think that this is 1.5-2 times more than regular consumption. It's good solution anyway.
I use the following combination:
- Always On Display with clock + notification icons
- Always On Edge (rainbow crashes around the edges + clock + notifications)
- phone is in DND
- Xiaomi Mi Band 3 vibrates
doemEINS said:
I use the following combination:
- Always On Display with clock + notification icons
- Always On Edge (rainbow crashes around the edges + clock + notifications)
- phone is in DND
- Xiaomi Mi Band 3 vibrates
Click to expand...
Click to collapse
What is the purpose of DND? Avoiding sounds and turning on the screen?
P.S. In my previous opinion I meant AOD- Always On Display (not Screen ). Sorry for the mistake.
tihomirone said:
What is the purpose of DND? Avoiding sounds and turning on the screen?
P.S. In my previous opinion I meant AOD- Always On Display (not Screen ). Sorry for the mistake.
Click to expand...
Click to collapse
I don't want to hear anything from the phone. Just want to be notified in a visual (AOD + AOE) and haptic (Mi Band 3) way.
I assume screen or display is both fine
Hi
I'm also looking for a solution since I miss the LED so much. I'm currently with Always On Edge, but I'm not happy with it. It drains the battery quite a lot, even when I don't get a lot of notifications.
I had days where the stats do report 90 min cpu including 50 min in background. It's quite unrealistic that it had to blink that long during the whole day.
If somebody has a better alternative (also playing together with the fingerprint unlock), please let me know.
Better to check the mAh that are consumed, than the CPU and the screen time. It's located in Power Consumption Details -> Software and is not so bad. But probably depends on how much time you spend away from your phone. You can use AOD and put the phone with screen down, it will turn off screen until you flip it and see if notifications are available.
doemEINS said:
I don't want to hear anything from the phone. Just want to be notified in a visual (AOD + AOE) and haptic (Mi Band 3) way.
I assume screen or display is both fine
Click to expand...
Click to collapse
Hi there!
Is there a way to change how the vibration works? Sorry for the noob question.. cheers!
@kimirai1027 for some Apps e.g. WhatsApp you can specify vibration intensity:
Settings -> Notifications -> WhatsApp -> More Settings -> Vibration: Off/ Standard/ Short/ Long
@doemEINS Thank you buddy.. cheers!
I had tried to use ALWAYS ON EDGE (among a few other apps) but no matter what settings I tried, etc. I could not get it to work. That being said, I found another app on the Play Store called ALWAYS ON AMOLED and it works like a CHAMP.
It is super customizable and seems to be very similar to ALWAYS ON EDGE so if you are looking for something like this to use as a visual for notifications then I recommend this app. Just search for ALWAYS ON AMOLED on the Play Store...
damn huawei, in the p30 pro are a lot of missing features.
don´t look on samsung, you might get wet eyes, however they want the same price, lol.
oh yes, the laica optics are good, but still, the software is a piece of ..... ( I am not sure, can I say this here?) you know what I mean.
Gregor ॐ said:
damn huawei, in the p30 pro are a lot of missing features.
don´t look on samsung, you might get wet eyes, however they want the same price, lol.
oh yes, the laica optics are good, but still, the software is a piece of ..... ( I am not sure, can I say this here?) you know what I mean.
Click to expand...
Click to collapse
You are absolutely right! Nothing to add from my part, it is exactly what I lack in my P30 Pro: the software is horrible.
On the other hand, guys what is wrong with just using the AOD? It doesnt drain the battery like the Samsung one...so...? I use that and I am ok with it.
yiannisthegreek said:
I had tried to use ALWAYS ON EDGE (among a few other apps) but no matter what settings I tried, etc. I could not get it to work. That being said, I found another app on the Play Store called ALWAYS ON AMOLED and it works like a CHAMP.
It is super customizable and seems to be very similar to ALWAYS ON EDGE so if you are looking for something like this to use as a visual for notifications then I recommend this app. Just search for ALWAYS ON AMOLED on the Play Store...
Click to expand...
Click to collapse
I check it but somehow not working,i enable all the recommended otpion,can u send screenshots for your settings??
Edit: i forget to enable the AOE toggle from notification,it is working now,seems perfect for me
NotifyBuddy is the best app if you miss the notification led and it works well on the p30 pro
Dragbus said:
NotifyBuddy is the best app if you miss the notification led and it works well on the p30 pro
Click to expand...
Click to collapse
How you set up notify buddy?
notifybuddy not working on my p30 pro with android 9. install, allow access, choose apps for notification ... nothing happens when new notifications are there. maybe we can do something with tasker? turn AOD on when notification?
I find it unbelievable in this day and age when manufacturers decide to remove a functional Led yet don't replace it with anything half decent for notifications.
You know when you plug in your charger, those green bubbles appear? A notification like that would have been nice.
Sent from my EVR-L29 using Tapatalk
Limeybastard said:
I find it unbelievable in this day and age when manufacturers decide to remove a functional Led yet don't replace it with anything half decent for notifications.
You know when you plug in your charger, those green bubbles appear? A notification like that would have been nice.
Click to expand...
Click to collapse
That's the one thing I miss from my S10+, using good lock to have the notification light around the hole punch, most third party applications from the play store need ridiculous permissions or use a stupid amount of battery
TheInfiniteAndroid said:
That's the one thing I miss from my S10+, using good lock to have the notification light around the hole punch, most third party applications from the play store need ridiculous permissions or use a stupid amount of battery
Click to expand...
Click to collapse
Yep, they are major battery hogs like you said.
Sent from my EVR-L29 using Tapatalk
Great thread guys..
Can someone please share thier AOE settings/configurations if it's working fully for them.
Its not working at all for me, and I'm usually a person who enjoys playing with settings until I get a satisfying result.
Would really appreciate it.

Good alternative for LED notification light?

I've tried a couple of the recommended apps. Pixel Pulse was still too subtle to be noticed from afar. I couldn't get Always on Edge to wake up my phone screen, though after a lot of trouble it DID finally blink when I had the screen on... I'm almost positive I gave it all the requested (and optional) permissions. Is there another recommended app that could produce a noticeable blinking light when I get a notification? In case it matters, I am using a Pixel 3a.
E_Pixie said:
I've tried a couple of the recommended apps. Pixel Pulse was still too subtle to be noticed from afar. I couldn't get Always on Edge to wake up my phone screen, though after a lot of trouble it DID finally blink when I had the screen on... I'm almost positive I gave it all the requested (and optional) permissions. Is there another recommended app that could produce a noticeable blinking light when I get a notification? In case it matters, I am using a Pixel 3a.
Click to expand...
Click to collapse
Have a look at NotifyBuddy
decker39 said:
Have a look at NotifyBuddy
Click to expand...
Click to collapse
I tried it, but it doesn't seem to work for me. I don't know if it is because notifications are waking my screen, or what. But I don't get any notification light while my screen is off.
EDIT: I had seen the developer reply to a comment saying it wouldn't work after screen wake, by design, as a deliberate effort to save battery. I just turned off the "Wake Screen Upon Notification" option on my phone, and that made NotificationBuddy work. But I want something that will still work after the screen wakes.
I am pretty sure with this device your only choice is to use AOD and then these apps work. Otherwise, they can only really wake the screen. I use LED blinker with AOD on and it works every time, but can be a bit glitchy when trying to open the phone to see the notification. What I mean is, if I use my fingerprint, it does not always go to homescreen, I have to press power button to relock and try again. This is really google's fault for not adding a native option for some kind of blinking on the screen. I think no matter what it would require AOD to work though.
I've always said that something as tiny as the notification LED on Android phones made them far more useful than iPhones. I'm disappointed that Google has removed this once great advantage over Apple, just as it did with the old notification ticker from the pre-lollipop days.
wangdaning said:
I am pretty sure with this device your only choice is to use AOD and then these apps work. Otherwise, they can only really wake the screen. I use LED blinker with AOD on and it works every time, but can be a bit glitchy when trying to open the phone to see the notification. What I mean is, if I use my fingerprint, it does not always go to homescreen, I have to press power button to relock and try again. This is really google's fault for not adding a native option for some kind of blinking on the screen. I think no matter what it would require AOD to work though.
Click to expand...
Click to collapse
Even with AOD on (which is not my preference) these apps still don't seem to work correctly. Do I also have to disable the wake screen for notifications option? I really dislike these choices.
I'm getting really frustrated that I practically have to hack my phone to get it to do things that my phone from 4 years ago could do natively.
E_Pixie said:
Even with AOD on (which is not my preference) these apps still don't seem to work correctly. Do I also have to disable the wake screen for notifications option? I really dislike these choices.
I'm getting really frustrated that I practically have to hack my phone to get it to do things that my phone from 4 years ago could do natively.
Click to expand...
Click to collapse
Not sure, I am running a custom rom. All I have done is enabled AOD and installed the app and it works.
I have led blinker, it's the best one I found... Not as perfect as a real notification led but it do the work

MIUI 11 - Ambient Display Breathing Light [BUG]

So it would seem one of the features of miui 11 which I looked forward to is not as effective as I hoped. That is the pulsing breathing light.
When the screen is locked, the ambient display brightness dims after a few seconds. If and when a notification comes, the brightness remains dim and you can hardly notice the pulsing effect or even the arrival of the notification for that matter.
I would assume the screen would brighten up and the pulse would be more prominent but unfortunately that doesn't seem to be the case.
Yes it's pretty useless feature notification dont seem work very well since getting 11
Sent from my Mi 9T using Tapatalk
Same here
Got miui 11 on my k20 pro yesterday, feels quite nice but the notification animation (rhythm) lights up continuously when, for example, the Google maps notification is active. Feature is quite cool but this makes it rather useless/annoying.
Got the MIUI 11 few minutes ago.
I thought the ambient display would work like the old Moto X, just showing something when I receive a notification or raise up the phone.
Showing all the time like this doesn't rises the risk of burn in? Or am I missing some option?
diegosniper said:
Got the MIUI 11 few minutes ago.
I thought the ambient display would work like the old Moto X, just showing something when I receive a notification or raise up the phone.
Showing all the time like this doesn't rises the risk of burn in? Or am I missing some option?
Click to expand...
Click to collapse
You're totally right, I was disappointed this was default behavior
diegosniper said:
Got the MIUI 11 few minutes ago.
I thought the ambient display would work like the old Moto X, just showing something when I receive a notification or raise up the phone.
Showing all the time like this doesn't rises the risk of burn in? Or am I missing some option?
Click to expand...
Click to collapse
It doesn't move around the screen?
carnivalrejectq said:
It doesn't move around the screen?
Click to expand...
Click to collapse
It does
diegosniper said:
Got the MIUI 11 few minutes ago.
I thought the ambient display would work like the old Moto X, just showing something when I receive a notification or raise up the phone.
Showing all the time like this doesn't rises the risk of burn in? Or am I missing some option?
Click to expand...
Click to collapse
the always on display moves around periodically to avoid burn-in
Facing same issue
jaris93 said:
So it would seem one of the features of miui 11 which I looked forward to is not as effective as I hoped. That is the pulsing breathing light.
When the screen is locked, the ambient display brightness dims after a few seconds. If and when a notification comes, the brightness remains dim and you can hardly notice the pulsing effect or even the arrival of the notification for that matter.
I would assume the screen would brighten up and the pulse would be more prominent but unfortunately that doesn't seem to be the case.
Click to expand...
Click to collapse
i am also facing same issue... so i m not alone... i tried factory reset but FR didnt helped
Similar issue here, AOD works as normal (although message icons are very dim, almost invisible), breathing light works but only blinks once.. which is quite useless as it's so quick can hardly notice it.. anyone know if there is a fix so it pulsates longer?
Cheer's
Hello,
Hello, I use Outlook and Textra and I don't have any notification icons when I use the Always On display. Any ideas? I Thanks.
hope if it will get resolve in next update ? which has no ETA -_-
hope if it will get resolve in next update ? which has no ETA -_-
same issue here.
adioph said:
same issue here.
Click to expand...
Click to collapse
Me too, and I really need that functionality.
Messages don't appear on screen for me even after allowing notification permission
Since 11 I don't get any notifications like I did. Screen stays black with AOD turned off but sounds off. With AOD on it does not show any new notifications or any lights go off. Useless.
ffactory said:
Got miui 11 on my k20 pro yesterday, feels quite nice but the notification animation (rhythm) lights up continuously when, for example, the Google maps notification is active. Feature is quite cool but this makes it rather useless/annoying.
Click to expand...
Click to collapse
Have you found any way to fix this?
I really enjoy the notification animation, as the notifications led is not always facing me/not visable.
pepelepieux said:
Hello, I use Outlook and Textra and I don't have any notification icons when I use the Always On display. Any ideas? I Thanks.
Click to expand...
Click to collapse
AOD only works with some apps. Whatsapp and Gmail work. Textra and Outlook do not. It has never worked properly on MIUI. It's pretty useless like this. xiaomi.eu devs add each app (by request) to the AOD. I don't know why Xiaomi have such a poor AOD.
sinners007 said:
AOD only works with some apps. Whatsapp and Gmail work. Textra and Outlook do not. It has never worked properly on MIUI. It's pretty useless like this. xiaomi.eu devs add each app (by request) to the AOD. I don't know why Xiaomi have such a poor AOD.
Click to expand...
Click to collapse
For anyone who is unaware, xiaomi.eu rom (11.04 stable) can display notification icons for all apps in AOD now.

Notification

Just got the pro, is there a way to get the notification light edge thingy to repeat every 10 minutes or so
jaythenut said:
Just got the pro, is there a way to get the notification light edge thingy to repeat every 10 minutes or so
Click to expand...
Click to collapse
No ?
I dunno if you're still interested, but there is a way to get it to blink more often:
There's an app called Oxygen AOD Mod. It's on the app store, and there's no root. You can set intervals for the horizon light to flash multiple times.
jaythenut said:
Just got the pro, is there a way to get the notification light edge thingy to repeat every 10 minutes or so
Click to expand...
Click to collapse
You can root then flash renovate magisk rom that is in telegram for latest, or op7 pro thread for latest stable
Has option to keep screen lights flashing till you view or extended duration
Thank you @heavy95d for this hint :good: the oxygen AOD Mod app looks great and horizon light is working now more than once bedtime (no notification in defined period) also works fine on my OnePlus 7T Pro. only missed calls don't get a notification hint.
battery usage is very low. i had used the app NotifyEdge in the past. also a super app with a beautiful edge lightning. but unfortunately this app drain the battery very fast if lightning is active. so oxygen AOD Mod is the better app for reactivate Horizon Light.
I use the free no-ads Plus Beat app since the OP7TPro day one:
https://play.google.com/store/apps/details?id=vaf.vishal.plusbeat&hl=en
No battery drain and it shows also the notification content on the Ambient Display screen, so non need to unlock to read the messages.
Lot of options, also a Do Not Disturb mode to skip notification alerts while sleeping.
However all these similar apps don't show missed calls and apparently interfere with invoking Google assistant by voice.
themissionimpossible said:
However all these similar apps don't show missed calls and apparently interfere with invoking Google assistant by voice.
Click to expand...
Click to collapse
hmmm i don't have problems with oxygen AOD Mod app and Google voice.
But the Always On Display (AOD) and the Ambient Display are 2 different things: which does Oxygen AOD Mod use?
OnePlus doesn't have yet native AOD (but soon will do), it has Ambient Display but it's launched only once when receiving a notification and it's not repeated furthermore. Repeating it continuously is just what apps like Plus Beat do.
themissionimpossible said:
But the Always On Display (AOD) and the Ambient Display are 2 different things: which does Oxygen AOD Mod use?
OnePlus doesn't have yet native AOD (but soon will do), it has Ambient Display but it's launched only once when receiving a notification and it's not repeated furthermore. Repeating it continuously is just what apps like Plus Beat do.
Click to expand...
Click to collapse
you are right. Oxygen AOD Mod use Always on Display not the Ambient Display from OxygenOS. But this ist not really a problem for me it works well and battery usage is very low and Horizon Light working now with Oxygen AOD Mod. all is fine :good:
but nice to hear OnePlus bring AOD soon :good:

Categories

Resources