[APP][XPERIA U][JB] ledbar for xU - Sony Xperia P, U, Sola, Go

Hello xda !
(first, excuse me for my bad english, my first language is french)
You know, the project "freexperia" provide CyanogenMod on xperia phones.
One feature of this phone is that it has a multicolored LED bar. 3 group led with three primary color.
You probably know the application "Illumination bar". But it interacts with the bar led through an API, written by Sony. (correct me if I'm wrong).
Some ports work. Others do not. It depends on many factors actually.
So I wrote an application, initially for my own personal use. I decided to share with you, to know your opinions and ideas.
The application itself is not very interesting. It can adjust the color of the LED bar.
Well, once the service is launched, it will execute a bash script. In an infinite loop, the script will constantly check if the LCD screen is on or not. If it is, the LED bar lights up with the values ​​you have chosen. Otherwise, it turns off.
The LED bar also check the battery level, if the energy saving option is enabled, and the level will drop to 15% ~ 20% of what you have previously configured.
Simply. This roughly reproduces what happens with a stock ROM. Except that the ROM completely off the led bar after a certain period of inactivity (and reactivate it if you push a ranom button).
Currently, bar LED will remain lit as long as the screen is on. I write a piece of code to add this feature later if that tells you
I now propose to try the application. The root is required because the application will execute a bash script (I told you earlier).
No need to patch or enter recovery mode. Just install an APK. Link in the description.
Now I count on your opinion. Hope you like it.
Thank you in advance!
Note: The application is designed to work without any further application to interact with the LED bar. It is for these roms without service "Illumination" this application has been designed. Thank you!
----------------------
Changelog : v1.1
Updated : Preparing for control three colors independently, but not immediately
Updated : Light bar is not updated when the screen is off. But always updated when the screen is on (for battery saving)
Updated : Presets values (Red, Green, Blue, Magenta, Yellow, Cyan, Sony Blue)
Improve performances. But not sure.
Removed : Wake lock permission. Useless, maybe in the future...
Updated : ... wait, I have forgotten the rest ...

thunbs up for developing this app.
Can you make it work on ICS also? I would really like to see it..

does this app allow to choose 3 different colors at the same time? I have been waiting for an app to do this since I have bought XU!
ICS

nice work mon frere but it makes my phone very slow

Good job guy !
I test it and I give my results for battery consumption and if lags are present

evildev said:
thunbs up for developing this app.
Can you make it work on ICS also? I would really like to see it..
Click to expand...
Click to collapse
for the next update, it should not pose too much trouble. Theoretically.
heatseeker_x04 said:
does this app allow to choose 3 different colors at the same time? I have been waiting for an app to do this since I have bought XU!
ICS
Click to expand...
Click to collapse
I'll see what I can do.
dips777 said:
nice work mon frere but it makes my phone very slow
Click to expand...
Click to collapse
Oh. This is weird. Now question is whether this comes from application or another program that is in conflict.
The question is whether "bash" is the source of the problem (this is the process that executes the main script).
For that, go in the developer options, and activate "Show CPU usage". It should display an overlay. And tell me if the process "bash" is top of the list.
Info4Geek said:
Good job guy !
I test it and I give my results for battery consumption and if lags are present
Click to expand...
Click to collapse
Thank you !
Consumption should still increase. Bar LED consumes a significant portion of energy.
Do not hesitate to lower the light levels in the application. A little less light can save a few minutes.
I am looking particularly off led bar after a certain time when the phone screen on.
-------------------------------------
If any questions, or ideas, do not hesitate.

No lags on my phone with your app !
For battery consumption, not especially a significant decrease for battery
I'm on CM10.1

Its sencond on the list.
Would really like it if you could modify the app.........like add preset colours and make the light work like exactly in the stock rom(switch off after sometime....turn on when press buttons). :laugh:

Hello there ! I developed an update!
More than a week without news. I know.
I added some features and optimized the script (a feature coming soon!).
I added a preset list of basic colors for the light bar. Of course you can always put the values ​​you want. It does not change and will never change.
The script has been optimized (especially when the screen is off) and now I'm working on the option requested to independently apply a color on a single LED.
You will understand: 3 different color for different LEDs present on the bar! But it will not for now.
Soon.
The update is available in the first post.

Can You chose color for single LED? Any new information?

marcinwolosz said:
Can You chose color for single LED? Any new information?
Click to expand...
Click to collapse
It is possible. In the next update, you can choose a color separately from the others.
It will not be available immediately unfortunately. This application is not really my first priority in truth ...

Tiwy57 said:
It is possible. In the next update, you can choose a color separately from the others.
It will not be available immediately unfortunately. This application is not really my first priority in truth ...
Click to expand...
Click to collapse
Thanks for answer. I'm waiting for update

Related

Notification Light - How to use tasker and keep it blinking!

I think I have figured out a setup for tasker to make the notification light blink longer than 5 minutes. The setup that is currently working for me is to use tasker with the Locale Execute Plug-in. I followed DomSim's guide to get Locale Execute to handle LED blinking. You can setup solid/blinking lights using that guide. I just chose a generic green blinking light for all notifications. I also chose to shut off led notifications under settings-display, though I don't know if it would conflict in any way.
In tasker,
1) Create new profile
2) First context - choose Event, UI, Notification, Done
3) Task Selection - choose New Task, click +, Plugin, Execute, Edit, type lines from DomSim's thread ie
Code:
For green led blink,
@! echo 1 > sys/devices/platform/leds-pm8058/leds/green/blink
4)Click Done and test until it gets root permission (took several times until it happened)
4) click +, Tasker, Wait 5 minutes, Done
5) click +, Tasker, Goto Action, 1, add an if then statement so it only repeats if the notification is not cleared. Done
6) click Done and Apply
So far it's worked to keep my led flashing on notifications for longer than 5 minutes. I'm sure it'll affect battery life some, but I don't know how much. You could make it more complex and have different color (red or green) and solid/flash for different events like missed call, sms, etc. using tasker and replacing Notification in step 2 with whatever you want. Also, Locale Execute Plug-in may not be needed as tasker has the ability to flash the LED as well, but I could not get it to work in the past...but that was before I thought of using an infinite loop. It will save some typing if you don't need Locale Execute Plug-in .
original post
So now that we have root and s-off, is there something that can be changed to make it so the notification light will keep flashing until the notification is dismissed? It shuts off after about 5 minutes as it is now, which defeats its purpose IMO. I've tried using many of the LED controller programs, and none of them work reliably for notifications even with root. I've also tried setting up profiles in tasker to blink the led, but it still shuts off after 5 minutes.
Is this 'feature' in the kernel or some other part of HTC's software? I'd love for a mod/program to make it blink until the notification is dismissed or the battery is dead .
Click to expand...
Click to collapse
I would like that too honestly good idea
Sent from my PG86100-EVO3D-using Tapatalk
I too agree
root + app "tasker"
kthxbye close thread
Tilde88 said:
root + app "tasker"
kthxbye close thread
Click to expand...
Click to collapse
mwalt2 said:
I've also tried setting up profiles in tasker to blink the led, but it still shuts off after 5 minutes.
Is this 'feature' in the kernel or some other part of HTC's software? I'd love for a mod/program to make it blink until the notification is dismissed or the battery is dead .
Click to expand...
Click to collapse
Learn to read, kthxbye.
With tasker are you able to use different colors?
As for notification, someone would have to modify the framework-res I believe.
Tilde88 said:
root + app "tasker"
kthxbye close thread
Click to expand...
Click to collapse
^^^^fail
Sent from my PG86100-EVO3D-using Tapatalk
Nobody has any other ideas? If someone has it working with tasker or any other program, go ahead and post how you did it.
I guess I should title the thread "Get a Photon!" so I could get pages and pages of replies .
I've been using Light Flow, it's the best app I've found so far but I haven't tried a whole lot to be honest. It works pretty decent, though like you said not 100% reliable. You can also adjust the vibrate rate/pattern which I love.
I've come from a Blackberry, the notification LED on those are very big, very bright and multiple color selections, where the EVO 3D has 3, green, red and a deep orange. I've missed many a different notifications on my EVO 3D, specially text messages. I'll walk out of the room, come back and see no blinking light, then check my phone like 30 minutes later and notice I had a text message sitting for 30+ minutes without even knowing.
Not only is shutting the light off after 5 minutes a terrible idea, like you said pretty much defeats the purpose but the notifications not showing while charging due to the light staying constantly red is a terrible design decision if you ask me.
Updated the OP with some tasker settings that seem to be working (so far).
A total noob with Tasker here, what exactly do I put for the IF statement in step 5?
Thanks
gsgflash said:
A total noob with Tasker here, what exactly do I put for the IF statement in step 5?
Thanks
Click to expand...
Click to collapse
I actually never could get tasker to work right. I got it to keep the LED on until dismissed, but the loop caused the phone to never go to sleep and ate through battery faster. If your interested, I've implemented a fix at the kernel level (thanks to joe85) for 2.3.4 Sense ROMs. You can find the thread here. It's been the only reliable fix for me.
mwalt2 said:
I actually never could get tasker to work right. I got it to keep the LED on until dismissed, but the loop caused the phone to never go to sleep and ate through battery faster. If your interested, I've implemented a fix at the kernel level (thanks to joe85) for 2.3.4 Sense ROMs. You can find the thread here. It's been the only reliable fix for me.
Click to expand...
Click to collapse
Thanks for letting me know, will take a look at the link

