Hans-Christoph Steiner
Hans-Christoph Steiner
Seems like figuring out the proper migration is the best way forward, to avoid the technical debt building up. What ended up happening there that blocked you?
If I remember correrctly, you can just open the IOCipher database file directly e.g. outside of IOCipher and issue PRAGMA commands there for things like migrating the database. Just use...
I'm pretty sure that IOCipher would work against a wide range of SQLCipher releases, so really this belongs in SQLCipher. I suppose there could be example migration code in IOCipher....
Sorry to hear about your troubles. The file is a sqlcipher file, so if you can find it. It would be in `/data/data/info.guardianproject.notepadbot` on your device.
/data is usually wiped when doing a fresh install, and that is where all apps store their data, including NoteCipher.
You can view and share the complete install log in the Install Log View screen, available from the menu. The menu also gives you the preferences, and a shortcut to...
So it seems like somehow the `app_bin/` folder was not unpacked when the app launched. Is there anything in logcat? Either you can connect with your computer via adb or...
`app_bin/fsck.ext2` is provided by busybox, so yeah, that's related. The busybox symlinks are essential to the whole process, so without them, nothing will work. Running `./busybox --install -s .` manually...
I just had an insight into this problem: did you build the APK yourself? If so, did you run `make -C external assets` before building it? Otherwise, busybox won't be...
Could you either move the merge requests to gitlab or push to a branch there? That's where the CI is.