In fact, I encourage anyone working with Android to have some level of familiarity with the kernel.
However, this may in fact not be the most helpful thing: you'd probably be more helpful understanding the Android framework internals and Dalvik, along with a sprinkling of things from the kernel (because most of Linux will just be details that aren't strictly requisite material for understanding Android..) Kris On Wed, May 15, 2013 at 11:54 PM, Kristopher Micinski <[email protected]> wrote: > This is exactly the *opposite* of what I'm saying. > > Even if you touch the kernel you *still* cannot touch the call stream! > > Google "RIL" and find out about how Android talks to the phone's modem. > > Kris > > On Thu, May 16, 2013 at 3:24 PM, rh <[email protected]> wrote: >> So if someone calls themselves an android developer that implies that >> they don't touch the kernel? >> >> This android ecosystem is confused and muddled to me. >> >> On Tue, 14 May 2013 17:43:32 -0400 >> Kristopher Micinski <[email protected]> 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 <[email protected]> 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 >>> >> <[email protected]> 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 [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 >>> >> >>> >> >>> > -- >>> > -- >>> > 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 >>> > --- >>> > 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 [email protected]. >>> > 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 >>> [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 >>> --- >>> 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 >>> [email protected]. 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 [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 >> --- >> 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 [email protected]. >> 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 [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 --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

