charlieCollins / and-bookworm

Automatically exported from code.google.com/p/and-bookworm
7 stars 2 forks source link

"Export CSV to SD card" options fails on Nexus4 #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Settings > Export CSV to SD card
2. "Are you sure (this will replace any existing prior csv report)? > Yes

Bookworm crashes..

What version of the product are you using? On what operating system?
Bookworm 1.0.18

Original issue reported on code.google.com by ramnathb...@gmail.com on 28 Feb 2013 at 6:13

GoogleCodeExporter commented 9 years ago
With a Hawei mate.
Android 4.1.2
Bookworm 1.0.18
1,2G free disk on internal and 20Go free on exrenal SD.

I got the same issue.

Original comment by sebastie...@gmail.com on 21 Jul 2013 at 12:51

GoogleCodeExporter commented 9 years ago
I confirm it, tested on galaxy ace and galaxy tab 3 and the crash happens 

Original comment by registr...@gmail.com on 13 Jan 2015 at 6:08

rlafuente commented 5 years ago

For anyone who's bitten by this bug, an alternative way to get your Bookworm database is possible, if your device is rooted.

The app data lives at /data/data/com.totsp.bookworm/databases/bookworm.db. You can copy this file using ADB shell and open it with a SQLite browser (like sqlitebrowser on GNU/Linux), which should allow you to export the books table to CSV format.