Disable noise cancellation for microphone in Android (1.5)?

Viewed 12902

Is it possible to disable noise cancellation for the microphone in Android (specifically 1.5) via code?

I want to create a dumb MicrophoneApp that records all the background noises, but I believe that noise cancellation for the microphone is getting in the way. I know you can do it if you root your phone and edit settings (ie this article), but I want to make it without root the phone.

3 Answers
Related