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

在这之前首先手机要打开ROOT权限,可以借助安卓刷机精灵等一键ROOT软件

其次像魅族、小米等手机拿到ROOT以后不能执行su命令,所以无法给手机中的文件授权,需要下载一个SuperSU权限管理器

有了他们我们就可以开始下面的步骤了:

1.window->show view->other

用ADT的FileExplorer查看android手机中的数据库_第1张图片

2. 输入 file 查找

用ADT的FileExplorer查看android手机中的数据库_第2张图片

 

3. 出来了吧

用ADT的FileExplorer查看android手机中的数据库_第3张图片

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

 当然在这之前需要把SDK配置到环境变量里面去,这里不再赘述,大家可以去搜索如何配置

On rooted device you can do this:

  1. 打开cmd命令
  2. 输入 '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

用ADT的FileExplorer查看android手机中的数据库_第4张图片



==========================================================================================

欢迎加入我们的技术交流群:
Android群: 66756039
JavaEE群:  361579846 


你可能感兴趣的:(用ADT的FileExplorer查看android手机中的数据库)