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.