Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: using sqlite to get access to notes
is a discussion within theFile Mods
forums, a part of theiPhone Modding
section;I'm a little too tired to actually give you great news saying I have a way to sync your notes, but I can give you a way to get access
...-
07-22-2007, 04:59 AM #1
using sqlite to get access to notes
I'm a little too tired to actually give you great news saying I have a way to sync your notes, but I can give you a way to get access to the notes data...
The notes are stored on the iphone in sqlite format, so first grab a sqlite binary from here if you don't already have it on your machine: http://www.sqlite.org/download.html
Load up your favorite iphoneinterface and grab your notes.db:
Then to play around with your notes database pass in the filename to sqlite binary, something like thisCode:cd /private/var/root/Library/Notes/ getfile notes.db
That will drop you into the command line and you can go wild, for docs on sqlite usage see this: http://www.sqlite.org/sqlite.htmlCode:sqlite3 notes.db
-
07-22-2007, 04:31 PM #2Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,351
- Thanks
- 529
- Thanked 4,565 Times in 1,158 Posts
Nice. Good info.
Wiki'd!Last edited by Kyle Matthews; 07-22-2007 at 04:34 PM. Reason: Automerged Doublepost




LinkBack URL
About LinkBacks
Reply With Quote

