| Reply | « Previous Thread | Next Thread » |
|
Hi,
I am trying to write an application which would record sound (in order to extract the decibel value). It would be continuously running, recording every now and then and sending the data to server. However, it seems as if the API requires user interaction on each record. Is there any way around this? (With user interaction each time it would make my application unusable.) Thanks Erik |
|
I guess you mean that the device displays this confirmation message "allow <blah blah> to use multimedia recording?" every time you try to start recording something.
You should be able to change that setting to be session / "ask once" even for unsigned midlets. If you want to get rid of the message altogether, you need to sign your midlet. You can change the API access settings on S60 devices: Go to Application manager, select the application and go to Options->Suite settings and change the Multimedia settings to "Ask first time" On Series 40 devices go to Application menu, select the application and go to Options->App access and change the multimedia settings to "Ask first time only" Hartti |
|
Ah excellent. That is exactly what I was looking for.
Thanks a lot Hartti! |
|
I have another question as well.
The "Read user data" and "edit user data" posts under Suite settings: is that settings for reading and writing files? (like trying to save application data when exiting for example, or saving data in the same session). |
|
"The "Read user data" and "edit user data" posts under Suite settings: is that settings for reading and writing files? "
Yes, and access to contact book, calendar, to-do list (also user data) Of course you could also use record store for storing the data (you do not need file access for that) Hartti |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| user interface very slow during recording | santosh shetty | General Symbian C++ | 2 | 2005-12-26 10:46 |
| Sound recording and playing | sasa | General Symbian C++ | 0 | 2004-10-12 14:41 |
| Clarifications on User Data, User Data Binary and User Data Header | saijee | General Messaging | 2 | 2004-09-15 23:47 |
| Sound Recording with Series 60 SDK 2.0 & 6600 Mobile phone | datho | General Symbian C++ | 1 | 2003-12-13 12:17 |
| Sound example in Series 60 SDK: Recording format problem | jjesus | Symbian Tools & SDKs | 1 | 2003-03-11 07:15 |