-
Notifications
You must be signed in to change notification settings - Fork 569
create sqlcipher database on sd-card #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi gseebacher, Are you using |
hi Nick, thank you very much for your response. in the meantime i managed to get it thanks, ciao 2012/11/19 Nick Parker [email protected]
|
Hi gseebacher, The SQLCipher for Android binaries require the Android runtime to exist, even with the new x86 build of the binaries. So this is not something that would work. |
thanks Nick! 2012/11/19 Nick Parker [email protected]
|
Let me share a solution that worked for all android versions and is based upon this stackoverflow answer: http://stackoverflow.com/a/9168969/720484 Written in Scala:
|
hi,
i'm using openhelper to create sqlite databases. now i want to move to sqlcipher to encrypt my databases.
when i try to create a database on the sd-card i get an error "sqlite returned: error code = 14, msg = cannot open file at line ..."
creation of internal db works fine.
i have added the WRITE_EXTERNAL_STORAGE - permission to the manifest file.
seems that the onCreate does not get fired.
do you have any idea what is going wrong?
thanks in advance.
The text was updated successfully, but these errors were encountered: