[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 zaandr...@gmail.com wrote:
 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 know about this exception please give me suggestion. I
 have add the security permission which is mentioned in exception.

 Regards,
 Felix

 On Apr 6, 6:29 pm, Dianne Hackborn hack...@android.com wrote:







  On Wed, Apr 6, 2011 at 3:41 AM, Daniel Felix zaandr...@gmail.com 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
  implementations there are in the particular e-mail app you are using.

  If you have a rooted phone, replace your e-mail app with one that does what
  you want.

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see and
  answer them.

-- 
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


[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 webnet.andr...@gmail.com wrote:
 On 6 April 2011 10:10, Daniel Felix zaandr...@gmail.com wrote:

  Hi All,

    I want to intercept the email from the build-in Android email
  client. I have no idea where is the URIs for this application.

 URI for what exactly?

 If some

  one have done something on it please send it to me. I need a basic
  code snippet for email receive notification.

 You most likely will not be able to do that on non-rooted phone. On rooted
 you can play with routing (i.e. using iptables).

 Regards,
 Marcin Orlowski

 *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy...
 WebnetMobile on *Facebook http://webnetmobile.com/fb/* and
 *Twitterhttp://webnetmobile.com/twitter/
 *

-- 
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] Re: Intercept Emails

2011-04-06 Thread Dianne Hackborn
On Wed, Apr 6, 2011 at 3:41 AM, Daniel Felix zaandr...@gmail.com 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
implementations there are in the particular e-mail app you are using.

If you have a rooted phone, replace your e-mail app with one that does what
you want.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

[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 know about this exception please give me suggestion. I
have add the security permission which is mentioned in exception.

Regards,
Felix


On Apr 6, 6:29 pm, Dianne Hackborn hack...@android.com wrote:
 On Wed, Apr 6, 2011 at 3:41 AM, Daniel Felix zaandr...@gmail.com 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
 implementations there are in the particular e-mail app you are using.

 If you have a rooted phone, replace your e-mail app with one that does what
 you want.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.

-- 
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