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/MediaRecorder.AudioSource.html

On Tue, May 14, 2013 at 8:16 PM, Swati meet2sw...@gmail.com wrote:

 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 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 asheesh...@gmail.comwrote:

 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 android-d...@**googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+**unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/android-developers?hl=enhttp://groups.google.com/group/android-developers?hl=en


  --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Regards,
Peter Teoh

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 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 meet2...@gmail.com javascript: 
 wrote: 
  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 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 asheesh...@gmail.com 
 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. 
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to android-d...@googlegroups.com 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com javascript: 
  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 
  
  
  -- 
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to 
  android-d...@googlegroups.comjavascript: 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com javascript: 
  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  Android Developers group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to android-developers+unsubscr...@googlegroups.com javascript:. 
  For more options, visit https://groups.google.com/groups/opt_out. 
  
  


-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 gpi...@gmail.com wrote:
 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 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 meet2...@gmail.com wrote:
  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 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 asheesh...@gmail.com
  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.
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-d...@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
  --
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-d...@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
  ---
  You received this message because you are subscribed to the Google
  Groups
  Android Developers group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to android-developers+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 

 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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
krismicin...@gmail.com wrote:
 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 gpi...@gmail.com wrote:
 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 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 meet2...@gmail.com wrote:
  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 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 asheesh...@gmail.com
  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.
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-d...@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
 
 
  --
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-d...@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
  ---
  You received this message because you are subscribed to the Google
  Groups
  Android Developers group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to android-developers+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 

 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 shitty quality and volume :) 
 
 
 

On Thursday, May 16, 2013 1:03:51 AM UTC+3, Kristopher Micinski wrote:

 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 
 krismi...@gmail.com javascript: wrote: 
  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 gpi...@gmail.com javascript: 
 wrote: 
  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 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 meet2...@gmail.com wrote: 
   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 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 asheesh...@gmail.com 

   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. 
   
   -- 
   You received this message because you are subscribed to the Google 
   Groups Android Developers group. 
   To post to this group, send email to android-d...@googlegroups.com 
   To unsubscribe from this group, send email to 
   android-developers+unsubscr...@googlegroups.com javascript: 
   For more options, visit this group at 
   http://groups.google.com/group/android-developers?hl=en 
   
   
   -- 
   -- 
   You received this message because you are subscribed to the Google 
   Groups Android Developers group. 
   To post to this group, send email to android-d...@googlegroups.com 
   To unsubscribe from this group, send email to 
   android-developers+unsubscr...@googlegroups.com javascript: 
   For more options, visit this group at 
   http://groups.google.com/group/android-developers?hl=en 
   --- 
   You received this message because you are subscribed to the Google 
   Groups 
   Android Developers group. 
   To unsubscribe from this group and stop receiving emails from it, 
 send 
   an 
   email to android-developers+unsubscr...@googlegroups.comjavascript:. 

   For more options, visit https://groups.google.com/groups/opt_out. 
   
   
  
  -- 
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to 
  android-d...@googlegroups.comjavascript: 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com javascript: 
  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  Android Developers group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to android-developers+unsubscr...@googlegroups.com javascript:. 

  For more options, visit https://groups.google.com/groups/opt_out. 
  
  


-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 speaker...)

Kris

On Wed, May 15, 2013 at 6:24 PM, Piren gpi...@gmail.com wrote:
 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 shitty quality and volume :)




 On Thursday, May 16, 2013 1:03:51 AM UTC+3, Kristopher Micinski wrote:

 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
 krismi...@gmail.com wrote:
  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 gpi...@gmail.com wrote:
  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 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 meet2...@gmail.com wrote:
   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 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 asheesh...@gmail.com
   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.
  
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to android-d...@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
  
  
   --
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to android-d...@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/android-developers?hl=en
   ---
   You received this message because you are subscribed to the Google
   Groups
   Android Developers group.
   To unsubscribe from this group and stop receiving emails from it,
   send
   an
   email to android-developers+unsubscr...@googlegroups.com.
   For more options, visit https://groups.google.com/groups/opt_out.
  
  
 
  --
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-d...@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en
  ---
  You received this message because you are subscribed to the Google
  Groups
  Android Developers group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to android-developers+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
 
 

 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit 

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 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 
 asheesh...@gmail.comjavascript:
  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.

  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 meet2sw...@gmail.com wrote:
 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 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 asheesh...@gmail.com 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.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 in the Android development team thought it could be done.
