[android-developers] Re: native audio interface / AudioRecord.h

2008-11-26 Thread Andrew Stadler
GnuHash- I'm sorry to be repetitive but as Dianne said: At this point: no native code is supported in the SDK. Using it may result in your application breaking when an update to the phone is delivered. Using C++ APIs will definitely result in you breaking in the future. Could this please be

[android-developers] Re: native audio interface / AudioRecord.h

2008-11-25 Thread GnuHash
hi I tried writing a java wrapper class that interfaces the native library using JNI. But i am getting RECORD_AUDIO permission denial from the emulator. I have added RECORD _AUDIO permission in the Android manifest. My application doesnt use mediarecorder to record but talks to the native

[android-developers] Re: native audio interface / AudioRecord.h

2008-11-24 Thread Dorn Hetzel
Dianne, Hmm, sorry, didn't realize I had gone off-topic. I still plan to develop in the SDK. Is it possible use the SDK and still access one custom .so ? If so, am I still off-topic? Regards, -Dorn On Sun, Nov 23, 2008 at 7:48 PM, Dianne Hackborn [EMAIL PROTECTED] wrote: Could you please

[android-developers] Re: native audio interface / AudioRecord.h

2008-11-24 Thread Dianne Hackborn
Sorry, at this point any native code is outside of the SDK. Using the C++ audio libraries is way way way outside of the SDK. On Mon, Nov 24, 2008 at 6:05 AM, Dorn Hetzel [EMAIL PROTECTED] wrote: Dianne, Hmm, sorry, didn't realize I had gone off-topic. I still plan to develop in the SDK.

[android-developers] Re: native audio interface / AudioRecord.h

2008-11-24 Thread Dorn Hetzel
Dianne, Ok, well, can you tell me if using the C++ Audio Libraries is merely unsupported, or is actually not possible due to the security model of the currently deployed platform (G1) ? I mean, can I write most of my application in the standard SDK but use one outside JNI/.so that is

[android-developers] Re: native audio interface / AudioRecord.h

2008-11-24 Thread Dianne Hackborn
At this point: no native code is supported in the SDK. Using it may result in your application breaking when an update to the phone is delivered. Using C++ APIs will definitely result in you breaking in the future. Could this please be moved over to one of the open-source groups? Nothing we are

[android-developers] Re: native audio interface / AudioRecord.h

2008-11-23 Thread Dianne Hackborn
Could you please move this to android-platform or another of the open source groups? Thanks. On Sun, Nov 23, 2008 at 12:40 PM, Dorn Hetzel [EMAIL PROTECTED] wrote: David, Thank you very very much for the tips. I've gotten as far as downloading the android source code (onto a clean ubuntu