I have installed my application on my device and would like to know how to pull the database off the device to view it.
Also how do I encrypt the database?
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.
You can use DDMS to pull any file off of an emulator. If you are using a physical device you will need root access to get the database file off of the device because the data folder is protected.
I use SQLite Database Browser to view the database once I get the file off the device.