Best unofficial Apache Server developers community |
|
I have a Palm Pre app that has a large(ish) database. I would like to transfer the database directly to the phone rather than having the app create the database. What I tried is to create a sqlite file on the PC using a simple python script, then have the app create an empty extended db in the media/internal folders, then copy the PC file over the one created on the phone. However I get an error when trying to read the file: "database disk image is malformed". Has anyone succeeded in doing something like this?
posted via StackOverflow
|