On May 15 at 09:56 +0200, Peter Bienstman wrote:
> On Thursday 14 May 2009 11:40:46 pm Timothy Bourke wrote:
> >  * Implement a simple file system on top of a single file to minimise
> >    the number of required confirmations.
> 
> Would using an sqlite database be a possible solution as 'file system in a 
> file'? I guess it depends a bit on how sqlite itself is implemented and what 
> system calls it uses. Of course, you'd also need easy access to sqlite from 
> Java or C on your phone.

I wondered about that too. It seems that any solution, whether written
manually or adapted, would have to be based on the JSR-75
(FileConnection) API, which, from what I can work out, is not really
geared toward random access.

Maybe there's hope yet:
http://blogs.s60.com/2008/10/enhancing-the-security-prompting-for-java-apps
Although this post is already quite old, and the JSR-75 problems seem
to have been around since 2007.

It does seem that the iPhone has sqlite though...

Tim.

Attachment: pgpjQXuS4CsCF.pgp
Description: PGP signature

Reply via email to