hi,

thanks for your answer,
i'm aware about security model, and permissions ans such.
that's why i'm also asking if it's possible with ROOT access, as i imagine
in normal state (no root) it's probably not possible.

more of that, i still not find documentation, or any way to see what
conterntProvider a application can propose.

is there any list/catalog about all contentProvider an application can
propose? i means about system application, and google application?

to use contentProvider, you need to know what you can query, and how i
think. such information is more than difficult for me to find :-(

any one know how to use root access inside an activity? or to launch
activity with Root privilege?
i know it's not clean, but i will add a disclaimer in my application about
that...

any way, thanks again for your anwser,
regards,

On Sun, Jan 31, 2010 at 17:49, Brion Emde <[email protected]> wrote:

> You cannot do this, ever. It is fundamental to the security model of
> Android.
>
> The other database must have a published ContentProvider implemented
> on it for you to be able to access its data.
>
> http://developer.android.com/intl/de/guide/topics/security/security.html
>
> On Jan 31, 6:00 am, zehunter <[email protected]> wrote:
> > hi,
> >
> > i'm searching information about how i can access a specific database
> > that to not belong to me, and that is store in /data/data/com....
> > directory
> >
> > is it possible without root access? it it possible with root access,
> > and how?
> >
> > thanks in advance for all your help,
> > regards,
>
> --
> 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]<android-developers%[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

Reply via email to