Description:
nueLED is a LED intermediate driver that sits between the LED driver (ALLLEDMGR) and controls which LEDS are signaled. nueLED can also redirect LED signals to another LED, for instance, the signal light to the bluetooth light. nueLED is compatible with all HTC devices that use ALLLEDMGR as the LED control driver, although the LED addresses may differ between devices. The driver DLL is signed, and the required certificate is provided as a provxml. nueLED has only been tested on the HTC Titan, HTC Kaiser and HTC Touch.
Basically, you can now turn off your signal light, make it flash blue instead of green, or whatever you wish.
Settings are stored in the registry, -1 means active and -2 means inactive, any other number is a redirect. To figure out new addresses, use diagnostic mode in settings.
Heres a short tutorial on how to make your signal LED flash blue:
- Select the signal led from the list. It has address 8, mode 1.
- Select the option "Redirect to LED Address", and select bluetooth LED.
- Soft-Reset your device.
- Your signal LED should now be blue!
If you use the cab version and decide to remove it, you need to set:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\AllLEDMgr]
"Index"=dword:1
and perform a soft reset to re-enable the old led driver. Also delete the [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\nueLED] key.
Stroths has provided a cab file for you to install. A certificate is now included with the cab. You must uninstall any old versions and soft reset for the changes to take effect.
If you find it useful, please donate at the author's homepage.
Update Description:
v1.5 (24-02-2008):
- Fixed registry glitch.
- Added support for sleep mode.
v1.4:
- Added mode control.
- Improved diagnostic system.
- Fixed memory leak.
- Improved driver.
- Added control tool.
v1.3:
- Fixed address system.
- Improved memory usage.
- Fixed some minor bugs.
- Diagnostic messages only show up when led is turned on now (weird 400 messages still appear though).
v1.2:
- Fixed diagnostic mode not working.
- Fixed error in nueledconfig app.
v1.1:
- Fixed diagnostic lockup on reset.