I am having a problem controlling the backlight on the 3510i (firmware 3.40). In order for the backlight not to go off during a game the code is periodically calling:
DeviceControl.setLights(0, 100);
to ensure the screen doesn't go dark if the player hasn't hit a button for a while. This has worked in the past with games for the 6310 and other phones. Is this an issue with the firmware or this function not supported on the phone?

Reply With Quote

