How can I view the SQLite database that I create in my application on my myTouch Android phone?
When I log in through adb shell, sqlite3 gives me permission to refuse. Is there any other way to check if my database and tables are really created, and if rows are inserted?
I can not use the emulator, as it does not play video, etc. very good, which is the main feature of my application, so I can only test on the phone.
android database sqlite android-sqlite
Chris
source share