Re: refinding the syncing question

2010-03-31 Thread Aniello Del Sorbo
On Wed, 2010-03-31 at 10:27 +0100, Graham Cobb wrote: > On Wednesday 31 March 2010 01:19:17 Aniello Del Sorbo wrote: > > According to this page: > > > > https://www.forge.funambol.org/download/ > > > > It looks like the source code is available. > > Not sure about licensing, though. > > Thanks, An

Re: refinding the syncing question

2010-03-31 Thread Graham Cobb
On Wednesday 31 March 2010 01:19:17 Aniello Del Sorbo wrote: > According to this page: > > https://www.forge.funambol.org/download/ > > It looks like the source code is available. > Not sure about licensing, though. Thanks, Aniello, but I am not looking for Funambol source, but Nokia's changes to

Re: refinding the syncing question

2010-03-30 Thread Aniello Del Sorbo
On Tue, 2010-03-30 at 17:19 -0700, Aniello Del Sorbo wrote: > On Wed, 2010-03-31 at 00:00 +0100, Graham Cobb wrote: > > On Saturday 27 March 2010 11:39:10 Carsten Munk wrote: > > > 2010/3/27 Graham Cobb : > > > > On Saturday 27 March 2010 07:46:58 Ville M. Vainio wrote: > > > >> Implementing one by

Re: refinding the syncing question

2010-03-30 Thread Aniello Del Sorbo
On Wed, 2010-03-31 at 00:00 +0100, Graham Cobb wrote: > On Saturday 27 March 2010 11:39:10 Carsten Munk wrote: > > 2010/3/27 Graham Cobb : > > > On Saturday 27 March 2010 07:46:58 Ville M. Vainio wrote: > > >> Implementing one by yourself is a huge task, which you probably don't > > >> want to do.

Re: refinding the syncing question

2010-03-30 Thread Graham Cobb
On Saturday 27 March 2010 11:39:10 Carsten Munk wrote: > 2010/3/27 Graham Cobb : > > On Saturday 27 March 2010 07:46:58 Ville M. Vainio wrote: > >> Implementing one by yourself is a huge task, which you probably don't > >> want to do. Current n900 endpoint is using modified version of funambol > >>

Re: refinding the syncing question

2010-03-27 Thread Sivan Greenberg
What do I do if the syncing is hung up for 1.5 hours? On Sat, Mar 27, 2010 at 1:39 PM, Carsten Munk wrote: > 2010/3/27 Graham Cobb : >> On Saturday 27 March 2010 07:46:58 Ville M. Vainio wrote: >>> Implementing one by yourself is a huge task, which you probably don't want >>> to do. Current n900

Re: refinding the syncing question

2010-03-27 Thread Carsten Munk
2010/3/27 Graham Cobb : > On Saturday 27 March 2010 07:46:58 Ville M. Vainio wrote: >> Implementing one by yourself is a huge task, which you probably don't want >> to do. Current n900 endpoint is using modified version of funambol (syncml >> server) which is a nontrivial amount of code. > > Ah, th

Re: refinding the syncing question

2010-03-27 Thread Sivan Greenberg
Also, there is no way to know when the sync task has finished , e.g. an artifact of no progress indication I guess. Sivan On Sat, Mar 27, 2010 at 12:33 PM, Sivan Greenberg wrote: > Right, so pairing with the N900 and starting the transfer it never > works the first go, after 3-4 failures it tran

Re: refinding the syncing question

2010-03-27 Thread Sivan Greenberg
Right, so pairing with the N900 and starting the transfer it never works the first go, after 3-4 failures it transferred most of the contacts and some need to be imported by hand. It has many issues, it lacks proper progress indication and it makes the phone switch / phone setup app on the 97 Mini

Re: refinding the syncing question

2010-03-27 Thread Graham Cobb
On Saturday 27 March 2010 07:46:58 Ville M. Vainio wrote: > Implementing one by yourself is a huge task, which you probably don't want > to do. Current n900 endpoint is using modified version of funambol (syncml > server) which is a nontrivial amount of code. Ah, that's interesting. Where do I fi

Re: refinding the syncing question

2010-03-27 Thread Ville M. Vainio
The canonical program to accomplish this is the "transfer and sync" found in settings. You can sync with n97 over bluetooth. Implementing one by yourself is a huge task, which you probably don't want to do. Current n900 endpoint is using modified version of funambol (syncml server) which is a

refinding the syncing question

2010-03-26 Thread Sivan Greenberg
I am looking to develop a program that will do this in PySide, where can I find docs about the API and the requisites to do so? program == "periodical sync between Maemo and Symbian" Sivan ___ maemo-developers mailing list maemo-developers@maemo.org htt