Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Find Sourse For Symbian Notes

2 replies · 5,073 views · Started 15 November 2008

i want to copy content in notes (symbian original application) to microsoft word in pc, but i cant find the source files for the notes, need help from expert, thanks.

The S60 Notes application stores all the notes in a single file. On S60 2nd and 1st Edition you can access the file. On S60 3rd Edition and late, the file is in a private subdirectory which is not accessible without AllFiles capability (privilege).

The file format is not published.

Use the S60 C++ APIs to get to the actual notes and export them to whatever format you wish. You can also try to locate existing programs that already does it for you.