When snapshots are taken, how do i disable shutter sound???
Will it be possible to take multiple snapshts in a single second???
When snapshots are taken, how do i disable shutter sound???
Will it be possible to take multiple snapshts in a single second???
Usually you cannot disable the shutter sound.
Multiple snapshots in a single second? Depends on the device and also the MIDlet has to have proper MMAPI permission settings defined (so no ask every time...)
Hartti
So how do i force the MMAPI not to ask permission all the time?? what should i do??
BTW, hartti,i'm trying to take multiple snapshots and send them over the network to the computer, to make it look like i'm streaming them. Tryin to send the audio also, but synchronization will be a problem no?
Basically you should be able to manually change the permission settings to ask once (ask first time only) even for unsigned applications. "Always allowed" is only available to signed applications (you need to buy a certificate from a trusted CA to do that).
Here are instructions how to change the settings on Nokia phones
http://wiki.forum.nokia.com/index.ph...tection_groups
You might not even be able to record the audio and take snapshots at the same time with the same phone. Also you need to record the audio in pieces and send those pieces one by one, as you do not have access to the audio record stream unless you stop recording.
Hartti