想查看一下手机中的通讯录数据库,google之后找到了办法。

参考: http://stackoverflow.com/questions/4867379/android-eclipse-ddms-cant-access-data-data-on-phone-to-pull-files

1.window->show view->other

用FileExplorer查看android手机中的数据库

2. 输入 file 查找

用FileExplorer查看android手机中的数据库

 

3. 出来了吧

用FileExplorer查看android手机中的数据库

4. 可惜啊,data文件夹死活打不开啊, 看这个办法

 

On rooted device you can do this:

  1. Open cmd
  2. Type 'adb shell'
  3. su
  4. Press 'Allow' on device (可选)
  5. chmod 777 /data /data/data /data/data/com.application.pacakage /data/data/com.application.pacakage/*
  6. Go to the DDMS view in Eclipse

After this you should be able to browse the files on the device.


If it returns permission denied on su

Go to Settings > Developer Options > Root access > Apps and ADB

用FileExplorer查看android手机中的数据库

 

懂了吧?

相关文章:

  • 2022-01-18
  • 2021-08-09
  • 2021-12-07
  • 2021-06-16
  • 2021-07-05
  • 2022-01-06
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-11-26
  • 2021-10-21
  • 2021-12-09
  • 2021-06-19
  • 2021-06-21
相关资源
相似解决方案