Location of notes on the phone
Based on this page: _CM_for_mimmi I have so far assumed the notes are located here:
/data/data/com.sonyericsson.notes/databases/notes.db
When I connect my phone to a Windows PC, I can access it with explorer. Then I find a folder called 'com.sonyericsson.notes' in the root (at the same level as the Android and DCIM folder), but it appears to be empty.
ADB shell
On the same PC I opened ms-dos and typed adb shell. This way I had a terminal connection with my phone. Unfortunately I could not use commands like su and chmod to change permissions on folders. But it was possible to do cd /data/data/com.sonyericsson.notes/databases, and the shell prompt changed to this path, but I could not do anything there.