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.

link|improve this question

feedback

1 Answer

up vote 7 down vote accepted

No, it can't be done.

link|improve this answer
Thanks for a quick response, I would score, but don't have enough yet! – Scoobler Jan 17 '10 at 0:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.