Hi, iam trying to locate the database files on my nexus device.. is there anyway of doing it without rooting the device?
thanks
ray.
Hi, iam trying to locate the database files on my nexus device.. is there anyway of doing it without rooting the device?
thanks
ray.
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.
i think that is only possible with root. you can use the emulator to get there... the emulator has root