Flashing Blue LED - Galaxy S III Q&A, Help & Troubleshooting

Does anyone know what the flashing blue LED means? And is there a way to disable it, at night it can be very bright!
Paul

Probably some useful info in the user guide http://www.samsung.com/uk/support/model/GT-I9300MBASWC-downloads?isManualDownload=true
Sent from my CM9 TouchPad

Nope, nothing in the manual that refers to the Blue Flashing LED.
Paul

Do you have anything enabled in the LED light settings that would explain why it's flashing?
Sent from my CM9 TouchPad

paulseward said:
Nope, nothing in the manual that refers to the Blue Flashing LED.
Paul
Click to expand...
Click to collapse
Please read again.

Settings -> LED Settings

Red is low battery and/or charging
Green is fully charged
Flashing blue means there is a notification of some sort.

Thanks Lenny,
The manual does not help:
●● Missed event: Set to turn on the service light when you have missed calls, messages, or notifications.
Doesnt say "Blue" anywhere so not exactly easy to find!
Paul

It's blue for every app notification unless you have light flow installed so you'll have to work out which app is notifying you
Usually I've forgotten to read an email or text message though - annoying though when you can't track it down
Sent from my GT-I9300 using Xparent ICS Tapatalk 2

Trying light flow as that does exactly what I require.
Thanks very much.
Paul

I use calendar snooze for my appointment reminders, and I set it to flash red for them.
I have been looking in Tasker if there is a setting there to turn reminders off while my 'night' setting is active. I also find them annoying during the night, but haven't been able to find a setting there yet. Anyone got any ideas?

what has to be done or there's an app that's already out, the led has to flash for a certain time and it turns off. constant flashing will piss people off and may possibly kill the battery

10076757 said:
what has to be done or there's an app that's already out, the led has to flash for a certain time and it turns off. constant flashing will piss people off and may possibly kill the battery
Click to expand...
Click to collapse
If you really think about it though, that flashing light probably consumes less battery then you having to turn on the screen to see if you have a new notification that you might have missed. Even if your screen is on for 5 seconds it is still waking up the phone and causing it time for it to fall back into sleep.

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

[Q] Using tasker to turn off LED light?

So I am wondering if there is a way to turn off the LED lights within Tasker? I have a night profile where it turns down all the sounds, vibrations, etc etc but noticed last night that the LED light was flashing for some emails I had come in. I had a look in the tasker settings but I couldn't see any that would disable the LED?
Just wondering if anyone has any ideas?
OK, I shall keep up this conversation with myself (the voices in my head make me feel like it's a normal conversation with others though ). I found the setting in tasker to turn off the led - it's in the audio section and it's called 'notification pulse'. In my night profile I have now set that to 'off' but it made no difference and any emails during the night had the led flashing
You can use Light Flow to disable notifications at a certain time, plus you can do a lot of customisation.
You need root.
bortak said:
You can use Light Flow to disable notifications at a certain time, plus you can do a lot of customisation.
You need root.
Click to expand...
Click to collapse
I reckon, you don't need root w light flow, but other than that bortak is absolutely right. Light flow does all that and perfectly.
Yes, you are totally right. I have installed and uninstalled lightflow a few times already. While it does do that for me, it's just not quite working right. I kept on having a notification light flashing after dismissing or viewing a notification. It just wouldn't stop flashing. That was bugging me more than the extra features I got out of the app, so I've removed it again.
goughymachine said:
Yes, you are totally right. I have installed and uninstalled lightflow a few times already. While it does do that for me, it's just not quite working right. I kept on having a notification light flashing after dismissing or viewing a notification. It just wouldn't stop flashing. That was bugging me more than the extra features I got out of the app, so I've removed it again.
Click to expand...
Click to collapse
this is because you havemt set the "clear notification style" parameter. set it to 'screen on'. so that once you wake up the screen al notifications are cleared and u wont see that blink again. Normally it is set to 'app entered', where you have to go to the app (or the phone and click on the missed call etc). set it to what I told to all your notifications.
Thanks. I'll take another look at that. I thought I had it set that way but wouldn't be surprised to see I was wrong. I do think that I'd tried entering the app as well when it wouldn't clear, and still wouldn't.
Hi!
Im searching nearly same. Im looking for a solution to switch off and switch on this notofication Led like i want by a tasker or by a widget 1 click.
I dont really like the app light flow.
Tasker is audio>notification pulse
Sent from my GT-I9300 using Tapatalk 2
Thanks rootSU. I had found that, but it doesn't seem to be working on the S3. I found the tasker google group and some similar problems exist there. One is having the same problem as me, and another I think is trying to turn the led on but it's not working; all S3's. Maybe tasker isn't optomised for this on the s3 yet?
I've found lightflow to be hit or miss. Sometimes the led keeps flashing even when the notification is dismissed (have checked my settings, even tried different ones), and the day before flashing for sms's stopped working. Even a reboot didn't fix it. So, I lived without the led's on my S1 and I'll do the same here. I had them on last night and kept waking to a notification of some kind and found that too annoying.
Thanks for the help and suggestions guys. Appreciate it.
Just a widget 1 click to switch would be perfect for me.
Envoyé depuis GSIII via Tapatalk
I think it works for me but not entirely. That ecpksind why the missus woke me up the other night to complain about the led. Hope it's fixed soon.
Once fixed Fred, you can create a widget in tasker
Sent from my GT-I9300 using Tapatalk 2
Light flow drain batteryy to much?
Sent from my GT-I9300 using xda premium
rootSU said:
Once fixed Fred, you can create a widget in tasker
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Oh it's really possible to create one with tasker?
Envoyé depuis mon GT-P1000 avec Tapatalk
Don't suppose anyone's come up with any more ideas about this? I have emailed the tasker developers and I don't think they were 100% sure, but didn't think the notification pulse setting was for disabling the led's completely. I still try playing with lightflow every now and then, but the little bugs I have (mostly sms notification led not dismissing without reboot or entering lf app (only thing that works is having manual dismissal but it's a pain)) are still present for me. I also tried it with handcent but was getting no led notifications.
Hey guys,
I figured out a fix for the Verizon Galaxy S3. I know there are differences between the way the international version and US versions handle the notification light, but it might at least give you guys a starting point. You do need root.
http://forum.xda-developers.com/showthread.php?t=1803130
Josh
need help jellyverse rom v0.3 i get notified even after turning off the led in the settings it blinks blue not big of a deal but does seem to drain battery after a few hours
Has anyone found a way to do this yet? Notification Pulse doesn't work, at least on the SGS3. I have tried LightFlow in the past, I found it buggy and uninstalled it.
I've been using light manager to manager my led for a while now. Doesn't have the talkback issues I had with lightflow, and free.
Sent from my GT-P1000 using Tapatalk HD
Hey guys,
if anyone is still looking for a fix.
I built a little plugin specifically for the galaxy s 3
http://forum.xda-developers.com/showthread.php?t=2117824

