I'm working on a call recording app, and I bumped into a bug on Motorola Droid. Using MediaRecorder.AudioSource.VOICE_CALL, the recorded files contains no data, just headers. Switching to VOICE_UPLINK works sometimes for incoming calls, but when trying for outgoung gives this error:
D/AudioHardwareMot( 1057): AudioMgr:AudioHardwareMot::openInputStream enter D/AudioHardwareMot( 1057): AudioMgr:AudioHardwareMot::openInputStream enter D/AudioHardwareMot( 1057): AudioMgr:AudioStreamInMot::set(0xaf00, 400000, 1, 10, 8000) D/AudioHardwareMot( 1057): AudioMgr:Codec sampling rate already 8000 D/AudioHardwareMot( 1057): AudioMgr:bufSize from kernel = 800 D/AudioHardwareMot( 1057): AudioMgr:Input 0xfd80 entering standby D/AudioHardwareMot( 1057): AudioMgr:AudioStreamInMot::setParameters() routing=4194304 D/AudioHardwareMot( 1057): AudioMgr:set input routing 400000 D/AudioHardwareMot( 1057): AudioMgr:doRouting called D/AudioHardwareMot( 1057): AudioMgr:Routing to earpiece E/AudioHardwareMot( 1057): E/AudioHardwareMot( 1057): AudioMgr Error:Unsupported input path D/AudioHardwareMot( 1057): AudioMgr:Codec sampling rate already 8000 D/AudioHardwareMot( 1057): AudioMgr:Input 0xfd80 exiting standby D/AudioHardwareMot( 1057): AudioMgr:doRouting called D/AudioHardwareMot( 1057): AudioMgr:Routing to earpiece E/AudioHardwareMot( 1057): E/AudioHardwareMot( 1057): AudioMgr Error:Unsupported input path Is that a frimware bug for Droid and is there a chance this will be fixed for the next update? Has anybody successfully recorded voice calls on any other device? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

