How to access the database when developing on a phone?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-05-11T14:39:14Z Indexed on 2010/05/11 14:44 UTC
Read the original article Hit count: 165

Filed under:
|

I am having trouble accessing the database while I am developing on the phone. Whenever I execute

cd /data/data/com.mycompck/databases

then if I try to run ls I get opendir failed, Permission denied

Or whenever I type in: sqlite3 I get sqlite3: permission denied

What I am doing wrong?

Are there some applications that can help me getting a human view of content resolvers values and/or SQLite databases?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk