MrLoick / droidpersistence

Automatically exported from code.google.com/p/droidpersistence
0 stars 0 forks source link

Can I use droidpersistence with SqlCipher ?? #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I tried to integrated droidpersistence with sqlcipher because I wanted more 
security for the bd, but I got this error:

02-29 23:48:36.331: E/AndroidRuntime(25100): FATAL EXCEPTION: main
02-29 23:48:36.331: E/AndroidRuntime(25100): java.lang.UnsatisfiedLinkError: 
dbopen
02-29 23:48:36.331: E/AndroidRuntime(25100):    at 
info.guardianproject.database.sqlcipher.SQLiteDatabase.dbopen(Native Method)
02-29 23:48:36.331: E/AndroidRuntime(25100):    at 
info.guardianproject.database.sqlcipher.SQLiteDatabase.<init>(SQLiteDatabase.jav
a:1870)
02-29 23:48:36.331: E/AndroidRuntime(25100):    at 
info.guardianproject.database.sqlcipher.SQLiteDatabase.openDatabase(SQLiteDataba
se.java:863)
02-29 23:48:36.331: E/AndroidRuntime(25100):    at 
info.guardianproject.database.sqlcipher.SQLiteDatabase.openOrCreateDatabase(SQLi
teDatabase.java:897)
02-29 23:48:36.331: E/AndroidRuntime(25100):    at 
info.guardianproject.database.sqlcipher.SQLiteOpenHelper.getWritableDatabase(SQL
iteOpenHelper.java:107)

Original issue reported on code.google.com by snaid...@gmail.com on 1 Mar 2012 at 4:59

GoogleCodeExporter commented 8 years ago
i am also getting same issue, can any one reply with solution.

Original comment by jvishnuv...@prokarmasoftech.com on 10 May 2012 at 10:08

GoogleCodeExporter commented 8 years ago
Hi, I resolved this issue getting the source binary of droidpersitence and
including the the SqlCipher libraries, if you want I could send you an
example.

Original comment by snaid...@gmail.com on 10 May 2012 at 3:35