Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Avoiding "Allow the application XYZ to use audio or camera applications" is possible?

1 replies · 1,893 views · Started 27 July 2005

Hi,

Does anyone know if exists any way to avoid the message "Allow the application XYZ to use audio or camera applications"?

I'm developing a J2ME app (with a 6600) and i need to capture audio from microphone for streaming. The capture must be done each 512bytes and sent via BT.

I'm using a RecordControl and a ByteArrayOutputStream with the wellknown problem of needing to do rc.commit() if you want to access the contentdata in the ByteArray.

So, my idea (the only one >_<😉 is to avoid this message if it's possible, i don't know how...(perhaps creating the left softkey pulsation by program with a ��system call??)

Thx.