[android-developers] Re: Intercept Emails

2011-04-07 Thread Dmitry
Hi, Daniel I solve this problem by installing app as system app. For example, I'm using following batch file with commands: adb shell mount -oremount,rw -t yaffs2 /dev/block/mtdblock3 /system adb push C:\Your.apk /system/app/ adb reboot On Apr 7, 8:53 am, Daniel Felix wrote: > Hi All, > >   Than

[android-developers] Re: Intercept Emails

2011-04-06 Thread Daniel Felix
Hi All, Thanks for your kind replies, I am wondering some software are using these facilities like flexiSpy is using this facility. I want to only read the emails from the email client and when I try to access it throws an exception which is security permission access exception. If someone

Re: [android-developers] Re: Intercept Emails

2011-04-06 Thread Dianne Hackborn
On Wed, Apr 6, 2011 at 3:41 AM, Daniel Felix wrote: > I have rooted phone. Could you send me some snippet for the email > recieving. > I doubt anybody is going to be able to send you a snippet of code. This is an extremely non-trivial thing to do, and will be deeply tied to whatever implementat

[android-developers] Re: Intercept Emails

2011-04-06 Thread Daniel Felix
I have rooted phone. Could you send me some snippet for the email recieving. Regards, On Apr 6, 2:37 pm, Marcin Orlowski wrote: > On 6 April 2011 10:10, Daniel Felix wrote: > > > Hi All, > > >   I want to intercept the email from the build-in Android email > > client. I have no idea where is th