Getting Light Flow to Work

After much trial and error. I finally got Light Flow working on my S3. Here's what I did to get it to work :
Go to Setting > Led Notifications, and Only check Missed Events. Leave the others unchecked.
Make sure you disable all LED notifications in the rest of your apps (WhatsApp, GoSMS, etc); you'll need to let Light Flow handle these notifications. In some circumstances you may need to disable the 'screen on, on notification event' option in these apps to get the Light Flow to work.
In Light Flow, if you want to test the color of your notification, in 'Clear Notification Style' select 'App Entered', then scroll down to 'Test Notification', wait for the Pop-up and press the power button (to turn off your screen). Sometimes you might need to wait about 30 secs for the light to appear. This is just to test the color of your notification, Light Flow will still work with the rest of the Clear Notification Styles.
I'm on root, so the above works for me. It might work for non-rooted phones though.
Also, you may notice that not all colors are supported by the S3. Typically, the distinct colors I got are :
Cyan
Blue
White
Green
Indigo
Lime
Yellow
Orange
I tried the custom colors, but the S3 LED seemed to provide some mesh-ed up mix of colors.
I can't find what you mean by " Setting > Led Notifications".
Is that in the system settings, light flow settings, or individual app settings within light flow?
Mine just worked out of box... No fuss.
joelunch said:
I can't find what you mean by " Setting > Led Notifications".
Is that in the system settings, light flow settings, or individual app settings within light flow?
Click to expand...
Click to collapse
System > Display > LED
You should not have to disable notifications in the apps for lightflow to work.
Because Lightflow registers itself as an accessibility tool, it should override any other notifications.
wow.....
all you need to do, OUT OF THE BOX.
Settings, Accessibilty, ------and heres the kicker...Turn on Light Flow, lol
Not to mention light flow keeps asking you to do this all the time!
Sent from my GT-I9300 using Tapatalk 2
Guys you know that lightflow has a wake lock problem?
Had it installed and it drained my battery like anything, with it installed lucky to get 8 hours of battery, uninstalled i get 2 days.
the2rrell said:
wow.....
all you need to do, OUT OF THE BOX.
Settings, Accessibilty, ------and heres the kicker...Turn on Light Flow, lol
Click to expand...
Click to collapse
It didn't work for me out of the box. Notifications come on but don't turn off, and sometimes come on at random.
mrtoken said:
Guys you know that lightflow has a wake lock problem?
Had it installed and it drained my battery like anything, with it installed lucky to get 8 hours of battery, uninstalled i get 2 days.
Click to expand...
Click to collapse
I couldn't get it to work on my sgs3 either. Just gave me the green light. The developer website says they're working on getting the US version of the s3 working but it sounds like it has issues with wake locks as well.
anyone else found a similar app that works on the sgs3? I really miss being able to designate any color I want for diferent email, text, missed calls, etc.
Ive never got light flow working properly.
Usually it prevents all notifications working for me but then gives me none of its own. The test is only ever green.
I set all my notifications blue as I only want it for sleep. Last install (this week) it actually worked. It went to sleep too. YAY!
but alas it was not to be. No more notifications the next day.
I only want to put my LED to sleep when I go to sleep. Why is this such a big ask?
It works well for me - but i SOMETIMES get the stock blue flashing light and can't figure out why.

