[android-developers] Extract the call log and run it as a service

2012-02-08 Thread bradgog
Why would you be trying to do 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...@goog

Re: [android-developers] Extract the call log and run it as a service

2012-01-30 Thread Kristopher Micinski
On Mon, Jan 30, 2012 at 1:30 PM, TreKing wrote: > On Mon, Jan 30, 2012 at 11:13 AM, Kristopher Micinski > wrote: >> >> What do you mean by the call log?  A stack trace? > > > My guess is the call history - the log of all phone calls made on the > device. And if this is the case, this sounds like

Re: [android-developers] Extract the call log and run it as a service

2012-01-30 Thread TreKing
On Mon, Jan 30, 2012 at 11:13 AM, Kristopher Micinski < krismicin...@gmail.com> wrote: > What do you mean by the call log? A stack trace? My guess is the call history - the log of all phone calls made on the device. And if this is the case, this sounds like spyware. ---

Re: [android-developers] Extract the call log and run it as a service

2012-01-30 Thread Kristopher Micinski
Your app's logs? Or the device's logs? If you're doing the second one, don't do that, your app will be a massive privacy leak that will probably be removed from the market... What do you mean by the call log? A stack trace? kris On Mon, Jan 30, 2012 at 1:07 AM, mithu wrote: > I'm developing

[android-developers] Extract the call log and run it as a service

2012-01-30 Thread mithu
I'm developing an app that extracts the call log and store it in a local text file, then push this file to a server. Till now i'm able to extract the call log and store it in a text file by creating an activity. But the problem is if i delete an entry in the call log, its get deleted in my file to