资 源 简 介
About
notesfs is a FUSE-based filesystem for iPhone 2G notes application.
Current limitations
The iPhone must be jailbroken.
Only the iPhone 2G Notes database format is supported.
Author
Octavio Alvarez, alvarezp@alvarezp.ods.org
License
GPL v3, but contact me if you need anything outside the GPL v3.
Required development packages
SQLite 3 (Debian: libsqlite3-dev 3.7.13-1, Ubuntu: libsqlite3-dev 3.7.7-2ubuntu2)
FUSE 2 (Debian: libfuse-dev 2.9.0-5, Ubuntu: 2.8.4-1.4ubuntu1)
Compilation
The following command line requires pkg-config:
* gcc pkg-config --cflags fuse sqlite3 -o notesfs notesfs.c -ggdb pkg-config --libs fuse sqlite3
Running (mounting)
./notesfs path/to/notes.db [.mdFUSE options] MOUNT_POINT
In my phone, notes.d