I'm currently a Nokia Symbian user (N95) and I want to move to the N900 with all my actual data.
How could this work?
SyncML for Contacts and the Calendar?
Contacts with pictures or only without?
What about old SMS, Notes, MMS and Bookmarks?
In what kind of format are the SMS stored in the N900? Could I program a Import Filter myself?
C++ is for me a long time ago. I guess i can still learn it again... But I prefer the .NET Framework because I use it at work for a couple of years. When I can access the File from outside the N900 I can write a Import Filter on a Windows PC. Or is this not a good idea?
A ready solution would be fine. :-)
There is no support for the Nokia PC Suite. Is this correct?
How would YOU solve the problem of a movement from Symbian to Maemo? :-)
cu
Helmuth
Basic PC Suite support is there, calendar and contacts. SMS, MMS, Bookmars, File syncing is not supported currently.
Jeah, thanks a lot! :-)
I guess I have to learn more about Linux and C++ programming to make a aplication running directly on the N900. :-/
It's not done by editing a XML File vom outside. telepathy Protocol (see File Formats and Tutorial)
I'll see... Windows and .NET is not the answer of all questions! And with MONO it will be possible to write applications accessing the whole telepathy API in 2012. ;-)
I need more time in my life!
Mmmh... ooookay. I'm finished with a application to import text based SMS messages in the N900 system Summer 2011.
Jeah, thanks a lot! :-)
I guess I have to learn more about Linux and C++ programming to make a aplication running directly on the N900. :-/
It's not done by editing a XML File vom outside. telepathy Protocol (see File Formats and Tutorial)
I'll see... Windows and .NET is not the answer of all questions! And with MONO it will be possible to write applications accessing the whole telepathy API in 2012. ;-)
I need more time in my life!
Mmmh... ooookay. I'm finished with a application to import text based SMS messages in the N900 system Summer 2011.
believe me i'll be waiting ...
i have ~7000 sms since nokia6310 and am not planning to lose a single one
The database file which stores the SMS & call-log info is stored here:
/home/user/.rtcom-eventlogger/el.db
If you run it through the strings command on your GNU/Linux desktop (not sure if strings is available for maemo5), you'll see that it starts with "SQLite format 3". I assume you can use any SQLite client to read the database. Shouldn't be too hard to write something which can export/import into the database, assuming it's self-contained.