-
Notifications
You must be signed in to change notification settings - Fork 568
icu file issue #69
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 andpro, The file it is looking for in the |
The 2 files listed are same.. The file I have is icudt461.dat |
Hi andpro, Yes, I believe that is the problem. The file should be titled |
Works now. Thank you |
Hello, Please note this issue is also caused when you do not place the icudt461.zip file within the assets directory. Referencing this for other individuals. Cheers... |
In jellybean the file by default on the device is icudt481. Do I need to copy the icudat461 as well? |
Hi andpro, Correct, SQLCipher for Android specifically uses the 4.6 version of the ICU project. |
I have a 2.3 rooted box. I copied the icudt461.dat (unzipped) one in /system/usr/icu
It gives me a error: Error copying icu data fileicudt46l.zip
It works fine when it is included in the asset folder.
Last part of this page http://sqlcipher.net/sqlcipher-for-android/ says it is suffcient for
the file to be in the /system/usr/icu directory. Why the discrepancy?
Thanks
The text was updated successfully, but these errors were encountered: