Reply
Thread Tools
Posts: 152 | Thanked: 28 times | Joined on Nov 2009
#1
So i have some notes written on my n9 using the default notes application

I need to have them extracted to my pc so i can view it there.

Can someone kindly show/ tell me exactly how i can accomplish this?


Thanks

-Vin
 
Posts: 152 | Thanked: 28 times | Joined on Nov 2009
#2
Bump anyone?
 
Posts: 104 | Thanked: 74 times | Joined on Nov 2011
#3
I'd be interested, too. I was under the impression they were stored as plain text files (Symbian does that), but can't find them
 
Posts: 152 | Thanked: 28 times | Joined on Nov 2009
#4
Yeh this would be real helpfull, can someone show us to look into the right direction atleast would be helpfull
 
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#5
it's sqllite db in some .dotdir ....

i wish it supports org format too
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 
Posts: 152 | Thanked: 28 times | Joined on Nov 2009
#6
lol what? in simpler terms please?
 
scapegoat845's Avatar
Posts: 307 | Thanked: 312 times | Joined on Apr 2011 @ P.A.
#7
I would also like to know. Pathetic that we can't share Notes via bluetooth....
 
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#8
They are stored in /home/user/.calendar/db
You need to use sqlite to view them, but it's not a simple task. You'd have to first get the id of the note you want to extract. You can get plain text from the Components table if you just look at the Description field, or you can hit the Customproperties table Value field to get the html

If you only had one note:
Code:
sqlite3 /home/user/.calendar/db 'select value from customproperties'
QOrganizerNote in QtMobility seems to be the clean way of getting ahold of these entries, someone could cook up an extraction app easily enough

Last edited by jflatt; 2012-01-04 at 00:01.
 

The Following 4 Users Say Thank You to jflatt For This Useful Post:
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#9
you need to open the terminal or login using ssh ...


I was thinking about designing a mobile editor for notes ... do you use textformats like markdown yaml or orgmode ?

But 1st it would nice to think about integration with other apps such as this calendar notes app...


Btw let me add a few urls :

http://forum.meego.com/showthread.ph...ghlight=editor

http://doc.qt.nokia.com/qtmobility-1...e.html#details

--
http://rzr.online.fr/q/editor
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 
Posts: 104 | Thanked: 74 times | Joined on Nov 2011
#10
They are in a database? OMG.

At least they could allow them to be sync'ed just like the contacts.
 

The Following User Says Thank You to impact For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:07.