Illumination bar notification app

Hi,
I created an app that will let an Xperia S/P/U light up the illumination bar when there is an unread SMS or a missed call.
Available at Google Play if you search for "Illumination Bar Notification"
link
For U model there is multi color support, and for S/P there is only the one color supported by the hardware.
The LEDs can either blink at various speeds or have a constant light.
There is an option to stop the light when the screen is unlocked or keep blinking until the SMS has been read or the call has been acknowledged.
I have only an Xperia U to develop on, but it has been tried on S/P as well.
If you have any problems let me know and I'll try to fix it.
Thanks to user sl1nk3 that figured out there was an API we can use.
-------------
*** Running on custom ROMs ***
If you run CyanogenMod or other firmware not from sony you may need to install additional libraries for this app to work.
First option: IlluminationReceiver
This solution works for all devices with illumination bar (S/P/U/SP) and does not require any sony libs at all:
Latest version: http://forum.xda-developers.com/showpost.php?p=49359381&postcount=1175
First version (post contains more info) http://forum.xda-developers.com/showpost.php?p=37393546&postcount=664
--
Older solutions for solving this by installing sony libs:
Check out this post for instructions: http://forum.xda-developers.com/showpost.php?p=31592702&postcount=1180
For CM9 on Xperia U, read this post: http://forum.xda-developers.com/showpost.php?p=36310840&postcount=459
This is just what I've been waiting for. Thanks a lot! Will try it now
Edit. Working great! In a future update, could you add the feature to disable it after a pre-set time? Believe it will drain battery after some time
Play link: Illumination Bar Notification
Sent from my Xperia S
This is nice. Could you make it blink? and can you make it for email as well?
Thanks very much.
Good man I was waiting on an app like this.
edit:
can you add an option to leave the illumination light always on when the screen is on. I like to have it on when it is dark so that I can see where the buttons are. Thanks
only white colour :-(
Nimche said:
This is nice. Could you make it blink? and can you make it for email as well?
Thanks very much.
Click to expand...
Click to collapse
It has option to blink already.
There is no standard android way for apps to be notified for incoming e-mails, so adding e-mail support would likely mean having to implement a full e-mail client.
Maybe there is another way, but not that I know of.
mrsatan said:
can you add an option to leave the illumination light always on when the screen is on. I like to have it on when it is dark so that I can see where the buttons are. Thanks
Click to expand...
Click to collapse
That is probably doable, but I think it would be best to have that in its own app, since it is not related to notifications
Dude!!! I'm Not Gay, But I LOVE YOU!!! U Gave The Proper Meaning Of Sony's This STYLE ICON!!!
These are the things I would like to have for future update!!!
1-Stop the blinking after certain time period (for battery backup)
2-Notification for
A-CHARGE COMPLETE (as this wont drain the battery,and keep it cool)
B-Whatsapp notification
3-Please change the icon of this app (add a cool one for this cool phone)
4-Low rate of blinking should be much lower I think (like each blink after 5 sec)
5-If its possible blink in different style (disco,rhythmic...etc)
THANK YOU AGAIN, I REALLY LOVE TO SEE THIS IS INSTALLED WITHOUT MODDING OR ROOTING MY PHONE!!!
THANK YOU!!!
The app is pretty buggy for me.
sometimes it works "lighting up" but sometimes it doesnt even light up and instead it makes my screen lights up -.-
i like it when my screen is pitch black when i receive something.
please fix and will reconsider downloading.
thankyou
I would love to see the source code for this if you would like to release it. I had been working on a version of it myself, but I only just started android programming.
Also if you need a cool icon I can make you one. PM me
id just figured out whats the bug is.
1) a- it doesnt light up when you check "stop light when screen is unlocked"
the screen goes on and the led strip stops flashing.
b- and sometimes it doesnt light up until the second msg comes in or calls
c- overtime when just received a text or two the screen turns on as well as the led strip lights up, then somehow the screen turns on like every 10 secs or so. (not receiving anything)
2) like i said before please make the screen stay off when receiving any notifications. my screen goes on after i installed this app.
3) please include whatsapp and email for it.
thankyou really appreciate your work here. well done
Oh looks so great!, i thank you for this kind of worf as other request i dont want integration with other apps, just that the led stops blinking after a certain time
Looks great, but as the notification bar isn't very bright I would also like to see the notification LED continuing to blink as well.
Also, would be great if emails can be included.
Thx man, continue to develop it for more stuff (not only msg, and calls).
I will consider some donation then ;-)
Sent from my LT26i using XDA
Not sure why but it does nothing until I unlock the screen.
Sent from my XperiaS via subspace beacon.
Thanks for this! Works great!
Great app man!!
In the future, could it be possible to have custom flash rate? I think even the "slow" setting is quite fast.
Suprised this feature was left out at launch. But thankyou for this app!
Works great!
sent from my Xperia S
Great app! Really something that should have been there from the start!
What I would like to change are the following:
* no screen turn on when you receive an sms or call
* email support (for some)
* timeout - after the timeout it would switch to the notification led it's using now.
I'm not sure yet, but does the low battery standard notification still work? Or do you have to turn it off completly for this to work?
In a way a really like to think that this should only be used for calls, messages and emails.. maybe even not emails.. It should diferentiate itself from other notifications.. so this could only be used for those that you have to instanlty reply.. like messages and calls.. But I would still use the blue notifications for facebook, green for emails and red/orange for low battery. I think that this is how both things should work together.
Really great, light and cool app!!
But like some guys, my screen turn on when I receive an SMS
Moreover, sometimes the vibrations bugs: normaly, it's like "brrrrr, brrrrr" but sometimes I have "brr..." so in my pocket, it's not really noticiable

