Active Topics

 



Notices


Reply
Thread Tools
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#71
You need to configure the Syncevolution clisnt on your N900, but that's not too compliceted if you're used to the Linux way of configuring things, and there's also a GUI in one of the repositories.

I don't know about the server part.
 
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#72
Originally Posted by joschum View Post
The installation guide at
http://wiki.debian.org/FunambolInstallation
looks good. Is anybody in this forum experienced with an installation of funambol? Is there additional configuration work necessary to get this running for synchronization between N900 and a funambol server? If so, is it realistic to do this within a couple of hours?
yes, you can do it pretty easily within a few hours. I run a funambol server on debian for syncing with various nokia phones(some e51, e71, e72) although I have not setup syncevolution on maemo before to operate with it yet, but it should work fine.

funambol provides a binary installer that just installs into /opt/Funambol.

Ignore the funambol wiki unless you want to do a manual install or already have a tomcat server , etc setup.

You sjust download the .bin and then chmod +x and run it

You need to make sure you have java installed first and that is about it.

By default it uses an integrated hsqldb, but you can install jdbc mysql connector and edit db.xml conf file and use mysql(that is what I am doing)

There is a gui admin tool you can use from windows to connect to it.

also, if you do want to change the database to mysql, check out this link

http://markmail.org/message/oqbsvv3raljwezft

for some handy config options to keep the mysql connection healthy.

I wanted to use mysql so i could whip up a quick web frontend for the data as well just in case.
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#73
I am having trouble running the SyncEvolution. I download it from extra-testing but whenever I run it, it just CRASHes.
 
Posts: 1 | Thanked: 0 times | Joined on Feb 2010
#74
Originally Posted by x61 View Post
I am having trouble running the SyncEvolution. I download it from extra-testing but whenever I run it, it just CRASHes.
Same here. It was working great, then I reflashed my phone, installed it again, and syncevolution crashes trying to start up.
 
evad's Avatar
Posts: 354 | Thanked: 151 times | Joined on Mar 2008 @ London (UK) / Zielona Gσra (PL)
#75
Originally Posted by tornoth View Post
Same here. It was working great, then I reflashed my phone, installed it again, and syncevolution crashes trying to start up.
Try running it from command line and see if you get any output upon crash.
__________________
Dawid 'evad' Lorenz * http://dawid.lorenz.co
_______________________________________________
 
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#76
Suddenly I get this everytime I try to sync with Google using Syncevolution:

Code:
[...]
[INFO] addressbook: sent 353/356 
[INFO] addressbook: sent 354/356 
[INFO] addressbook: sent 355/356 
[INFO] addressbook: sent 356/356 
[INFO] addressbook: sent 357/356 
[ERROR] unexpected reply from server; might be a temporary problem, try again later 
[INFO] SyncContext: resend previous request #1 
[ERROR] unexpected reply from server; might be a temporary problem, try again later 
[INFO] SyncContext: resend previous request #2 
[ERROR] unexpected reply from server; might be a temporary problem, try again later 
[INFO] SyncContext: resend previous request #3 
[ERROR] unexpected reply from server; might be a temporary problem, try again later 
[INFO] SyncContext: resend previous request #4 
[ERROR] unexpected reply from server; might be a temporary problem, try again later 
[INFO] SyncContext: resend previous request #5 
[ERROR] unexpected reply from server; might be a temporary problem, try again later 
[INFO] Transport giving up after 5 retries and 5:06min 
[ERROR] transport failed, retry period exceeded 
[INFO] addressbook: normal sync done unsuccessfully 

Synchronization failed, see ~/.config/syncevolution/google/log/SyncEvolution-google-2010-02-14-21-18/sysynclib_linux.html for details. 

