tags:

views:

391

answers:

1

Can anyone tell me, is it possible to use the ADB to pull and push a database from an app, without root privaliges on the phone?

For example, I know the location on my rooted magic and dream is:

/data/data/com.xxxx.xxxx/databases/xxxx

I know that you can use ADB without root, but when trying to use the shell - you can't view that location without root privaliges. But I have been told you can use push and pull if you know the file you want?

Basically I want to pull a database from MY app on a non rooted phone modify it and push it back on.

Only trouble I have is, the two phones I have are both root and I don't have access to a non root one to try it out.

+1  A: 

No, it can't be done.

Christopher
Thanks for a quick response, I would score, but don't have enough yet!
Scoobler