Searched the forum for hours now, no success...
The problem is hard to describe. I am using SQLCipher V1.2 and SQL V1.2 in my current project on B4A 3.2. My program is able to encrypt and decrypt its own database by copying the contents of the database into a new one and renaming it after that. So far so good.
When giving the apk-file away, the program is crashing always when accessing an encrypted database. "Database disk image is malformed" when accessing the first table. The remote device is API 10.
When I do the same scenario on my developing device (API 15), all works fine.
So is there anything general I forgot to put into the apk-file? The "icudt46l.zip" is included in the files-folder. As it looks to me, there is no encryption support on the remote device, only on my developing device. Whats wrong, whats missing? Thanks for any hint.
Cheers, BV
The problem is hard to describe. I am using SQLCipher V1.2 and SQL V1.2 in my current project on B4A 3.2. My program is able to encrypt and decrypt its own database by copying the contents of the database into a new one and renaming it after that. So far so good.
When giving the apk-file away, the program is crashing always when accessing an encrypted database. "Database disk image is malformed" when accessing the first table. The remote device is API 10.
When I do the same scenario on my developing device (API 15), all works fine.
So is there anything general I forgot to put into the apk-file? The "icudt46l.zip" is included in the files-folder. As it looks to me, there is no encryption support on the remote device, only on my developing device. Whats wrong, whats missing? Thanks for any hint.
Cheers, BV