Changes applied during synchronization: 
+---------------|-------ON CLIENT-------|-------ON SERVER-------|-CON-+ 
| | rejected / total | rejected / total | FLI | 
| Source | NEW | MOD | DEL | NEW | MOD | DEL | CTS | 
+---------------+-------+-------+-------+-------+-------+-------+-----+ 
| addressbook | 0/0 | 0/0 | 0/0 | 0/0 | 0/0 | 0/0 | 0 | 
| two-way, 0 KB sent by client, 0 KB received | 
| item(s) in database backup: 1970 before sync, 1970 after it | 
+---------------+-------+-------+-------+-------+-------+-------+-----+ 
| start Sun Feb 14 21:18:59 2010, duration 17:03min | 
| synchronization failed (status code 20043) | 
+---------------+-------+-------+-------+-------+-------+-------+-----+ 
~ $ sudo gainroot 
Root shell enabled 

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash) 
Enter 'help' for a list of built-in commands. 

/home/user # more ~/.config/syncevolution/google/log/SyncEvolution-google-2010-02-14-21-18/sysynclib_linux.html 
more: /home/user/.config/syncevolution/google/log/SyncEvolution-google-2010-02-14-21-18/sysynclib_linux.html: No such file or directory 
/home/user # cd ~/.config/syncevolution/google/
/home/user/.config/syncevolution/google # ls -la 
drwx------ 5 user users 4096 Feb 14 21:21 . 
drwx------ 3 user users 4096 Feb 5 18:48 .. 
-rw-r--r-- 1 user users 162 Feb 14 21:21 .internal.ini 
drwx------ 2 user users 4096 Feb 5 18:57 .synthesis 
-rw-r--r-- 1 user users 5336 Feb 10 02:47 config.ini 
drwx------ 6 user users 4096 Feb 5 18:48 sources 
drwx------ 3 user users 4096 Feb 10 02:47 ~ 
/home/user/.config/syncevolution/google #
Anybody got any idea on how to fix the problem?

Or does anybody know where the logfile ended up, or how to enable the logging if it is somehow disabled, and what that ~ directory is doing there, and how I can cd into the ~ directory without ending up in $HOME?
 
Posts: 1 | Thanked: 0 times | Joined on Feb 2010
#77
Hello.

My N900 was unable to open syncevolution-frontend due to a missing package.

You guys might need to install python-gconf package on your N900.

GoogleSync is not working.
 
Posts: 7 | Thanked: 1 time | Joined on Feb 2010
#78
@bolle

According to this blog, it seems this bug is due to "broken IPv6 support in the Maemo version of libcurl", however I have not idea to fix that bug....
 
Posts: 6 | Thanked: 0 times | Joined on Jan 2010
#79
Originally Posted by Guyome View Post
@bolle

According to this blog, it seems this bug is due to "broken IPv6 support in the Maemo version of libcurl", however I have not idea to fix that bug....
I've experienced this bug too

Where should I report it?
 
Posts: 39 | Thanked: 0 times | Joined on Feb 2010 @ Zόrich, Switzerland
#80
Originally Posted by quipper8 View Post
yes, you can do it pretty easily within a few hours. I run a funambol server on debian for syncing with various nokia phones(some e51, e71, e72) although I have not setup syncevolution on maemo before to operate with it yet, but it should work fine.

funambol provides a binary installer that just installs into /opt/Funambol.

Ignore the funambol wiki unless you want to do a manual install or already have a tomcat server , etc setup.

You sjust download the .bin and then chmod +x and run it

You need to make sure you have java installed first and that is about it.

By default it uses an integrated hsqldb, but you can install jdbc mysql connector and edit db.xml conf file and use mysql(that is what I am doing)

There is a gui admin tool you can use from windows to connect to it.

also, if you do want to change the database to mysql, check out this link

http://markmail.org/message/oqbsvv3raljwezft

for some handy config options to keep the mysql connection healthy.

I wanted to use mysql so i could whip up a quick web frontend for the data as well just in case.
Wow, I managed to setup a funambol server on my network attached storage of QNAP quite easily. Just downloaded the unix installer file from funambol.org and ran it as described above.

Adress book sync worked fine but synching the calender I get the following error message, this is pasted from the html-log file.

