My father have a Nokia 6303i Classic, and he missed one feature from it: to be able to use the camera flash as torchlight.
According to the Device speciications, it supports the JSR-234:
http://www.developer.nokia.com/Devices/ ... i_classic/
1 Contains: CameraControl, SnapshotControl, FlashControl, FocusControl and ZoomControl
i have ditched together a small Midelt, and tried to run it on the device, but I get Flash method not supported exception.
Okay, lets check the getSupportedMethod
And the device have only one supported Flash mode the FlashControl.OFF.
I have not been able to believe it, so I have tried the Nokia C3-01 and the X2-00 at at the NOKIA RDA
But both devices produced the same behaviour.
Come on, why the hell did they implemented this API if it simply useless...
According to the Device speciications, it supports the JSR-234:
http://www.developer.nokia.com/Devices/ ... i_classic/
1 Contains: CameraControl, SnapshotControl, FlashControl, FocusControl and ZoomControl
i have ditched together a small Midelt, and tried to run it on the device, but I get Flash method not supported exception.
Okay, lets check the getSupportedMethod
And the device have only one supported Flash mode the FlashControl.OFF.
I have not been able to believe it, so I have tried the Nokia C3-01 and the X2-00 at at the NOKIA RDA
But both devices produced the same behaviour.
Come on, why the hell did they implemented this API if it simply useless...