SQLCipher for Android 2.1.2 Beta

79 views
Skip to first unread message

Nick Parker

unread,
Mar 1, 2013, 4:28:04 PM3/1/13
to sqlc...@googlegroups.com
Hi folks,

We are releasing a beta of SQLCipher for Android 2.1.2. This release
includes a fix to the native CursorWindow that removes the usage of
android::MemoryBase. We have been working with Google as they have been
testing a new Android platform release that marks this API as private
and would cause a crash.

This new beta addresses that issue and Google has verified it works
properly within their upcoming platform release. We have also tested
this with our test suite allowing us to maintain our platform support
for Android 2.1 and up.

If you get the opportunity to try out the new SQLCipher for Android beta
within your own application we'd love to hear back from you. A link to
the binaries can be found below. Thanks!

http://sqlcipher.net/storage/android/downloads/SQLCipher%20for%20Android%202.1.2-beta.zip

--
Nick Parker

Mark Murphy

unread,
Mar 2, 2013, 7:11:03 PM3/2/13
to sqlcipher
This may be slightly off-topic, but what is "android::MemoryBase"? I'm
always on the lookout for regressions, which is why your "marks this
API as private and would cause a crash" caught my attention.

I'll try to give the beta a whirl on Sunday.

Thanks!
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "SQLCipher Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sqlcipher+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.6 Available!

Nick Parker

unread,
Mar 4, 2013, 9:42:36 AM3/4/13
to sqlc...@googlegroups.com, Mark Murphy
On 3/2/13 6:11 PM, Mark Murphy wrote:
> This may be slightly off-topic, but what is "android::MemoryBase"? I'm
> always on the lookout for regressions, which is why your "marks this
> API as private and would cause a crash" caught my attention.
>
> I'll try to give the beta a whirl on Sunday.
>
> Thanks!

Hi Mark,

android::MemoryBase and its counterpart MemoryHeapBase provide a means
to access a block of non contiguous memory. They provide access to this
memory as a wrapper around Android shared memory (ashmem) provided by
the Linux kernel. This allows you to share memory across different
processes through a binder.

We look forward to hearing your results, thanks!

--
Nick Parker

Tony

unread,
Apr 28, 2013, 2:51:21 PM4/28/13
to sqlc...@googlegroups.com
For the benefit of anyone else like me coming into this a couple of months later...

The download is now here:
Reply all
Reply to author
Forward
0 new messages