Hi guys,
I'm searching how to blink Notification light on devices.
This code works perfectly on 3.1 devices, at least on E51 it works. Led indicator on the top left corner (E51) blinks appropriately.
Code:
iLight->LightBlinkL(CHWRMLight::ECustomTarget1, 10000, 1000, 2000, 100));
But I have to control also notification light for 3.2 devices, exactly now I'm testing on E52. As you can observe E52 notification light are the lights around the direction keys and menu button, there is no separate Led indicator as on E51.
I tested all possible targets (including ECustomTarget1, ECustomTarget2, ECustomTarget3, ECustomTarget4) from CHWRMLight API, but no one blinks appropriate lights around the direction keys.
Hence my question, anybody know how to work with Notification Light on E52 device? Maybe I should use another API?
Thanks in advance
*strutv