-1

Files under the device are not visible please tell me something about it I also uploaded the screen shot of it.

image

Taryn
  • 242,637
  • 56
  • 362
  • 405

1 Answers1

0

You can pull files from android device using adb command line tool. I don't know which file you exacly want. In case of sqlite database, it is stored in //data/data/<your app>/databases/<databaseName.db>. Probably you will need to be root to do that. Many files are hidden and inaccessible when you don't have root privileges.

palucdev
  • 316
  • 3
  • 10