A lot can be learned about this issue by following the xda thread at 
http://forum.xda-developers.com/showthread.php?t=1441643.
This shows that if your phone is based on Qualcomm chip (e.g. Smapdragon) 
the application processor has access to the baseband audio (provided you 
have the appropriate driver).



On Monday, July 2, 2012 6:21:15 PM UTC+3, Kristopher Micinski wrote:

 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 is through the 
 RIL, which is simply a modem interface protocool. 

 People seem to be confused, and think that somehow because Android 
 typically runs on phones, that it actually facilitates the call, it 
 does *not*. 

 kris 

 On Mon, Jul 2, 2012 at 11:13 AM, Hitendrasinh Gohil 
 hitendrasin...@gmail.com 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 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:31 PM, Mark Murphy mmur...@commonsware.com 
 wrote: 
  
  On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil 
  hitendrasin...@gmail.com 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://commonsware.com | http://github.com/commonsguy 
  http://commonsware.com/blog | http://twitter.com/commonsguy 
  
  _The Busy Coder's Guide to Android Development_ Version 3.7 Available! 
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to 
 android-developers@googlegroups.com 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 
  
  
  
  
  -- 
  regards, 
  Hitendrasinh Gohil 
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to android-developers@googlegroups.com 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 


On Monday, July 2, 2012 6:21:15 PM UTC+3, Kristopher Micinski wrote:

 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 is through the 
 RIL, which is simply a modem interface protocool. 

 People seem to be confused, and think that somehow because Android 
 typically runs on phones, that it actually facilitates the call, it 
 does *not*. 

 kris 

 On Mon, Jul 2, 2012 at 11:13 AM, Hitendrasinh Gohil 
 hitendrasin...@gmail.com 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 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:31 PM, Mark Murphy mmur...@commonsware.com 
 wrote: 
  
  On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil 
  hitendrasin...@gmail.com 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://commonsware.com | http://github.com/commonsguy 
  http://commonsware.com/blog | http://twitter.com/commonsguy 
  
  _The Busy Coder's Guide to Android Development_ Version 3.7 Available! 
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to 
 android-developers@googlegroups.com 
  To unsubscribe from this group, send email to 
  

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 asheesharya...@gmail.comwrote:

 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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, asheesh arya asheesharya...@gmail.comwrote:

 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 asheesharya...@gmail.comwrote:

 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-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
regards,
Hitendrasinh Gohil

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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
hitendrasin...@gmail.com 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://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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:31 PM, Mark Murphy mmur...@commonsware.com wrote:

 On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil
 hitendrasin...@gmail.com 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://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 _The Busy Coder's Guide to Android Development_ Version 3.7 Available!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
regards,
Hitendrasinh Gohil

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 is through the
RIL, which is simply a modem interface protocool.

People seem to be confused, and think that somehow because Android
typically runs on phones, that it actually facilitates the call, it
does *not*.

kris

On Mon, Jul 2, 2012 at 11:13 AM, Hitendrasinh Gohil
hitendrasin...@gmail.com 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 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:31 PM, Mark Murphy mmur...@commonsware.com wrote:

 On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil
 hitendrasin...@gmail.com 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://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 _The Busy Coder's Guide to Android Development_ Version 3.7 Available!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 regards,
 Hitendrasinh Gohil

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 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:31 PM, Mark Murphy mmur...@commonsware.comwrote:

 On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil
 hitendrasin...@gmail.com 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://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 _The Busy Coder's Guide to Android Development_ Version 3.7 Available!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 -- 
 regards,
 Hitendrasinh Gohil

  

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en