I successfully inserted some data into my sqlite database (I confirmed this by printing out the long identifier that was returned from the insert, and it was something other than -1), so I know that it is. the problem is that the sqlite database that I am browsing with the SQLite Database Browser is in the resources folder (I used this to copy the data already made for other tables to the tablet directory) - in this case / data / data / packagename / files / -
The tablet is a Motorola xoom ICS (4.0.3) and is being developed on macbook pro. Any suggestions on what I can use to view the data?
adb program is in android-sdk-mac_x86 / platform tools, and I execute the following command:
./adb shell
- but I get nothing but permission issues. I saw where someone suggested the Firefox add-on, but ... really? Is this the best there is? It seems like developers will be better off looking for their data in a database. If you are going to embed material in a database, you want to look at the contents in case you need to debug your chosen ones later (as a very good example).
EDIT: I cannot get the firefox plugin to work. It does not seem to recognize any external devices.
any ideas? thanks.
source share