I want to know how to make a simple evil :P plugin which makes the power led goes on and off and on and off... So everone got hypnothised by that little led. But it dont work.
I think i did nothing wrong. I had it on while i was playing with PSPTube and i saw the wlan-led goes crazy. so i think i made a plugin which made the wrong led blinking.
To clear things up, sceSysconCtrlLED doesn't actually make the LEDs on or off. It only ALLOWS or DISALLOWS the particular LED to be turned on or off by other apps/system.
Suppose you sceSysconCtrlLED(WLAN, 1), the WLAN LED will not turn on. It only ALLOWS the led to blink when connection is active. Similarily sceSysconCtrlLED(MEMSTICK, 1) won't activate the orange led. It only blink when data is transferred. sceSysconCtrlLED(MEMSTICK, 0) will keep it off even during data transfer.