I've attached a patch that allows KeePassJ2ME to read the database from the file system. It's just an initial attempt at doing this.
The patch:
- adds a menu option "Load from filesystem" to the "Choose KDB Location" screen.
- (if selected) searches the file system for a file called "Database.kdb" and reads it into the record store.
I've tested it on my SonyEricsson K800i but it should work on any phone that supports the FileConnection part of JSR75.
Kevin
Patch file
Logged In: YES
user_id=72619
Originator: YES
I've updated my patch to match version 1.1.0.
File Added: KeePassJ2ME.110.diff
Patch to add local filesystem access for 1.1.0
Patch to add a file browser for selecting database file.
Logged In: YES
user_id=72619
Originator: YES
This patch (against 1.1.0, should work against 1.1.1 as well) adds a file browser to choose database file you want to read from the local filesystem.
File Added: KeePassJ2ME.browser.diff