Is it possible to record the conversation while making a call in android? Is there any specifications required for this? Can someone plz give me an idea about it? Thanks in advance.
Android OS doesn't provide any direct high level API for that!
Also have a look at:
How to record call in android? Is it possible?
Related
I want to know whether the microphone of my phone is in use or not?
How can it be done through Android NDK....
I am a newbie so don't have much idea regarding this.....
There's no way to determine if another application is currently using the microphone.
I just came to know that it's possible to record call voice (both incoming and outgoing) in android, I want to know about any API or methods which can tether this call voice during a call.
Thanks in advance.
I am sure it is not supported to record a call but just read the below answer.
on the link
i was looking for same thing, i found arguments here pretty intresting and convincing ! hope this helps you
Is it Possible to Achieve Voice Recognition in android ? I mean to Say that my app should be capable enough to judge which User is give the Speech Command ? Identify the User..
I HAve no idea about it..
Thanks in Advance !! :)
Read the "hear me" section from this magazine. Check out this article.
I would like to know if it possible to take a screen shot while i am playing a video using my application. If it possible, how can i implement it?
Will service be of any use here?
Thanks,
Sen
I think this is what you are looking for http://code.google.com/p/android-screenshot-library/
I want to record call from android phone.
I am using android.media.MediaRecorder pckg.
Also used following code:
mrec.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
mrec.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
mrec.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
But I didn't succeed in recording an incoming call.
Can anyone recommend a tested code snippet?
Also,
Is this true?
http://groups.google.com/group/android-developers/browse_thread/thread/c2bc85eb60ae2aa5?pli=1
http://code.google.com/p/android/issues/detail?id=2117#c226
Standard distributions of Android does not support it till now.
You can vote up these if you want:
http://code.google.com/p/android/issues/detail?id=4075
http://code.google.com/p/android/issues/detail?id=2117
It's not a software problem and I don't think the baseband firmware vendors will fix this. Most likely because it's illegal in most western countries to record calls without consent of the other person.