Re: [android-developers] Accessing the /data folder

2010-02-18 Thread Mark Murphy
Thalisson wrote:
> I'm working on a android project and we're wondering if there is any
> way to access all the data on the "/data" folder. I'm asking this
> because we need to copy (and paste) all the data on that folder and,
> so far, we couldn't find a way to do that.
> 
> I know that normally we don't have access due to security (with access
> we could modify/read anything that other apps uses), but is that
> anyway (signing the app with a Recognized Certificate Authority to
> have full access, like we can with J2ME) to have this kind of "power"?

No, sorry.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.9 Available!

-- 
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] Accessing the /data folder

2010-02-18 Thread Thalisson
I'm working on a android project and we're wondering if there is any
way to access all the data on the "/data" folder. I'm asking this
because we need to copy (and paste) all the data on that folder and,
so far, we couldn't find a way to do that.

I know that normally we don't have access due to security (with access
we could modify/read anything that other apps uses), but is that
anyway (signing the app with a Recognized Certificate Authority to
have full access, like we can with J2ME) to have this kind of "power"?

Once more, I don't care with the files inside this folder, I just need
to copy and paste it (I don't care if it's encrypted, for example).

Thalisson.

PS: I heard that with a rooted device I could have access to that
folder, but this is not something that we can use (we can't ask the
customer to root their cell phones :P)

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