maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Brainstorm (https://talk.maemo.org/forumdisplay.php?f=47)
-   -   [In development] SyncML support in Maemo5! (https://talk.maemo.org/showthread.php?t=37034)

jukey 2009-12-13 19:10

[In development] SyncML support in Maemo5!
 
Maemo5 does not support SyncML out of the box. SyncML is a standard used to synchronize clients with a SyncML server. There are open source server software (like Funambol provides) and a lot of clients for nearly every plattform as you can see here. The idea is to have also a solution to synchronize Contacts, calendar entries, tasks and notes (and maybe more stuff) from the N900 (Maemo5) to a SyncML server.

Services (free and paid) offering SyncML can be found here.

The first idea to solve this is to use syncevolution. Syncevolution runs very well in maemo4 already and maybe it's the easiest way to implement it also on maemo5.

Update (2010-01-28): Ove Kaaven will maintain a version for maemo. See this announcment on syncevolution.org. In this way syncevolution arrived maemo extras-devel repository!

Update (2010-02-10):There also is a nice GUI available for syncevolution. Just install syncevolution frontend from extras-testing.

Vote here (or post other solution ideas): http://maemo.org/community/brainstor...rt_for_maemo5/

mikhmv 2009-12-13 23:17

Re: [Waiting] SyncML support in Maemo5
 
Good Idea but it is not simple to implement for maemo5. It is not just compile......

fpp 2009-12-14 07:02

Re: [Waiting] SyncML support in Maemo5
 
And we've been waiting for SyncML in Maemo since OS2005 on the 770... ;-)

benny1967 2009-12-14 07:51

Re: [Waiting] SyncML support in Maemo5
 
syncml was available for all previous models, 770-N810.

jukey 2009-12-14 08:57

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by mikhmv (Post 426370)
Good Idea but it is not simple to implement for maemo5. It is not just compile......

You can fill a bug report in the syncevolution bug tracking tool or improve this report: http://bugzilla.moblin.org/show_bug.cgi?id=8511

I think you should post at least the concrete error messages you see if you try to compile it.

conny 2009-12-14 09:06

Re: [Waiting] SyncML support in Maemo5
 
Unfortunately the Maemo5 calendar does not use evolution-data-server as backend. So syncevolution would only help with contacts I think.

ruskie 2009-12-14 09:13

Re: [Waiting] SyncML support in Maemo5
 
Well from what I can tell calendar just uses an sqlite db one just needs to translate to something meaningful.

Infact reading them seems to be rather easy uses unix time internaly at that.

Fargus 2009-12-14 09:49

Re: [Waiting] SyncML support in Maemo5
 
How about sync to the Nokia cloud solution on OVI.com - seems sensible as the S60 phones do so already. Would seem sensible solution from a Nokia perspective too!

ruskie 2009-12-14 10:31

Re: [Waiting] SyncML support in Maemo5
 
Not for those of us who prefer to be in control of our data and prefer to have our own sync servers :)

benny1967 2009-12-14 10:42

Re: [Waiting] SyncML support in Maemo5
 
also, as long as ovi.com is so full of bugs, i couldn't accept it as the only way to sync. i need a way to sync my desktop (GNU/Linux), my phone, my N810 and my N900. Syncevolution plus scheduleworld.com does just that. Ovi doesn't because it doesn't work on my (Nokia!) phone, my desktop and my N810 - even if they should integrate it with Maemo 5 one day.

benny1967 2009-12-14 10:44

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by conny (Post 426842)
Unfortunately the Maemo5 calendar does not use evolution-data-server as backend.

whose idea was that, btw? what is this good for?

conny 2009-12-14 11:02

Re: [Waiting] SyncML support in Maemo5
 
As far as I know Ovi is using SyncML via HTTP. My Nokia E51 is doing SyncML via HTTP and syncs nicely to Funambol.

Also I think that Maemo5 is doing SyncML via bluetooth using Funambol libraries for connecting to the desktop software. Those libraries are used with a commercial license, though.

Further I think that (in principal) those libs shouldn't have any problems doing SyncML/HTTP. So to me it looks like the best two options are:
* Hoping that Nokia will add SyncML/HTTP
* Investigate the Funambol libraries further and try to get HTTP support hacked in

jukey 2009-12-14 11:17

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by conny (Post 426926)
As far as I know Ovi is using SyncML via HTTP.
Also I think that Maemo5 is doing SyncML via bluetooth using Funambol libraries for connecting to the desktop software. Those libraries are used with a commercial license, though.

Further I think that (in principal) those libs shouldn't have any problems doing SyncML/HTTP. So to me it looks like the best two options are:
* Hoping that Nokia will add SyncML/HTTP
* Investigate the Funambol libraries further and try to get HTTP support hacked in

Could you please add this as possible solutions to the brainstorm idea too? Tank you very much. :)

