I can't access my application database on my device.
I tried these commands:
/# adb shell
/# sqlite3 /data/data/ANDROID.SQLite/databases/notes.db
but I always get a permission denied message!
I also tried to copy the database to my sdcard but still I can't have access to it from adb shell.
Any solutions please??
Thank you!