Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Android SQLite database and Dropbox

915 views
Skip to first unread message

Tom P

unread,
Feb 12, 2014, 9:48:01 AM2/12/14
to
Android has a built-in database system based on SQLite. Is it possible
to upload and download the database file itself to Dropbox, or some
other cloud server? From what I've read so far the DB file is only
accessible if the phone is rooted - is that correct, and if so why such
a restriction?

--

Tom P

unread,
Feb 12, 2014, 12:29:53 PM2/12/14
to
ok, well I've done some more research, and it's possible to write an app
that will copy the DB to another location. There's an example here
http://www.techrepublic.com/blog/software-engineer/export-sqlite-data-from-your-android-device/
that copies an SQLite DB to the sdcard. Once it's on the sdcard you
can find it with the file browser, and from the file browser upload it
to Dropbox - and once it's there, you can open and read it with Sqlite3
on another machine - great! But there must be an easier way.

gerha...@gmail.com

unread,
Apr 22, 2014, 5:11:31 AM4/22/14
to
Did you manage to upload the sqlite file to dropbox? I am stuck with that bit, I have already copied the database to SD, now I just need to upload it. What happens at the moment is that the database on dropbox always has a size of zero bytes. I have posted a question here: http://stackoverflow.com/questions/23126075/dropbox-sync-google-drive-how-to-upload-sqlite-database?noredirect=1#comment35513490_23126075
0 new messages