views:

50

answers:

2

Hi, iam trying to locate the database files on my nexus device.. is there anyway of doing it without rooting the device?

thanks

ray.

+1  A: 

I am not entirely sure if this is the path for the Nexus device, but on the Android phones that I have developed with, the path to the database file is data/data/your_package_name/databases.

When in doubt you can use the adb shell to cd to that directory and see if the database is there.

Anthony Forloney
Yes i was looking for that. but i caouldnt see it, do you think the only possible way is by root it also?
rayman
Have you created a database to look for?
Anthony Forloney
A: 

i think that is only possible with root. you can use the emulator to get there... the emulator has root

Falko