Disabling the Red Light when recording video (Advanced Users)
For those who tried out on the “Spycam” in our previous post would realise that it is true that you can record videos with the screen turned off but now comes a problem with this hack. The red light is constantly turned on when recording. So now how do we remove the red light?
First you would need to download the attachments below according to your kernel. Only works on power-kernel v49 and the original stock firmware
Extract adp1653-kernel-kp49.zip, copy “adp1653.ko” to /lib/modules/2.6.28.10-power49 or the other folder for PR1.3 which is 2.6.28-omap1
Then cd to /lib/modules/”corresponding kernel folder” and run this command as root
stop omap3camd0
rmmod adp1653
insmod adp1653.ko
start omap3camd0
Then run this final command
echo 1 >/sys/class/i2c-adapter/i2c-2/2-0030/disable_indicator_led
Source : Talk.maemo