LED Notification Light Mod Request

Quick question here -
On the OG Evo my favorite mod was the WiMax notification mod that enabled the green WiMax light to stay lit when I received a text message.
I know the Evo 4G LTE doesn't have this light. Is it possible to have the blinking notification changed to a constant on? That way it's harder to miss when I get a new text message.
How hard would it be for a developer to make this happen?
Thanks in advance!
And to go along with this could we get a mod so that the notification light doesn't time out after 5 minutes if it hasn't been checked? Kind of a useless light unless you look at your phone every 5 minutes. It is one of the main reasons I switched to Cyanogenmod on my EVO Shift.
The constant on mod would be nice. I wouldn't have to stare as long wondering if it is in fact blinking.
I use Handcent and while it's a little bloated it does allow you to set the charging light to flash when a text is received and also the frequency and color of the flash. It might be an option for you until someone creates a mod.
Evo_Shift said:
And to go along with this could we get a mod so that the notification light doesn't time out after 5 minutes if it hasn't been checked? Kind of a useless light unless you look at your phone every 5 minutes. It is one of the main reasons I switched to Cyanogenmod on my EVO Shift.
The constant on mod would be nice. I wouldn't have to stare as long wondering if it is in fact blinking.
Click to expand...
Click to collapse
Wait, the notification light times out after 5 minutes? Seriously? I thought maybe I was just seeing (or not seeing) things. That's irritating.
Aeonus said:
Quick question here -
On the OG Evo my favorite mod was the WiMax notification mod that enabled the green WiMax light to stay lit when I received a text message.
I know the Evo 4G LTE doesn't have this light. Is it possible to have the blinking notification changed to a constant on? That way it's harder to miss when I get a new text message.
How hard would it be for a developer to make this happen?
Thanks in advance!
Click to expand...
Click to collapse
I also had that app in my Evo. It was from a developer in xda but when I tried to install it, it said was not supported. Wish the developer would redo for us.
Ian B
Mike Fitz said:
I use Handcent and while it's a little bloated it does allow you to set the charging light to flash when a text is received and also the frequency and color of the flash. It might be an option for you until someone creates a mod.
Click to expand...
Click to collapse
I use hand cent also. Can you please point us to where you would adjust the color of the flash? All I see is a setting for blink led. But no color setting.
Mike Fitz said:
I use Handcent and while it's a little bloated it does allow you to set the charging light to flash when a text is received and also the frequency and color of the flash. It might be an option for you until someone creates a mod.
Click to expand...
Click to collapse
I actually really like the stock one that is included in this build. I've had sketchy results with third-party apps in the past and don't really need the extra bloat typically.
Appreciate the suggestion though, that's more along the lines of what I'm interested in. A constant-on notification light would be perfect.
djscissorhands said:
I use hand cent also. Can you please point us to where you would adjust the color of the flash? All I see is a setting for blink led. But no color setting.
Click to expand...
Click to collapse
Menu/Settings/Notification Settings/Notification Settings (again)/Check the "LED Plus" box. You should then see a dropdown for LED color (Green or Amber) and another for LED Frequency. Not sure if you have to be rooted to select LED Plus.
I used the wimax notifier on the 4g, but it would be great if a ROM developer could include some tweaks for this!
I use this and it is godly light flow
It takes a while to figure everything out but once you do it's amazing
Mike Fitz said:
Menu/Settings/Notification Settings/Notification Settings (again)/Check the "LED Plus" box. You should then see a dropdown for LED color (Green or Amber) and another for LED Frequency. Not sure if you have to be rooted to select LED Plus.
Click to expand...
Click to collapse
I don't have "LED Plus" what version of handcent are you using?
Sent from my EVO using XDA
djscissorhands said:
I don't have "LED Plus" what version of handcent are you using?
Sent from my EVO using XDA
Click to expand...
Click to collapse
I think you have to be rooted to use that feature/option!
I am rooted with zedomax
Sent from my EVO using XDA
djscissorhands said:
I don't have "LED Plus" what version of handcent are you using?
Sent from my EVO using XDA
Click to expand...
Click to collapse
I'm on 4.2.5 and it's been there through multiple updates. It's possible it wasn't included for the LTE I guess, I'm still using the OG EVO (for now). Maybe someone else can verify. It would be hard to believe they would remove it for certain phones but who knows.
-Cupper- said:
I use this and it is godly light flow
It takes a while to figure everything out but once you do it's amazing
Click to expand...
Click to collapse
I tried this on my LTE, and it only worked in Direct mode, which gave me very few options. How did you get it to work?
-Cupper- said:
I use this and it is godly light flow
It takes a while to figure everything out but once you do it's amazing
Click to expand...
Click to collapse
I also tried this and although it works if my phone is silent the light turns off after a couple seconds if my sound is turned on. Also, the light doesn't flash it remains constant which I don't mind at all. However, I need to hear my phone sometimes so until that gets cleared up this isn't an option for me.
Ok for handcent there are a couple things but it does work even on our EVO LTE.
First I don't think the option is called LED Plus any more. To get to those options open up one of your text messages like you are reading it and at the top right side there is a little gear settings button. Click that and select Notification Settings. When you scroll down you will see three settings under the heading "LED Settings"; Blink LED, Color of LED and LED flash frequency. Those settings would have solved our problem. The problem is they are grayed out on our new phones. Bummer. I guess it means handcent isn't fully compatible with Sense 4 yet.
We can get around that though!
Now back out of your messages so that you are at the main screen of handcent where you can see all the contacts who have messaged you. Now press menu> settings>notification settings>notification settings. In here you will see a set of options called reminders. Turn on reminders and make sure the frequency is set for 5 minutes. 5 minutes is when Sense will usually time out a notification. Also, make sure to set the number of reminders to keep repeating so that every 5 minutes you get a new reminder. These reminders seem to restart the notification to your phone. You will get another notification sound/vibration or however you have yours set up and the led light will continue to flash like you just received the message. I don't think there is a way to not have the sound/vibration go off again unless your phone is on silent. Doesn't bother me since if I haven't checked the notification by then that means I still need to be notified.
Another cool thing about handcent is if you like the way the stock messaging app pops up your text on the lock screen handcent can do that too. It's in the options to popup on lockscreen and you also have to check the option for popup on lockscreen fix for some phone on Android 2.2+. You can even check an option somewhere in there so that the popup only shows up on the lockscreen and not when you are using the phone.
With these options I can make handcent function identical to the stock messaging app but have my notification led remain on forever until I clear it. I also turned off notifications for my stock messaging app and under display settings in my phone turned off led notification for sms/mms so handcent is controlling them.
Unfortunately this does nothing for emails, phone calls, etc but really texts are the one thing I need to know about since it is the primary way my wife communicates with me during the day.
I have also tried Light Flow but it doesn't seem to work at all. My notifications still turn off after 5 minutes even in direct mode.

