somebody me see values stored in database without programatically. using file explorer , command prompt
- using command line
a) enter adb shell
b) cd app directory, database file under databases folder
c) $sqlite3 yourdb_name
d) ## should enter command mode
e) select * your_tablename; - using ddms
a) using ddms's file explorer b) find database file c) copy databases ypur pc d) use sqlite tool read it
good luck!!
Comments
Post a Comment