Posts: 13,593
Threads: 302
Joined: Apr 2012
Reputation:
246
If an error occurred during the transfer of data, the database could still be intact if you go under /sdcard/Android/data/com.zubersoft.mobilesheets/files. Look for a mobilesheetsbackup.db. If you see this file, delete mobilesheets.db, and rename mobilesheetsbackup.db to mobilesheets.db. Then restart the application and your library should be restored. I'm going to release a v4.0.11 tomorrow with some code to make automatic backups of the database and make it easier to restore in cases like the one you are describing.
To make a backup, you would need to go to Utilities->Backup Library. The backup will contain not only the database, but all of the PDFs/images in your songs as well.
I really apologize for the inconvenience. I'm crossing my fingers that you are able to restore the backup file.
Posts: 13,593
Threads: 302
Joined: Apr 2012
Reputation:
246
Do you at least see mobilesheets.db? I want to make sure you are looking in the right location.
Posts: 13,593
Threads: 302
Joined: Apr 2012
Reputation:
246
Here's what I want you to try:
1) If MobileSheets is running, close it completely (recent list->swipe to right, or force close)
2) rename mobilesheets.db to mobilesheetstemp.db
3) rename mobilesheetsbackup.db to mobilesheets.db
4) Restart MobileSheets
Let me know how that works for you.
Posts: 13,593
Threads: 302
Joined: Apr 2012
Reputation:
246
Then unfortunately, your database was somehow wiped out by the companion when it disconnected in the middle of a transfer. This is one thing I did not fully test, and I'm sorry for that. The mobilesheetsbackup.db is created before the database is updated during the transfer, but it appears like somehow even the backup was wiped out (you didn't try connecting/making songs with the companion after the problem showed up, did you?). I really apologize for the frustration this undoubtedly will cause you. I am adding code today to try and prevent this from happening in the future by making the database automatically backed up. To make a manual backup, you can go to Utilities->Backup Library. If there is anything I can do to help, please let me know.