Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-26 Thread Peter Teoh
Not sure if the following meets your requirement? (esp the solution in 2nd link) http://stackoverflow.com/questions/6688444/android-recording-incoming-and-outgoing-calls http://www.benmccann.com/blog/android-audio-recording-tutorial/ http://developer.android.com/reference/android/media/MediaReco

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-15 Thread Kristopher Micinski
Ah, I suppose I agree with you if you define the call in that method, I just don't agree with that definition :-). (Nothing against your thinking it makes sense. But the kind of conversations I'd want to record would probably be disjoint with the set of ones I'd feel comfortable putting on speake

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-15 Thread Piren
Your "No" Applies to the question: "Can i record the audio STREAM (itself) of an on going call?", in that case i'd agree with you and say "No, you can't, since that stream is not available to the OS". But he just wanted to ask if you can record a call... and well... you can... you'll just have

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-15 Thread Kristopher Micinski
This is just to give a definitive *no* to the common assumption: the call stream *isn't* processed by the Android OS, even though it comes out of your Android device :-). (So perhaps I should be agreeing with Piren!) Kris On Wed, May 15, 2013 at 6:02 PM, Kristopher Micinski wrote: > I would say

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-15 Thread Kristopher Micinski
I would say that. Why? Because these apps record calls by having you put your phone on speaker. That sounds more like a glorified audio recorder which is just called "call recorder app." Kris On Wed, May 15, 2013 at 5:56 PM, Piren wrote: > I wouldn't say "no solution exists", as there are app

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-15 Thread Piren
I wouldn't say "no solution exists", as there are apps that do it...you just can't access the audio channel directly. On Wednesday, May 15, 2013 12:43:32 AM UTC+3, Kristopher Micinski wrote: > No solution exists: the modem on the phone doesn't touch Android. > > You absolutely cannot record cal

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-14 Thread Kristopher Micinski
No solution exists: the modem on the phone doesn't touch Android. You absolutely cannot record calls on Android: it just doesn't work that way. The call stream goes through different software, *not* Android. Kris On Tue, May 14, 2013 at 8:16 AM, Swati wrote: > Hi Aashish, > > I have to create

Re: [android-developers] what needs to be change to enable call recording on android platform?

2013-05-14 Thread Swati
Hi Aashish, I have to create an app which can record Incoming / Outgoing voice calls and store the recording so that later on we can play recorded call. can you please suggest me how can I proceed. Regards, Swati On Monday, 2 July 2012 14:45:06 UTC+5:30, Aashish Jawla wrote: > > it can be poss

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-10 Thread Lior Hass
Well, I'm not sure this is 100% true. The API is obviously available in Android (E.g. see VOICE_CALL at http://developer.android.com/reference/android/media/MediaRecorder.AudioSource.html#VOICE_CALL). Indeed, this doesn't mean that it works on some (let alone all) phones, but at least someone i

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread RichardC
Contact one of the developers of the various apps you have found. On Monday, July 2, 2012 4:13:15 PM UTC+1, Hitendrasinh Gohil wrote: > > yes mark that's true that it is not supported. > > But there are various apps that offers this functionality. > > I know that application processor doesn't hav

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Kristopher Micinski
If it does work on some device, that's really bad, and I'd wager that you're probably just plain wrong... The OS does *not* have access to the in call audio stream., this is something that's handled by underlying hardware, it has *nothing* to do with Linux, the only way you interface with the call

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
yes mark that's true that it is not supported. But there are various apps that offers this functionality. I know that application processor doesn't have access to baseband processor. so what i need to change at os/system level or any other that makes this possible? On Mon, Jul 2, 2012 at 8:3

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Mark Murphy
On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil wrote: > hey mark murphy, > > can u pls guide me on this? As I have written, perhaps 100 times between here and StackOverflow, call recording is not supported, except perhaps in speakerphone mode. -- Mark Murphy (a Commons Guy) http://commonsw

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
hey mark murphy, can u pls guide me on this? On Mon, Jul 2, 2012 at 5:32 PM, Asheesh Arya wrote: > in some device call recording works in some device it doesn't work!! i > also made call recording application. so its better to leave that!! > > -- > You received this message because you are subs

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Asheesh Arya
in some device call recording works in some device it doesn't work!! i also made call recording application. so its better to leave that!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
I have also done it. It works with sony xperia x10 mini.But it doesnt work on most of the devices. On Monday, July 2, 2012 2:45:06 PM UTC+5:30, Aashish Jawla wrote: > > it can be possible with the help of Media Recorder API in android, i have > done it. > > On Mon, Jul 2, 2012 at 2:23 PM, ashees

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Aashish kumar
it can be possible with the help of Media Recorder API in android, i have done it. On Mon, Jul 2, 2012 at 2:23 PM, asheesh arya wrote: > i am also looking for the same solution but didn't find any appropriate > solution . i suggest you please dont waste your precious time on this > problem. > >

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread asheesh arya
i am also looking for the same solution but didn't find any appropriate solution . i suggest you please dont waste your precious time on this problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
Hi, I know that android platform doesn't supports call recording functionality. can anybody tell me what needs to be change(os or system level change or needs to change RIL) so that it can be possible to record calls in android? -- You received this message because you are subscribed to the Goo