BTW is there any chance to get root in the AVD?

On Jun 15, 11:44 am, Abalufaske <[email protected]> wrote:
> Hello my problem is that I wanna get de db of contacts stored at "data/
> data/com.android.providers.contacts/databases/contacts2.db" with code
> but I got an error, I want to get that DB and save it in another place
> with code.
>
> I use:
>  String path="data/data/com.android.providers.contacts/databases/
> contacts2.db";
>                 SQLiteDatabase db= SQLiteDatabase.openOrCreateDatabase(path, 
> null);
> and when the db is in /mnt/sdcard/blablabla.db i can open it so I
> don't realize the problem. Anyone can help me? is it a problem of
> permissions? in that case wich one have I to use?
>
> Thank you at least for reading my question :)

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