For example
/data/data/com.android.providers.contacts/databases/contacts.db
I cannot see it both in Windows 7 and Ubuntu 11.04.
For example
/data/data/com.android.providers.contacts/databases/contacts.db
I cannot see it both in Windows 7 and Ubuntu 11.04.
You can't directly mount the internal storage. You need to be rooted to view it on your phone, or you can use adb pull
from the Android SDK Tools to copy it off the device.