用FileExplorer查看android手機中的數據庫


想查看一下手機中的通訊錄數據庫,google之后找到了辦法。

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

1.window->show view->other

image

2. 輸入 file 查找

image

 

3. 出來了吧

image

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

 

懂了吧?


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM