DDMS views Database only in eclipse. I want to view table contents from CMD.
i reached upto sqlite3 /data/data//databases/PhoneBook
The DESC command is not acessible..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
adb isn’t a folder, it’s a tool – located in
To connect to sqlite3 on your emulator, you must first start a shell
Then, connect to your database using the sqlite3 command
You can use .help at this point for further assistance
Hope this helps 🙂