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

Reply via email to