So I've been trying to find the key light off zip from wizard. I used to get it from wiz's miui rom thread but it seems to have been taken off. Is there any other way to turn off the key lights.
sent from my jacked up dx
This is a discussion on Key light off zip within the Droid X Hacks forums, part of the Droid X Development category; So I've been trying to find the key light off zip from wizard. I used to get it from wiz's miui rom thread but it ...
So I've been trying to find the key light off zip from wizard. I used to get it from wiz's miui rom thread but it seems to have been taken off. Is there any other way to turn off the key lights.
sent from my jacked up dx
http://db.tt/3AGB0KX3
Unzip and place the file in system/ect/init.d then reboot. Make sure the permissions match the other files in there
teleported from MI Wizardry UI DXtreme
If I recall correctly , mine isn't flashable, must be done manually
teleported from MI Wizardry UI DXtreme
So I'm guessing this is something I need to do off my PC. I tried extracting the zip but that's not possible.
sent from my jacked up dx
Use the rom toolbox app from jrummy to make a script.
#!/system/bin/sh
echo 0 > /sys/devices/platform/leds-cpcap-adb/leds/button-backlight/brightness
chmod 444 /sys/devices/platform/leds-cpcap-adb/leds/button-backlight/brightness
Copy and paste that into the script and set it to run at boot. It takes 30 seconds
Rename the file I sent you, just remove ".zip" it will turn into a script, copy that to the folder I told you, sorry about that, forgot I named it a zip cuz dropbox doesn't like sharing scripts
teleported from MI Wizardry UI DXtreme