[REQ]Changing notification LED color on Fresh 3.7 rom - EVO 4G Themes and Apps

Is there a way to change my notification LED color and blink pattern? I also wanted to know is there a way to get the LED to flash with the wimax notification like on CM 6.12
Sent from my PC36100 using XDA App

It can be done manually using Tasker and the Locale Execute plugin. It can take some time to setup depending on your experience, but I have different colors and patterns setup for different alerts. Use the following link for reference.
http://forum.xda-developers.com/showthread.php?t=816144&highlight=led+tasker

Thanks for the info and the link
Sent from my PC36100 using XDA App

No way to changed led color much besides amber look and green evo doesn't has those other colors like bb or nexus one but the wimax notification can work with this app(still being develop) and is only for sense roms I believe here is a link
http://forum.xda-developers.com/showthread.php?t=900535
Sent from my PC36100 using Tapatalk

[REQ]Changing notification LED color on Fresh 3.7 rom
Fresh 3.7 ???? You sure it ain't Typo?

Related

[Q] Notification Lights

Out of interest (might be upgrading to NS end of the month) as there aren't any notification lights how difficult (or even possible) would it be to utilise the home, menu, search etc lights to act as notification lights, so that say a text message came while on silent on your desk it could flash them in a KITT type sequence?
Sent from my HTC Hero using XDA App
Haizum74 said:
Out of interest (might be upgrading to NS end of the month) as there aren't any notification lights how difficult (or even possible) would it be to utilise the home, menu, search etc lights to act as notification lights, so that say a text message came while on silent on your desk it could flash them in a KITT type sequence?
Sent from my HTC Hero using XDA App
Click to expand...
Click to collapse
I believe this has been discussed before and the answer, if I remember correctly, was that using the capacitive buttons would be either extremely difficult or completely impossible. I could be wrong, but that is what i remember.
The feature you are referring to is called backlight notifications, or BLN for short. There is an app on the market for it. However, to use that feature, you have to have a kernel that supports BLN. As far as I know, there are currently no kernels for the nexus s which has it. Devices that I am aware of that has supported kernels are the Samsung Captivate as well as the Vibrant. Your only other solution is an app on the market called NoLED, which displays notification icons on your screen.
Sent from my Nexus S using XDA App
NoLED works pretty well. There are things about it I'd change a little. Icons for one. I'd definitely change the text icon to something that doesn't look like email icon... Color swatches instead of color sliders for those of us that aren't good with choosing crayons.
AtomicPC said:
NoLED works pretty well. There are things about it I'd change a little. Icons for one. I'd definitely change the text icon to something that doesn't look like email icon... Color swatches instead of color sliders for those of us that aren't good with choosing crayons.
Click to expand...
Click to collapse
Themes are available here. http://www.devasque.com/noled/themes.php
peeturr said:
The feature you are referring to is called backlight notifications, or BLN for short. There is an app on the market for it. However, to use that feature, you have to have a kernel that supports BLN. As far as I know, there are currently no kernels for the nexus s which has it. Devices that I am aware of that has supported kernels are the Samsung Captivate as well as the Vibrant. Your only other solution is an app on the market called NoLED, which displays notification icons on your screen.
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
So I take it it would be a bit of a nightmare implementing this into custom kernels?
It probably is, but its not impossible. The development section for the nexus is still new and will grow. So who knows.
Sent from my Nexus S using XDA App

[APP] / [HOW TO] Touch Key Lights

