-
Notifications
You must be signed in to change notification settings - Fork 568
no such function: sqlcipher_export #54
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 Alexander-Campbell, The sqlcipher_export convenience function became available in the 2.0 RC builds of SQLCipher for Android. You would need to grab the latest build and update your application to use the new binaries. You can find prepackaged binaries here: |
Hello, For looking further down the line, I think the best would be if I upgraded my core App to use the SqlCipher version 2.0.5, this is now an official release, do you agree ? thanks for your help De : Nick Parker [email protected] Hi Alexander-Campbell, The sqlcipher_export convenience function became available in the 2.0 RC builds of SQLCipher for Android. You would need to grab the latest build and update your application to use the new binaries. You can find prepackaged binaries here: Reply to this email directly or view it on GitHub: |
Hi Alexander-Campbell, Glad to hear things are working well for you. I would suggest upgrading to the latest, to which we've patched the version I previously linked to above. The latest version you should grab when upgrading is 2.0.8, which can be found here: |
Hello, Kind Regards De : Nick Parker [email protected] Hi Alexander-Campbell, Glad to hear things are working well for you. I would suggest upgrading to the latest, to which we've patched the version I previously linked to above. The latest version you should grab when upgrading is 2.0.8, which can be found here: Reply to this email directly or view it on GitHub: |
Hi Alexander-Campbell, We love seeing applications built using SQLCipher - let us know when you get it published! |
Hello, In fact I published this to the Amazon Android AppStore as I am not registered with Google, see this link If you have a look, let me know if you have any suggestions. Regards De : Nick Parker [email protected] Hi Alexander-Campbell, We love seeing applications built using SQLCipher - let us know when you get it published! Reply to this email directly or view it on GitHub: |
Hi Alexander-Campbell, Thanks for sharing! |
I am using the same code as above however in the attach query i get exception 26 that its not a database file or is encrypted. I am using mono android. i am sure that key that i provide is correct as I am able to read data correctly. |
Hello, Just in passing it may be better to create a new ticket as this one is actually closed... Two points about your issue In my app I use "rawExecSQL" rather than "execSQL" in the code sample above, you could try this. If you try the same action with my SQLCipher encrpyt/decrypt app does this work or do you have the same error ? Also could you provide more information about the version of SQLCipher, Android ... thanks |
Hello,
I was trying to run this code (Android/Java/Eclipse)
When it gets to the sqlcipher_export line I get an exception, "05-10 10:13:35.420: E/Database(13730): Failure 1 (no such function: sqlcipher_export) on 0x1b8c030 when preparing 'SELECT sqlcipher_export('plaintext');'."
I am using the Anrdroid 1.1.0 package with the assets zip file icudt46l.zip, any advice would be helpfull.
thanks
The text was updated successfully, but these errors were encountered: