3

For example

/data/data/com.android.providers.contacts/databases/contacts.db

I cannot see it both in Windows 7 and Ubuntu 11.04.

1 Answers1

6

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.

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
  • What if the phone is encrypted? –  Aug 10 '11 at 06:20
  • 1
    @Dante No idea. I would expect adb to be intelligent enough to ask for a password or something. I've never heard anything about encryption in Gingerbread beyond the fact that it exists. – Matthew Read Aug 10 '11 at 14:31