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.package/data/data/com.application.package/*- Go to the DDMS view in Eclipse
After this you should be able to browse the files on the device.
To get the databases:
chmod 777 /data/data/com.application.package/databases /data/data/com.application.package/databases/*
If it returns permission denied on su
Go to Settings > Developer Options > Root access > Apps and ADB