how to set Aura lighting blinking in rog phone for notifacation and calls

I cant found an option for that in the setting menu !!! and this function is mentioned clearly in the manual
Any one can help how the set this up ?
As per officials forums, this feature is coming in an upcoming update, and not yet implemented.
Ok i see
Thanks
abunhyan said:
Ok i see
Thanks
Click to expand...
Click to collapse
This phone doesn't has led notification ?
medo18 said:
This phone doesn't has led notification ?
Click to expand...
Click to collapse
It has led notification, but the guys are talking about the back ROG logo illuminating for apps notifications not just when the X mode is enabled.
aolazaba said:
As per officials forums, this feature is coming in an upcoming update, and not yet implemented.
Click to expand...
Click to collapse
Does this mean it LED on the back works like the one on the Razer Phone 2. You can change the LED colour to match the application recieving the notifaction, Gmail (Red), Twitter (Blue), Snapchat (Yellow) kinda thing? it seems like they did not think about it and when Razer brought it up as a selling point / feature Asus then jumped at the idea to get their LED to do the same. Seems it would be an Asus Aura Sync app setting than in the OS when they do update it with this feature.
Is this confirmed or just a rumour?
Also it would be nice to have an option to have the LED light up when not in X Mode however again its not mega important but might be nice but can see it not being on much as the battery will drain so quickly.
aolazaba said:
As per officials forums, this feature is coming in an upcoming update, and not yet implemented.
Click to expand...
Click to collapse
Can you link the forum as I would like to read it thanks!
iStasis said:
Does this mean it LED on the back works like the one on the Razer Phone 2. You can change the LED colour to match the application recieving the notifaction, Gmail (Red), Twitter (Blue), Snapchat (Yellow) kinda thing? it seems like they did not think about it and when Razer brought it up as a selling point / feature Asus then jumped at the idea to get their LED to do the same. Seems it would be an Asus Aura Sync app setting than in the OS when they do update it with this feature.
Is this confirmed or just a rumour?
Also it would be nice to have an option to have the LED light up when not in X Mode however again its not mega important but might be nice but can see it not being on much as the battery will drain so quickly.
Click to expand...
Click to collapse
Hi,
The first thing is being planned in an update, as far as I know not yet implemented (I sold my ROG phone, as the CN version was just too messy to work with).
The second thing is already available, you can set the lighting depending on different "scenarios".
---------- Post added at 02:00 PM ---------- Previous post was at 01:50 PM ----------
cylpol1 said:
Can you link the forum as I would like to read it thanks!
Click to expand...
Click to collapse
Here you go (it is the official Chinese Zenforum, I use Chrome's translate function to English):
https://zentalk.asus.com.cn/forum.php?mod=viewthread&tid=52882&extra=page=17
Light Flow apps see the controller for the LED but can't control the LED though. just FYI
any new updates on this?
mbze430 said:
Light Flow apps see the controller for the LED but can't control the LED though. just FYI
Click to expand...
Click to collapse
You can use "Light Manager" app to change the led notification light to 3 colors only (red, green, yellow) i don't think it's possible to change to more than those colors no matter what app you use.
Personally i don't use any app to change led colors(mainly to save battery) because on most of the chat apps i can change the color to green within the app itself, on my email/messages apps i change it to yellow.
I used to change the missed calls to red but by default it's green. so i left it the way it is.
I see no options to set up with notifications any help let me know pleqse
New update version 1811.32_0 has arrived enabling Aura Lighting for calls and app notifications.
https://forum.xda-developers.com/showpost.php?p=78448202&postcount=5
Things got a lot interesting, thanks for that.
Here is the link to the LED/RGB post https://www.asus.com/zentalk/forum.php?mod=forumdisplay&fid=433&filter=typeid&typeid=2037
Please keep in mind LED Light (On the front of the phone) RGB Logo (On the back of the phone and fan accessory) The LED Light is fixed and no settings to change this where the RGB Logo can be changed with the latest firmware update which is live. If you are not getting the update keep manually scanning as it took me 5-10 tries to pull it down.

[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.

Categories

Resources