I've done this on the Nokia Symbian platform (in order to enable
encryption).  It's a big package, but the work went off relatively
hitch-free -- no more than the usual debugging headaches with the
custom I/O I had to write, and likely you'd have less trouble porting
to a Linux platform, since there's a nominal Linux port available to
start from.

But it's not a small package -- I don't know what the limits are in
Android for native code, or how it might work out performance-wise.

On Aug 1, 11:45 am, eukreign <[email protected]> wrote:
> Is there anything security or compatibility related in the NDK or SDK
> that would prevent me from compiling my own sqlite database and using
> that instead of the one that's bundled?
>
> Would I still have access to write to the same location on the file
> system as the bundled sqlite db?
>
> On Jul 23, 9:10 pm, DanH <[email protected]> wrote:
>
> > I doubt that it's possible, but maybe someone else has a different
> > opinion.
>
> > On Jul 22, 6:30 pm, eukreign <[email protected]> wrote:
>
> > > How does one go about adding a customSQLitefunction from within the
> > > AndroidsqliteAPI?
>
> > > I have a function (written in C) that I'm able to add using the C API
> > > outside of Android as described 
> > > here:http://www.sqlite.org/c3ref/create_function.html
>
> > > But can't figure out how to do the same from within Android.
>
> > > Thanks,
>
> > >  Lex

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to