Galaxy Nexus notification light with light flow - Samsung Galaxy Nexus

I am really really happy that the galaxy nexus has a notification light. That was the thing preventing me from moving on from my nexus one.
Of course I wish Google would make the notification light more customizable because as it stands its really worthless by default.
I'm using light flow to help but its not perfect. Maybe its just not ready for ics yet or I'm doing something wrong but these r the problems I'm encountering:
In Google talk when I type a message and the screen goes off, the notification light comes on as if the person has responded but its being triggered by my own message. The only way I've been able to help with this is to hit menu>end chat after typing my message.
The other issue is with Google voice. I don't see a notification light up for it. Do any of you know if the paid version of the app will do it for Google voice?
Thirdly it doesn't seem to stop the sounds from the notifications in the night time mode...it turns off the light, but even though in that option I have it set to do the sound as well, it doesn't do it. I had to go into the sound settings and just turn off the notification sound (which actually didn't help, I had to go into each apps settings and turn it off there).
Sent from my Galaxy Nexus using XDA App

The Light Flow developer is here on XDA. He's replied in a thread on the app forum. Perhaps your answers lie there:
http://forum.xda-developers.com/showthread.php?t=1360090
Personally, I have the paid app and it has been hit and miss for me on ICS... sometimes I can't get the light to go away unless I FC the app. I uninstalled it for now until the niggles get smoothed out.

souja9 said:
sometimes I can't get the light to go away unless I FC the app. I uninstalled it for now until the niggles get smoothed out.
Click to expand...
Click to collapse
I was having same problems - light won`t stop flashing even after I checked received sms or missed phone call. Had to uninstall app But once its fixed, I will be first to install it - fantastic!

Anyone else know if there's any other app that can configure the lights?
I've bought a few over the years for my other devices but haven't tried any for Galaxy Nexus yet.
I've noticed though in Google Voice, when I get a text, the light is green.

I used light flow for a bit. but killed at after a day or so. Its still a little buggy in ICS as others have said

i had the proble with the light not turning off too. I had to turn off the notification light for no signal and low battery, and its been perfect since then.

I guess knock on wood, but I have never had a problem with the light staying on with Lightflow paid version.. I feel like if you swipe to dismiss a text message, it will stay on, but if you just open the Messaging app, it will stop blinking. Also, if you use the "x" on the notifications window, it will stop blinking without opening Messaging.
Edit:
With regards to the above post, I have never had the "no signal" light on, but I do have "low battery" and it works fine.

Strange, my problem is actually the opposite to you guys. With light flow my notifications clear just fine, every time. However, it seems like about half the time it refuses to notify me at all. Drains a bit of battery too.

ksc6000 said:
I am really really happy that the galaxy nexus has a notification light. That was the thing preventing me from moving on from my nexus one.
Of course I wish Google would make the notification light more customizable because as it stands its really worthless by default.
I'm using light flow to help but its not perfect. Maybe its just not ready for ics yet or I'm doing something wrong but these r the problems I'm encountering:
In Google talk when I type a message and the screen goes off, the notification light comes on as if the person has responded but its being triggered by my own message. The only way I've been able to help with this is to hit menu>end chat after typing my message.
The other issue is with Google voice. I don't see a notification light up for it. Do any of you know if the paid version of the app will do it for Google voice?
Thirdly it doesn't seem to stop the sounds from the notifications in the night time mode...it turns off the light, but even though in that option I have it set to do the sound as well, it doesn't do it. I had to go into the sound settings and just turn off the notification sound (which actually didn't help, I had to go into each apps settings and turn it off there).
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
I'm working on improvements for ICS. There's a few things I'm working on for a release in the next few days.
Firstly, at the moment gtalk just doesn't work correctly for identifying notifications due to changes in the gtalk app. I've pretty much rewritten the notification detection for gtalk now and it seems to be working fine in the test builds.
There's a bug I've fixed where for some people the app won't work after a reboot.
As for swiping away notificatons, that won't clear them. It's really frustrating that the accessibility service is so limited in this regard and won't report anything useful back on what's happened. Because of this, I'm adding a new option to clear notifications additionally when you pull down the notification bar as this is something I've managed to hook into. Therefore it'll clear when you either open the app, or pull the notification bar down (but will then be off even if you don't actually view the notification)
I've had a few crash reports (thanks to those who send them in) that I've been trying to fix also, but some of these can take a few iterations to completely stop.
As for battery use, after the next market release adding the above, I'm going to try and add a new feature to just display the most recent notification that's come in. Although it wouldn't be my personal choice, it'll use less battery than the notifications where it's changing in succession around all the notification colors.
---------- Post added at 01:14 PM ---------- Previous post was at 01:12 PM ----------
As for the sounds not stopping, have you set the native app to "silent" for it's notifications. Just want to see if it could actually be the main app that's triggering the sound.
---------- Post added at 01:15 PM ---------- Previous post was at 01:14 PM ----------
The paid version of the app also supports google voice.

I'm having a really bad issue where once the screen is off, I can't get it to turn back on. The only way to get it on is to reboot the phone via ADB. Then, once I turn it off, it stays off again. If I press the power button SOMETIMES it will flash my lock screen for a 10th of a second, but then turn back on. This started when I installed the app. I was able to test the LED colors, and it did that during the test, too. Hopefully it's an easy fix!

agreenbhm said:
I'm having a really bad issue where once the screen is off, I can't get it to turn back on. The only way to get it on is to reboot the phone via ADB. Then, once I turn it off, it stays off again. If I press the power button SOMETIMES it will flash my lock screen for a 10th of a second, but then turn back on. This started when I installed the app. I was able to test the LED colors, and it did that during the test, too. Hopefully it's an easy fix!
Click to expand...
Click to collapse
i got this problem too, turn off foreground, uninstall, install, turn off foreground, turn on. You should be good to go then. App is a bit buggy, but better than what google is currently offering us.

No dice
The good news though is that I can get my phone to work again by entering an ADB shell, entering "su", running a "ps" to list the running processes, then running "kill (proc number here)" to end the process, allowing me to turn my screen back on.
EDIT: Ok, so after killing the process using the method listed above, I re-entered the app, turned the "run in foreground" off, then turned it back on, then rebooted. Phone seems to be ok now.

agreenbhm said:
No dice
The good news though is that I can get my phone to work again by entering an ADB shell, entering "su", running a "ps" to list the running processes, then running "kill (proc number here)" to end the process, allowing me to turn my screen back on.
Click to expand...
Click to collapse
hmmm i have the app running almost perfectly on my phone right now too...thats what I did...are you rooted running stock 4.0.2?

agreenbhm said:
I'm having a really bad issue where once the screen is off, I can't get it to turn back on. The only way to get it on is to reboot the phone via ADB. Then, once I turn it off, it stays off again. If I press the power button SOMETIMES it will flash my lock screen for a 10th of a second, but then turn back on. This started when I installed the app. I was able to test the LED colors, and it did that during the test, too. Hopefully it's an easy fix!
Click to expand...
Click to collapse
You can also pull the battery if you want. There are several of us that have had this issue with light flow. The developer has stated that he is working on a fix. I would suggest removing the app until there is a confirmed solution.

Smokeey said:
hmmm i have the app running almost perfectly on my phone right now too...thats what I did...are you rooted running stock 4.0.2?
Click to expand...
Click to collapse
Yes, stock 4.0.2 rooted...for now.
cam30era said:
You can also pull the battery if you want. There are several of us that have had this issue with light flow. The developer has stated that he is working on a fix. I would suggest removing the app until there is a confirmed solution.
Click to expand...
Click to collapse
Yea, battery pull works too, but considering how finicky the battery cover of the GN is, plus the case i have, it's easier to adb reboot or kill the process.
See my above edit, though. I seem to have gotten it to work.

Guessing root is needed for this to work?

JaydenR said:
Guessing root is needed for this to work?
Click to expand...
Click to collapse
Yup, that's correct.

agreenbhm said:
Yup, that's correct.
Click to expand...
Click to collapse
Was wondering why it wouldn't work for me.

agreenbhm said:
Yup, that's correct.
Click to expand...
Click to collapse
Its working fine for me, and im not rooted yet.

artemis92 said:
Its working fine for me, and im not rooted yet.
Click to expand...
Click to collapse
I stand corrected; app description says root is not needed. I was thinking of another app I saw that does similar functions that requires root.

Related

LED Notification flash - Not working?

I haven't fully tested this issue yet mainly because I've only had the phone for a few days... I wanted to check if anyone else had this problem.
Under Settings -> Sound & Display -> Notification Flash
I have all the options ticked.
In theory, whenever I have a missed call or a SMS or email etc, I should be able to tell that I need to check my phone be a little blinking light in the top right corner off the screen. I just came back to my phone and this LED wasn't blinking but when I turned on the phone, there was a missed call and a SMS.
Other times, it seemed to work fine.
Anyone else noticed this problem?
it only flashes for 5 mins and then stops. There is no way to change this without additional apps.
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
Oh... How disappointing. Pretty useless imo. Thanks for the info. I wonder if they will fix it. My previous phone, Touch Diamond, had something similar but it never stopped flashing until you looked at your missed calls.
Now that explains things. I tend to look for the led after I've not used the phone for a while. In my pocket or elsewhere. Quite a few times I've seen no flashing but have a notification in the top left. I thought it was another one of those little 'features' we keep finding.
Yeh i discovered this awhile back and it's annoying as hell, i just use a app called Missed Reminder which can be configured to allowed it to keep flashing indefinitely
I was just going to make a post about this. I thought the LED notification wasn't working at all on my Desire, since I've never seen it, but perhaps it had just stopped before I had the chance to catch it, then
ardsar said:
it only flashes for 5 mins and then stops. There is no way to change this without additional apps.
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
What apps are you referring to? It would be nice to be able to have the LED flash longer.
I'm guessing this is to save battery time, I don't know how much power a small LED uses but it surely can't help with the already abysmal battery life
I first thought the LED was located behind the optical trackpad, because the trackball on my Hero could light up. I think the LED-notification is pretty dumb since it's almost invisible when it lights up. The lighting trackball was much much better
This is a known issue. I thought that did not happen in Android, but I guess I was wrong.
If the phone work in Windows Mobile, there are a registry key to let assign values to the options, so they are usable.
Here: http://forum.xda-developers.com/showthread.php?p=4846399#post4846399
In Android, I have no clue... maybe my info help in any way.
PMoto
It would be nice to be able to change the flash time from the default 5 minutes, or atleast an option for no time limit.
I know it's to help save battery life, but I'm willing to say that the light flashing will use less battery then the back light coming on everytime I'm away from my phone for more then 5 minutes, from me checking to see if I have new messages, email, or missed phone calls.
Same issue with my recently purchased A40.
No blinking at all despite screen flash notification selected.
Hope someone can help

Notification LED doesn't flash

The new message notification LED on my (new) LTE Gnex only flashes once or twice, just when the phone boots up. Doesn't flash when a new message arrives. I've tried disabling it, and re-enabling it in settings, but it just does not work. This does not seem normal, and I'm wondering if I need to return the phone, which I really don't want to do. I've already unlocked the bootloader and rooted, but still running the stock ROM.
cam30era said:
The new message notification LED on my (new) LTE Gnex only flashes once or twice, just when the phone boots up. Doesn't flash when a new message arrives. I've tried disabling it, and re-enabling it in settings, but it just does not work. This does not seem normal, and I'm wondering if I need to return the phone, which I really don't want to do. I've already unlocked the bootloader and rooted, but still running the stock ROM.
Click to expand...
Click to collapse
Have you tried Light Flow from the Market?
This has worked with the stock ROM.
I personally use Trackball Alert Pro - MoDaCo ROM has suppport for this.
Just tried calling myself, and hung up. The LED isn't lighting up. But I have seen it blink for emails at least. Hmm.. maybe try light flow.
justbabu said:
Have you tried Light Flow from the Market?
This has worked with the stock ROM.
I personally use Trackball Alert Pro - MoDaCo ROM has suppport for this.
Click to expand...
Click to collapse
Have not tried any 3rd party apps, yet. First I wanted to know if there was a problem with my phone, or if this is "just" a bug. If others have this same problem, then I'll try a 3rd party solution. Thanks for the feedback.
Tried the same thing, called myself and sent messages with no led notification. Thought my led was broken but then installed light flow and it worked no problems.
Not sure how it was supposed to work stock but could not get it to work at all without a 3rd party app.
Without the app, the only option I could fight was pulse notifications which I tried turning on and rebooting but it never seemed to work.
maybemobile said:
Tried the same thing, called myself and sent messages with no led notification. Thought my led was broken but then installed light flow and it worked no problems.
Not sure how it was supposed to work stock but could not get it to work at all without a 3rd party app.
Without the app, the only option I could fight was pulse notifications which I tried turning on and rebooting but it never seemed to work.
Click to expand...
Click to collapse
Thank you for the feedback. This is exactly the same behavior that I am seeing.
justbabu said:
Have you tried Light Flow from the Market?
This has worked with the stock ROM.
I personally use Trackball Alert Pro - MoDaCo ROM has suppport for this.
Click to expand...
Click to collapse
Just tried light flow. When I tried the "test LED" function, my phone would no wake from sleep. Also got sleep of death when I got an email. Had to do a battery pull. Any solution for this?
I looked at Trackball Alert and it requires Paul's ROM, which I'm not ready to try (yet).
I noticed it doesn't light up when it's charging either. Is this normal behavior?
From what I've seen so far the stock light is a hit and miss for me. Only time will tell how they will improve this.
Do you have it set on? Lol that's all I can think of. Mine works fine
Sent from my Galaxy Nexus using XDA App
ceredics said:
Do you have it set on? Lol that's all I can think of. Mine works fine
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Yes, mine is enabled.
Well its not your phone....The light stock is stupid I have no idea why you would include a light that only flashes random times and only in white..... I had issues with lightflow crashing my phone when waking with several notifications flashing. Just bite the bullet an flash ARHD or Paul's rom they both support Trackball notification and it works very well!!
Danny80y said:
Well its not your phone....The light stock is stupid I have no idea why you would include a light that only flashes random times and only in white..... I had issues with lightflow crashing my phone when waking with several notifications flashing. Just bite the bullet an flash ARHD or Paul's rom they both support Trackball notification and it works very well!!
Click to expand...
Click to collapse
I don't think these two have a CDMA/LTE ROM yet, do they?
cam30era said:
I don't think these two have a CDMA/LTE ROM yet, do they?
Click to expand...
Click to collapse
I'm pretty sure ARHD has 2 versions...gsm/lte
ceredics said:
Do you have it set on? Lol that's all I can think of. Mine works fine
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Yep. Probably don't have/use most apps that support it for me to notice it all the time.
I've been having the same trouble. Haven't seen the light in days.
I went back and revisited some of my settings. I had turned on the setting for the screen to "stay awake while charging." I unchecked it, and now my light is working again.
Now, it only ever comes on when the screen is off to begin with. It won't come on if the notification happens while it's already on.
But at least the light comes on when the screen is off now!
(And I really wish the blink rate was higher. You can look at it for several seconds between blinks, and think there's nothing and look away.)
So the change I made to the settings seems to have fixed the light issue. I have been properly getting notifications since I turned off the keep awake. Seems like an easy enough to fix bug as long as they know about it.
But now what I want is a faster blink rate. One second on out of every 6 or 7 seconds is easy to miss.

[APP] Light Flow

the developer has claimed the latest version on the play store is working for rooted phones, but I still am not having the best of success. I thought I'd start a thread and see how others are fairing.
The newest version has some improvement; being able to select different colors for different notifications and actually getting them to go off when you've pulled down the notification bar. however, it doesn't blink for me at all. When i get a text or email the corresponding light is a steady constant light if the screen is asleep. If you wake it up the light either disappears or only lights up very infrequently.
I've read some posts before the latest versions came out that some users had success getting it to work by actually turning Accessibility off. This seems to turn off the entire app for me.
anyone having better luck?
I have had the current version working correctly both on a stock TW rom, and now on CM10. The flashing lights haven't been implemented yet, however he is working on it.
The only thing I had to do on the Samsung TW rom was disable Samsung TTS in the manage apps settings. Once I set it to S3 root mode, everything worked perfectly.
I suggest you follow his blog here:http://www.folioflow.com/ff/page/website/lightflow/pageId/1826
xanderdad said:
I have had the current version working correctly both on a stock TW rom, and now on CM10. The flashing lights haven't been implemented yet, however he is working on it.
The only thing I had to do on the Samsung TW rom was disable Samsung TTS in the manage apps settings. Once I set it to S3 root mode, everything worked perfectly.
I suggest you follow his blog here:http://www.folioflow.com/ff/page/website/lightflow/pageId/1826
Click to expand...
Click to collapse
I have done all that including following the developers blog. I have accessibility on, only have the light flow notifications turned on, allowed SU access to light flow app, and have tinkered around with it all weekend but it still isn't working correctly. It works fine when the screen is on, but when the screen is off it gives a solid light.
Its not supposed to blink get, that's why I linked you to his blog.
Sent from my SGH-T999 using xda premium
A blinking light will kill the battery or at least use more juice. Dev did say he is looking into that feature tho
Sent from my SGH-T999 using xda premium
Developer advises blinking uses more battery than solid notification. Go figure.
Since I installed Light Flow, whenever the screen is off the LED glows a faint green. First I disabled Light Flow and the led still glows green. I unchecked it under Accessibility and rebooted, still green. Just had to uninstall and reboot to get it to stop. Anyone else have this issue? Is there a setting I'm missing somewhere?
civicvx94 said:
Since I installed Light Flow, whenever the screen is off the LED glows a faint green. First I disabled Light Flow and the led still glows green. I unchecked it under Accessibility and rebooted, still green. Just had to uninstall and reboot to get it to stop. Anyone else have this issue? Is there a setting I'm missing somewhere?
Click to expand...
Click to collapse
I had that issue when I restored from an old version of light flow. The newest version that I installed straight from the Play Store works fine.
I believe to get other colors other than green, you need to be rooted and go into the app settings and check "S3 root mode" or whatever its called...
Works perfect for me.
EDIT: I think the updated app (as of today) should work whether your rooted or not.
The update version today also supports blinking in adjustable intervals.
xanderdad said:
The update version today also supports blinking in adjustable intervals.
Click to expand...
Click to collapse
You guys should just install cm10 on your phones, it already comes with notification light settings & it works perfectly :good:
DOG666 said:
You guys should just install cm10 on your phones, it already comes with notification light settings & it works perfectly :good:
Click to expand...
Click to collapse
I would agree with that almost fully except it's a pain setting up different notification sounds between e-mail and sms/mms. It's also nice to be able to have it make notifications at intervals from missed calls/sms and the light to go away eventually if you want.
But I do have to say, I'm on CM10 - Paranoid Android ROM(latest build) and light flow is working like a charm for me right now. Looks like the bugs have been worked out for the most part.
Hi guys.. I have an international S3 and since a recent Lightflow update, I regularly get lightflow causing wakelock for hours. even with no outstanding notifications. I've uninstalled, re-installed - same problem.
Happened 3 times this week. reboot fixes it.

[Q] Just purchased, notification light not working and other questions

Hello. I purchased the Epic 4G Touch two days ago from Best Buy, and I've realised that the notification light doesn't work correctly. When it's plugged in and charging it glows red, and when it's done charging it glows blue. But when it's not plugged in and I get an email, text, missed call, voicemail or Gmail notification, the light doesn't light up. I've checked that SETTINGS > DISPLAY > PULSE NOTIFICATION LIGHT is ticked, and it was. I've unticked it, shutdown, R+R battery, rebooted and re-ticked it, and still I have no light notifications.
I haven't rooted the phone, it's basically as it was out of the box, on Android 4.0.4, FH13, using the stock messaging app, stock email app for AOL mails, and the Gmail app. I can't see in any of those apps that I have to turn on LED notification, so I don't know what I'm not doing correctly.
Second question is that the guy at Best Buy told me that I should install the Battery Charged Silencer app from play.google.com/store/apps/ details?id=cz.psencik.simple.silence so that my phone doesn't beep in the night when it's done charging, Well, that's all well and good, but my phone doesn't beep when it's done charging, and actually, I'd like it to -- at least during the day -- so how do I make it so that it does beep when fully charged?
Third, I've noticed that the phone's brightness changes occasionally, but only when I open the browser. It's isn't because of Auto brightness, because it happens when I'm stationary in a room where the lighting level hasn't changed (and I don't use Auto brightness anyways). I usually set my phone to be pretty dim, but the browser is often much brighter than that when I open it. When I'm lying in bed, especially, I don't want to get blinded or disturb "Mrs me" when I access the internet. Does the browser have it's own brightness setting? If so I can't find it, so how do I set the browser brightness to be the same as the rest of the phone's? Or do I just have a dodgy screen light?
Also regarding the stock browser, coming from an Android 2.2 handset I fully expected things to be different, but I can't get the browser to open my bookmarks or give me access to the address bar unless I scroll back up to the top of the page. Am I missing something really obvious here, or is that just how it is now? It used to be that pressing the Menu button would let me do that, but it doesn't seem to work that way any more, and it's really annoying to have to scroll to the top of a very long page when I want to go to open a new page.
Fourthly, I know that the pre-installed apps can be deleted, and might have to do it with TelenavGPS. I clicked the app, which popped up with a notification that said "An update is required". I tapped the "update now" button, which opened the browser which opened Play Store, but the Play Store says the app is up to date. Should I delete it and re-download from the Store, or just delete it and stick with the Google Maps/Google Navigation apps? Why does Sprint install this when Google's comes installed as well? Is it supposed to be better?
And the last thing I'm confused about at this point is when I'm in the app drawer and tap the Menu Button and then Edit. When I tap the minus sign next to an app, it pops up with "This application will be deleted" and a Yes and a No button, but it isn't clear (to me) whether it will get deleted from my phone or just deleted from the app drawer.
Thanks for any help or info anyone can give me about these things. I know they don't seem like major problems, but they niggle at me and I can't help but worry that I picked the wrong phone or have a faulty one (with regards to the bad notification light and random dimming and brightening at least) that I need to exchange while I'm in my return period.
Browser has its own brightness settings. Hit menu and scroll down. Its right there.
Yes the address bar will scroll out of the screen when you scroll down.
No idea about the beep. Notification led should work. May be some one stock can check on that.
Remove telenav. Use google maps.
Sent from my SPH-D710 using xda app-developers app
BluesRulez said:
Browser has its own brightness settings. Hit menu and scroll down. Its right there.
Yes the address bar will scroll out of the screen when you scroll down.
No idea about the beep. Notification led should work. May be some one stock can check on that.
Remove telenav. Use google maps.
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
LED used to work on gingerbread for me but never on ICS TOUCHWIZ, works on AOSP though. Since I'm in a touchwiz ROM I'm just using blink app to make it work.
Sent from my Nexus 7 using Tapatalk 2
I use the app light flow for my notifications and make it blink blue. The app blink also works.
Not sure about telenav, never had any issues. You have to be rooted to remove some stock apps like the Sprint and Samsung stuff and I highly recommend it.
Notification LED was broken in FF18 and FH13 OTA releases. It is now fixed in FI27 which will be available OTA soon, also available via Kies.
Sent from my SPH-D710 using xda premium
sol_671 said:
LED used to work on gingerbread for me but never on ICS TOUCHWIZ, works on AOSP though. Since I'm in a touchwiz ROM I'm just using blink app to make it work.
Click to expand...
Click to collapse
I'm sorry, I'm such a noob, what exactly is TOUCHWIZ? I've read bits about it being an interface or something, but other than that...
Mattix724 said:
Notification LED was broken in FF18 and FH13 OTA releases. It is now fixed in FI27 which will be available OTA soon, also available via Kies.
Click to expand...
Click to collapse
It's available now via Kies?
someguyatx said:
You have to be rooted to remove some stock apps like the Sprint and Samsung stuff and I highly recommend it.
Click to expand...
Click to collapse
I don't mind rooting, as long as I can still get OTA updates and stuff..
Still wondering about the charge complete notification beep.. do the phones beep or not beep when charged?
mewikime said:
I'm sorry, I'm such a noob, what exactly is TOUCHWIZ? I've read bits about it being an interface or something, but other than that...
It's available now via Kies?
I don't mind rooting, as long as I can still get OTA updates and stuff..
Still wondering about the charge complete notification beep.. do the phones beep or not beep when charged?
Click to expand...
Click to collapse
Touchwiz is the Samsung launcher/ui just like HTCs sense and motos blur. My phone has never beeped when it was charged, and download and install kies on your PC and see if fi27 is available. Or check the fi27 discussion thread in general sub forum
We are legion, for we are many.
Sent from the DarkSide of the GalaXy with a MEK device
Of you press the minus button it will be deleted from your phone.
I bought an e4gt sometime arounf august i think and my notification never worked either... even on stock el29 gb.... until i flashed shadowgod's Universe 2.0 rom.... then it worked! i was like holy crap!!!!!!!!! i didnt think this phone had a notification light and then i tried stock kernals.... no led light. but when i flashed a kuban or agat kernal BOOM! there was my notification light!

Notification LED simulation App

I stumbled on Reddit at this cool App that simulates a Notification LED using the actual screen. It was also featured on XDA and I decided to give it a try on the Mi9T. The App is called NotifyBuddy and is available for free on the Play Store.
My experience with it over a whole day was great. It actually looks like an LED lighting up. Since we have a Amoled screen it just uses a tiny part of the screen, so there is no huge battery drain. Also to prevent burn in it moves slightly in position every 5 to 10 minutes or so from left to right. You can have different colors for different Apps and how long the LED effect will be active until switching off. I have mine on for 5 minutes.
My major concern was battery life since when the App is active the phone probably doesn't go to deep sleep but after now 24 hours of the phone being unplugged I can say it's great. Just look at the Screenshots. I'm at 50% right now and almost 4,5 hours of SOT over 24 hours of usage. It works very well so far and if this doesn't get worse there is no reason to not keep it. Try it out guys if you are missing a Notification LED on the actual front of the phone.
App link:
https://play.google.com/store/apps/details?id=com.xander.android.notifybuddy
Doesn't work for me, do you use your fingerprint scanner to unlock because I suspect it might be conflicting with that. None of those similar apps ever work for me
Doesn't work for me also, there its no way to make it work
Weird. It works for me
Doesn't work for me. I use fingerprint scanner. Wish it did work though, as this would be really helpful.
I had to reboot the phone to have the app working
perdu79 said:
I had to reboot the phone to have the app working
Click to expand...
Click to collapse
Tried that and still nothing. How strange!
tristan1990 said:
Tried that and still nothing. How strange!
Click to expand...
Click to collapse
I guess you granted the app the required permissions ( asked when you first launch it) and allow notifybuddy to start in backgroup, display on lock screen ?
I'm running MUI global 10.3.10
Can anyone confirm who does have it working, that it works with fingerprint unlock?
perdu79 said:
I guess you granted the app the required permissions ( asked when you first launch it) and allow notifybuddy to start in backgroup, display on lock screen ?
I'm running MUI global 10.3.10
Click to expand...
Click to collapse
Where did you download the global 10.3.10?
svenerator said:
Can anyone confirm who does have it working, that it works with fingerprint unlock?
Click to expand...
Click to collapse
I advise you to try this:
1. Remove the fingerprint.
2. Run the application, when you first start, allow notifybuddy to run in the backgroup, display locks on the screen.
3. And then create a fingerprint.
4. Reboot the phone.
A
- I received the 10.3.10 by OTA... (you can manualy check for update into the "about phone" section)
- NotifyBuddy is working with Fingerprint unlock activated. The fingerprints where created before installing the app.
Tried deleting fingerprint before installing the app.
Then tried again after.
Could not make it work. If anyone has any more suggestions, they will be very much appreciated.
Using Global Stable 10.3.10.0
Doesnt work with AOD
this should be a feature in custom roms.
Doesn't work for me
svenerator said:
Can anyone confirm who does have it working, that it works with fingerprint unlock?
Click to expand...
Click to collapse
I got it working, but it does not work with the fingerprint unlock have to press the power button first and then use fingerprint
Prof Reminder. Use this app and forget about any other app that involves notification LED. I use this app since i received this Mi9T. I was upset for missing the usual notification Led and i have searched for other options. This app does not consume any battery and is very easy to set up. When you have missed notification (WhatsApp, sms, call, etc), this app reminds you over and over.... Sorry if it's off topic or something but i just try to help! Respect!
cuoresporttivo said:
Prof Reminder. Use this app and forget about any other app that involves notification LED. I use this app since i received this Mi9T. I was upset for missing the usual notification Led and i have searched for other options. This app does not consume any battery and is very easy to set up. When you have missed notification (WhatsApp, sms, call, etc), this app reminds you over and over.... Sorry if it's off topic or something but i just try to help! Respect!
Click to expand...
Click to collapse
Dude, you "saved my life"with this application.
I came from a OnePlus 3 and never had a Xiaomi phone before, and the lack of a visible LED was annoying me a lot.
I had it work for all of 5 mins and no matter what I try I cant get it to work.

Categories

Resources