I successfully inserted some data into my sqlite database(I confirmed this by printing out the long ID that is returned from an insert and it was something other than -1) so i know that it is there. problem is is that the sqlite database that I am viewing using the SQLite Database Browser is in the assets folder(i used this to copy already made up data for other tables into the tablet directory) - in this case it is /data/data/packagename/files/ -
Tablet is motorola xoom ICS(4.0.3) and developing on a macbook pro. Any suggestions on what i could use to view the data?
the adb program is in android-sdk-mac_x86/platform-tools and i perform the following command:
./adb shell
- but i get no where - nothing but permission issues. I saw where someone suggested the firefox add-on but ...really? is that the best there is? Seems like to me there would be a better avenue for developers to look at their data in the database. If you are going to insert stuff into the database you want to be able to look at the contents in case you need to debug your selects later(as a very good example).
EDIT: i cannot get the firefox plugin to work either. Doesnt seem to recognize any external devices.
any ideas? thanks.