conny 2009-12-14 12:03

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by jukey (Post 426936)
Could you please add this as possible solutions to the brainstorm idea too? Tank you very much. :)

Sure, but shouldn't we first find out if it is feasible?
/me still unsure how Brainstorm works :confused:

fpp 2009-12-14 14:09

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by benny1967 (Post 426782)
syncml was available for all previous models, 770-N810.

Really ? I must have been living under a rock for the past four years :-)
How was it available ? For a normal human being ?
I was more thinking of the experience you get with almost any Nokia phone, where SyncML is there out of the box, but packaged beneath a friendly UI. I don't think they ever did that for Maemo, did they ?

jukey 2009-12-14 14:36

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by fpp (Post 427147)
Really ? I must have been living under a rock for the past four years :-)
How was it available ? For a normal human being ?
I was more thinking of the experience you get with almost any Nokia phone, where SyncML is there out of the box, but packaged beneath a friendly UI. I don't think they ever did that for Maemo, did they ?

It has no GUI (yet) but simple to configure config files:
http://maemo.org/downloads/product/O...syncevolution/

Links to documentation and installation stuff can be found here:
http://syncevolution.org/documentati...ternet+Tablets

Ciao Uwe

mikhmv 2009-12-14 17:23

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by jukey (Post 426836)
You can fill a bug report in the syncevolution bug tracking tool or improve this report: http://bugzilla.moblin.org/show_bug.cgi?id=8511

I think you should post at least the concrete error messages you see if you try to compile it.

Yep It was my report. Detail I filled: http://maemo.org/community/maemo-dev..._in_fremantle/
This bug already was triggered

I received this mail about bug:
Quote:

http://bugzilla.moblin.org/show_bug.cgi?id=8511


pohly <patrick.ohly@intel.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |patrick.ohly@intel.com


fpp 2009-12-14 19:51

Re: [Waiting] SyncML support in Maemo5
 
Quote:

Originally Posted by jukey (Post 427184)
It has no GUI (yet) but simple to configure config files:
http://maemo.org/downloads/product/O...syncevolution/
Links to documentation and installation stuff can be found here:
http://syncevolution.org/documentati...ternet+Tablets

Thanks Uwe, but you know, I was joking... Of course I knew about that one, but if you read my post, you know that's not what I'm asking for.

Ever since OS2005 on the 770 I've been asking for *SyncML from Nokia* that *just works* and above all *syncs a remote calendar to a platform-native one* !

Well, at least after four years we now have an actual Calendar in Maemo5. Now we just need to wait for it to catch up with its Symbian ancestors... but maybe that will only be in "step 5" ? :-)

jukey 2010-01-03 18:40

Re: [Under consideration] SyncML support in Maemo5
 
Good news! There is a full working solution for maemo5 now. It's still under development and not in the repositories but it's usable. I put all details into the solution #1 on the brainstorm page:
http://maemo.org/community/brainstor...rt_for_maemo5/

So I assume the status of this project could be set to "in development".

jukey 2010-01-28 15:39

Re: [In development] SyncML support in Maemo5!
 
Update (2010-01-28): Ove Kaaven will maintain a version for maemo. See this announcment on syncevolution.org. In this way syncevolution arrived maemo extras-devel repository! Have a look into the brainstorm to see what's missing to have a solution for every user.

jukey 2010-02-10 20:55

Re: [In development] SyncML support in Maemo5!
 
Update (2010-02-10):There also is a nice GUI available for syncevolution. Just install syncevolution frontend from extras-testing.

Please change the status tag in the topic of this Thread to [Implemented] and please change also the status of the brainstom itself to implemented.

narcisgarcia 2012-10-11 18:35

Re: [In development] SyncML support in Maemo5!
 
An easy way to synchronize Maemo Calendar with a CalDAV service:

1. With the extras-devel repository enabled, install the package syncevolution-frontend

2. Open the SyncEvolution application

3. Tap on “Sync services”, and press “Add new service”. Next.

4. Give a name to this subscription, select “Google calendar” template, and Next.

5. Replace the “Sync URL” for the right one of your existing remote account. Fill username and password in Account boxes if necessary.

6. Ignore the “Database configuration is not currently available for this service type” warning. Next, Finish.

* Tested with DAViCal server software

narcisgarcia 2012-10-11 19:01

Re: [In development] SyncML support in Maemo5!
 
Also contacts can be syncronized via CardDAV with the Yahoo template.

etam 2012-10-25 16:36

Re: [In development] SyncML support in Maemo5!
 
When will syncevolution appear in extras repo?

vi_ 2012-10-25 16:50

Re: [In development] SyncML support in Maemo5!
 
You can get syncevolution from extras-devel. It works well.


All times are GMT. The time now is 09:06.

vBulletin® Version 3.8.8