Code:
# [2010-02-15 20:25:22.501] 'processStatus' - Processing incoming Status [--][++] [->end] [->enclosing]

    * [2010-02-15 20:25:22.501] Started processing Command 'Status' (incoming MsgID=1, CmdID=4)
    * [2010-02-15 20:25:22.502] WARNING: RECEIVED NON-OK STATUS 404 for command 'Alert' (outgoing MsgID=1, CmdID=3)
    * [2010-02-15 20:25:22.502] - TargetRef (remoteID) = 'cal2'
    * [2010-02-15 20:25:22.502] - SourceRef (localID) = './calendar'
    * [2010-02-15 20:25:22.503] Found matching command 'Alert' for Status
    *
      +
      –
      [2010-02-15 20:25:22.503] 'DSStateChange' - Datastore changes state, datastore=calendar, oldstate=client_sent_alert, newstate=client_alert_statused [--][++] [->end] [->enclosing]
      –[2010-02-15 20:25:22.504] End of 'DSStateChange' [->top] [->enclosing]
    *
      +
      –
      [2010-02-15 20:25:22.504] 'DSAbort' - Aborting datastore sync, abortStatusCode=404, localProblem=no, resumable=yes [--][++] [->end] [->enclosing]
          o
            +
            –
            [2010-02-15 20:25:22.504] 'SessionAbort' - Aborting Session, Status=404, ProblemSource=REMOTE [--][++] [->end] [->enclosing]
                + [2010-02-15 20:25:22.505] WARNING: Aborting Session with Reason Status 404 (REMOTE problem) ***
                + [2010-02-15 20:25:22.505] --------------- Ignoring all commands in this message (after 0 sec. request processing, 0 sec. total) with Status 514 (0=none) from here on
            –[2010-02-15 20:25:22.506] End of 'SessionAbort' [->top] [->enclosing]
          o
            +
            –
            [2010-02-15 20:25:22.506] 'SaveSuspendState' - Saving state for suspend/resume [--][++] [->end] [->enclosing]
                +
                  +
                  –
                  [2010-02-15 20:25:22.506] 'SaveAdminData' - Saving changelog, target and map info [--][++] [->end] [->enclosing]
                  –[2010-02-15 20:25:22.508] End of 'SaveAdminData' [->top] [->enclosing]
            –[2010-02-15 20:25:22.508] End of 'SaveSuspendState' [->top] [->enclosing]
          o [2010-02-15 20:25:22.509] *************** Warning: Datastore flagged aborted (after 0 sec. request processing, 0 sec. total) with REMOTE Status 404
      –[2010-02-15 20:25:22.509] End of 'DSAbort' [->top] [->enclosing]
    * [2010-02-15 20:25:22.510] Deleted command 'Alert' (outgoing MsgID=1, CmdID=3)
    * [2010-02-15 20:25:22.510] Deleted command 'Status' (incoming MsgID=1, CmdID=4)

–[2010-02-15 20:25:22.510] End of 'processStatus' [->top] [->enclosing]
# [2010-02-15 20:25:22.511] calendar: normal sync done unsuccessfully
# [2010-02-15 20:25:22.513] server database not found, check URI 'cal2'
#
+
–
[2010-02-15 20:25:22.515] 'DSStateChange' - Datastore changes state, datastore=calendar, oldstate=client_alert_statused, newstate=completed [--][++] [->end] [->enclosing]

    * [2010-02-15 20:25:22.516] Sync Statistics for 'calendar' (), normal sync
    * [2010-02-15 20:25:22.517]
Running syncevolution without arguments yields

Code:
Evolution Address Book = Evolution Contacts = evolution-contacts:
   <<system>> (file:///home/user/.osso-abook/db) <default>

Maemo Calendar = maemo-events:
   N900 (id:1) <default>
   cal_ti_calendar_private (id:2)

Maemo Tasks = maemo-tasks:
   N900 (id:1) <default>
   cal_ti_calendar_private (id:2)

Maemo Notes = maemo-notes:
   N900 (id:1) <default>
   cal_ti_calendar_private (id:2)
My config.ini in ~/.config/syncevolution/funambol/sources/calendar reads
Code:
sync = two-way
type = maemo-events
evolutionsource = id:1
uri = cal2
Any hints what`s going wrong here?
 
Reply

Tags
calendar sync, maemo 5


 
Forum Jump


All times are GMT. The time now is 08:58.