Okay, Touch key lights too bright on your G2X? Two ways to fix this... First, the app, which is easiest for most people:
-------------
(note: This is NOT my app. Just sharing it with you guys)
LG Optimus 2x touch key lights
Little tool for LG Optimus 2x & G2x phones only that allows the user to change the touch key lights brightness levels. The desired brightness level can then be set up on startup.
Root access is not needed except for the new G2x Gingerbread update.
Warning, this application is not and will not be compatible with touch key notifications mechanisms.
https://market.android.com/details?id=com.guenmat.android.optimus2x
-----------
The other is the TECHIE way... by changing the value directly! You can change the touch key brightness FROM THE SHELL with the following command:
Code:
echo 1 > /sys/devices/platform/star_touch_led/wled
.
Possible values are 1-20, where 20 is the brightest. Though honestly 15-20 all looked the same to me. You can set higher, but I'm not sure if it is safe for your touch keys. 0 would be OFF.
Now, you can type that in through adb shell, but you'd lose it when you reboot. So, if you have a Rom that supports init.d scripts, you can add it at the end of one of the scripts in /system/etc/init.d.
If you don't have init.d scripts, you can also use TASKER with the LOCAL EXECUTE plugin. If you do, make sure to put a ! in front of the command so it executes as root.
I know, sparse, but I had to figure this out on my own and now you don't.
here is an app that does the same thing as the one you said PLUS it makes your 4 touch led lights blink when you have a missed called, mms, and gmail (hello notification lights)
https://market.android.com/details?...2xtouchlednotifications&feature=search_result
you dont need root access for froyo but you need it for GB
Interesting, is there a similar app that makes it so the lights are always on (dimmed, of course)?
This has been out for a while. The Custom Roms have this built in at a kernel level so it doesn't always run in the background and drain your batteries like a mofo.
player911 said:
This has been out for a while. The Custom Roms have this built in at a kernel level so it doesn't always run in the background and drain your batteries like a mofo.
Click to expand...
Click to collapse
well i haven't found it for weapon g2x if it has it on the kernel :/ , so i am using that app, is also great for someone that is running a stock gb rooted, like the 2.3.4 that is running arround
player911 said:
This has been out for a while. The Custom Roms have this built in at a kernel level so it doesn't always run in the background and drain your batteries like a mofo.
Click to expand...
Click to collapse
Actually, the ONLY custom Rom I've noticed that had anything close was MIUI (which you're using). In MIUI, the touchkey brightness was linked to screen brightness, all the way down to the lowest setting where it would be off. Nice, but not helpful to those of us who don't like the rest of the bugs present in MIUI. Also, I haven't seen any battery drain from this...
FeloHFP said:
here is an app that does the same thing as the one you said PLUS it makes your 4 touch led lights blink when you have a missed called, mms, and gmail (hello notification lights)
https://market.android.com/details?...2xtouchlednotifications&feature=search_result
you dont need root access for froyo but you need it for GB
Click to expand...
Click to collapse
I use this one... way, way, way better!
-----------
sent from my calculator with android
FeloHFP said:
here is an app that does the same thing as the one you said PLUS it makes your 4 touch led lights blink when you have a missed called, mms, and gmail (hello notification lights)
https://market.android.com/details?...2xtouchlednotifications&feature=search_result
you dont need root access for froyo but you need it for GB
Click to expand...
Click to collapse
Good to have choices. I tried that one first. I didn't see the option to just change brightness, and I don't really want the notifications. I guess which one you choose depends on what you need.
Sent from my LG G2X Paperweight using Tapatalk Pro.
Thanks. Ill try them both. I like the flashing buttons for notification option
Sent from my HTC Glacier using XDA App
i like this app!
If you're using a stock rom you can always go into LG's hidden menu and adjust the touch LED brightness. Using your dial pad dial 1809#*999# and it will open the hidden menu. From there select Device Test and then scroll all the way down and select Touch LED Brightness. Adjust the slider and you're good to go. You can do this whether or not you're rooted. The only catch is that it resets when you reboot the phone so you have to do it again with each reboot.
Sent from my LG-P999 using XDA App
anyone have the led notification app working on weapon rom? I tried installing it and just get a force close.
Op updated with a method to do this WITHOUT an app. I know, I'm spoiling it for those SELLING apps to do just this, but hey... whatchagonnado.
Super useful to use tasker for this, thanks so much.
Sent from my LG-P999 using Tapatalk
lotherius said:
Op updated with a method to do this WITHOUT an app. I know, I'm spoiling it for those SELLING apps to do just this, but hey... whatchagonnado.
Click to expand...
Click to collapse
Link please.
Thank you in advance.
Sent from my LG-P999 using xda premium
bluenote73 said:
Super useful to use tasker for this, thanks so much.
Sent from my LG-P999 using Tapatalk
Click to expand...
Click to collapse
How do you do this?
I have tasker.
Sent from my LG-P999 using xda premium
KRAZYADROIDMASTER said:
How do you do this?
I have tasker.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Re read first post.
Sent from my Xoom using Tapatalk

way to edit led notifications without using an app

is there a way to edit colors and app LED notifications within the system files without using apps like light flow or light manager? I don't want to have an app always running to control this function, I'd rather it be from the system itself.
its pretty frustrating how the s3 has so many cool led colors but no stock way to edit when and where they are used.
on jellywiz rls 3
Sent from my SGH-I535 using xda app-developers app
CM10 roms have it built in. Otherwise as far as I know you can either set the color in each app that supports color choosing or you need the app light flow.
i can do this on paranoid android without an app. built into thte settings
Blink also works
Sent from my SCH-I535 using Tapatalk 2

[Help]LED notification light control

I'm looking for a mod or app that changes my OVERALL notification LED light, not on a per app basis like Light Flow and other apps do. I am willing to decompile apks to do it if I have to.
Sent from my Nexus 5 using XDA Premium HD app
CalebQ42 said:
I'm looking for a mod or app that changes my OVERALL notification LED light, not on a per app basis like Light Flow and other apps do. I am willing to decompile apks to do it if I have to.
Sent from my Nexus 5 using XDA Premium HD app
Click to expand...
Click to collapse
Some of the apps I found try these..
Light Flow Lite - LED Control
Light Flow - LED&Notifications
Light Manager - LED Settings
[App][2.1+] LEDBlinker Lite-WhatsApp, Facebook and all others supported!
This needs xposed installed on your device.
For Xposed goto this link
Xposed LED Control

[REQ] Xposed ? Change color of Active Display

I've been trying out different ROMs and AcDis apps, but nothing compares to the stock Active Display. One feature I liked of the AcDis-like apps was the ability to change the foreground color. Is it possible to change the stock app's foreground color with an xposed mod or app? Thanks.
Sent from my XT1060 using XDA Free mobile app
Slick52 said:
I've been trying out different ROMs and AcDis apps, but nothing compares to the stock Active Display. One feature I liked of the AcDis-like apps was the ability to change the foreground color. Is it possible to change the stock app's foreground color with an xposed mod or app? Thanks.
Sent from my XT1060 using XDA Free mobile app
Click to expand...
Click to collapse
I have been messing around with xblast and managed to change some of the colors. Not the clock color but some of the info you get when you press down on a notification in active display. That's a powerful xposed module.
Yeah I would love to be able to change the colors. I'm sure it could be done with xposed but I have no clue how to code. If anyone took this up it would be appreciated!
Might be able to come up with something...
Is there any way to change the active display pulsing time / duration? It's great, but the time difference between the Active display going off and coming back is six seconds for notifications, which is little too much for me.
Thanks for you help, let me know if you need anything from me. I'm on an unlocked Verizon running stock system, faux kernal, and TWRP.
Sent from my XT1060 using XDA Free mobile app
Finally,,change colours of active display is possible or not??

Categories

Resources