[Q] cm9dx2 green charge light

Hi, any easy way to disable the bright green light when plugged in?
Well I know that when you get a notification when its on, the light will go off after you dismiss the notification. You can always just send yourself a quick text. lol. But the light color is set by how the battery is. So if you are at 50 percent or so, once the light is off, it will come back on when it hits the next battery stage, if that makes sense. For example, at 50 percent, the light will be yellowish. At about 80, maybe, it will turn green. So when it decides to go to the next color, it will come on again. Just trying to give you an understanding of how the light works. lol.
There are apps that let you control the light. I have tried LEDs hack but it got my hard key lights stuck on with ICS. I think there is another one calls light flow or something like that that may help.
Sorry for the long response. lol
Thank you jsgraphicart,
I did not notice the changing colors. I'll try out the text thing.
-ry
Lighflow works great, dunno if it has any issues with CM9 though
I've used lightflow on Eclipse since 0.2 and never had a problem. I will look into this now and post results.
EDIT: It Kills it! Set up all your notifications the way you like, and make sure charging settings are controlled, but no notifications set!
Have you tried turning off the notification light under setting>display?
Sent from my MB870 using xda app-developers app
I like that charging light. Actually I love it. Is there a way to enable it in every rom?
Sent from my Milestone X2 using xda premium
Strubie42 said:
Have you tried turning off the notification light under setting>display?
Sent from my MB870 using xda app-developers app
Click to expand...
Click to collapse
I just came across that setting. That should work for when you want it off at night. But you need to turn it back on to get the LED to display for notifications again. I might use this at night now. Thanks.
So in Alpha 5, you have the option of turning off the notification during "quiet hours". Disable notification LED from 10pm to 5am or whatever.
Sent from my DX2 with CM9 A5

Categories

Resources