hi everyone
Platform: J2ME
Device :NOKIA C5
Firmware : v62.001 (The latest One).
I have developed an camera application. it is working in nokia C5 v32.001, but someone updated C5 to lastest firmware 62.001, it doesn't work.
The following code is responsible to start camera:
Player p = Manager.createPlayer("capture://video");
p.realize();
p.prefetch();
videoControl = (VideoControl) p.getControl("VideoControl");
.......
videoControl.setVisible(true);// this line is normal
p.start();// this line was working in old firmware(032.001)but it close the entire Application in latest firmWare 62.001. I try to get play state and it's prefetched!!
God! I have no idea! Can anyone help me?
thanks in advance

Reply With Quote


