My mobile phone is Huawei u8510 and I use Eclipse to develop my android project. With Eclipse, in DDMS->File Explorer, I cannot see any database file in data/data directory. Therefore, I try to use ADB Shell for accessing the database file, so I open cmd and go to \android-sdk\platform-tools directory. Then, I type adb shell, then with su. But I get error "Permission Denied".
Please help me, how can I access to database.
Best Regards