想查看一下手機中的通訊錄數據庫,google之后找到了辦法。
1.window->show view->other
2. 輸入 file 查找
3. 出來了吧
4. 可惜啊,data文件夾死活打不開啊, 看這個辦法
On rooted device you can do this:
- Open cmd
- Type '
adb shell
' su
- Press 'Allow' on device (可選)
chmod 777 /data /data/data /data/data/com.application.pacakage /data/data/com.application.pacakage/*
- 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
懂了吧?