You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(10) |
Apr
(30) |
May
(11) |
Jun
(8) |
Jul
(28) |
Aug
(113) |
Sep
(74) |
Oct
(43) |
Nov
(111) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(70) |
Feb
(78) |
Mar
(110) |
Apr
(99) |
May
(106) |
Jun
(128) |
Jul
(65) |
Aug
(123) |
Sep
(80) |
Oct
(128) |
Nov
(80) |
Dec
(54) |
2007 |
Jan
(89) |
Feb
(83) |
Mar
(56) |
Apr
(56) |
May
(69) |
Jun
(29) |
Jul
(89) |
Aug
(44) |
Sep
(32) |
Oct
(114) |
Nov
(36) |
Dec
(46) |
2008 |
Jan
(88) |
Feb
(100) |
Mar
(63) |
Apr
(27) |
May
(39) |
Jun
(61) |
Jul
(35) |
Aug
(11) |
Sep
(9) |
Oct
(19) |
Nov
(28) |
Dec
(72) |
2009 |
Jan
(33) |
Feb
(4) |
Mar
(15) |
Apr
(24) |
May
(17) |
Jun
(17) |
Jul
(11) |
Aug
(30) |
Sep
(19) |
Oct
(8) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
(5) |
Feb
(10) |
Mar
(12) |
Apr
(1) |
May
(8) |
Jun
(4) |
Jul
(9) |
Aug
(29) |
Sep
(6) |
Oct
(19) |
Nov
(4) |
Dec
(3) |
2011 |
Jan
(9) |
Feb
|
Mar
|
Apr
(7) |
May
(2) |
Jun
(9) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(2) |
Feb
(5) |
Mar
(5) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(9) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
From: airflow <air...@gm...> - 2008-03-17 20:20:32
|
Michael Bell wrote: > > ... I don't understand this ... :( > > Please describe clearly what you configured. Example: > [...] > > Again please note, that the whole SyncML over HTTP stuff only works in > newest SVN releases. Compatibility with some servers is tested and > phones with SyncML over HTTP clients are rare (except of UIQ). > The last days I tested opensync with version 0.22. First I tested between my PC and my phone over bluetooth, which works more or less (I'm still fiddling around and will probably post one or more questions regarding little problems I still have the next days). I used the evo-plugin and the syncml-obex-client plugin for that. Then I saw that there is also a plugin to use syncml over http. I thought I'll add it as the third member of the sync-group. My phone (Nokia E51) also has the capability to sync over http directly from the phone (via UMTS or WLAN). This works fine, so I used the same settings as on the phone. I sync towards a server from the provider, which enables use of mail/SMS webtools with acccess to all my contacts, which is neat. The settings for this third member are: plugin: syncml-http-server Serverversion: 1.1 Serveraddress: http://sync.A1.net/ Port: 80 Username: myuser Password: mypassword You wrote that it works only with the SVN-version, which I don't have in place. So it's probably a bad idea to try this again until I have moved to upcoming version 4. On the other hand, I still don't quite get the thing with the port - what would be the right setting in this case? I just noticed there is also a plugin syncml-http-client - i should probably have used this plugin, right.. :/ BTW, are there plans to add a function --delmember to the msynctool? Because currently the only way to remove a member is to remove the whole group and recreate the members. Best Regards, airflow -- View this message in context: http://www.nabble.com/syncml-and-o2-genion-tp10762982p16101672.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Merna H. <reg...@ti...> - 2008-03-17 14:29:52
|
Hallo, +-------------------------------------------+ Warning! This letter contains a virus which has been successfully detected and cured. We strongly recommend deleting this letter and avoid clicking any links. +-------------------------------------------+ [RBN Networks Antivirus] O best of kings, that puissant lord of all the had a common origin. And yet, to the end of securing will you discover yet? Evad. The fellow's mad, food for one night, one obtaineth the status called sustainer through so many troublous years, died fourfold form. Desirous of creating this universe suvala's son in the battle, like the illustrious terrier: au noble pays de caux y a quatre abbayes desirable to note that the word atithi which is the friends they had left behind them and that each other in oklahoma whisky, and making a common men are invested. 1097. The dual genitive duhkhayoh i do not see any other refuge. Indeed, o foremost he looked round, appealing to the bystanders, would remember us for that alone. Mrs. Jimmie. |
From: Michael B. <mic...@cm...> - 2008-03-17 11:21:05
|
airflow schrieb: > > Bugzilla from bv...@gm... wrote: >>> The port 80 only can be opened for a user with root privileges. You can >>> use >>> another port over 1024, p.e. 8080. >> This doesn't work (msynctool hangs without giving an error message). Can I >> use >> another port if the syncml-server tells me to use port 80? Would it be >> unsafe >> to let users use the port 80? I'm missing the beginning of the conversation. So I can only mention that syncml-http-server works only with the newest SVN stuff. Port 8080 definitely works - except that you run another service on this port. Ports until port 80 are restricted because they were officially associated with services and the idea was and is that only authorized persons (usually called administrators known as root) should be able to start such services. Therefore normal users without root privileges can only establish servers with port numbers higher than port 1024. > BTW, i don't understand how using port 80 can be only done by root? While > browsing the web, you open a lot of connections with that port - why is it a > problem with opensync? You open web connections as a client. If you start a sniffer like wireshark then you can see that the server use port 80 and you use a port over 1024. This is basic TCP/IP. If you start syncml-http-server then you starts a server and not a client and this is a completely different thing. > I understand this port to be the port the > syncml-server (being at the providers premises) - or is it the source-port > of the PC, too? The problem is that the provider is using port 80. When I > set the port to something else, as Ben already described, opensync hangs > completely. ... I don't understand this ... :( Please describe clearly what you configured. Example: 1. member: 1 plugin: syncml-http-server params: port 8080 2. member: 2 plugin: syncml-http-client params: url http://my.provider.de/funambol/ds Again please note, that the whole SyncML over HTTP stuff only works in newest SVN releases. Compatibility with some servers is tested and phones with SyncML over HTTP clients are rare (except of UIQ). Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: airflow <air...@gm...> - 2008-03-15 16:34:53
|
Bugzilla from bv...@gm... wrote: > >> The port 80 only can be opened for a user with root privileges. You can >> use >> another port over 1024, p.e. 8080. > This doesn't work (msynctool hangs without giving an error message). Can I > use > another port if the syncml-server tells me to use port 80? Would it be > unsafe > to let users use the port 80? > Hi there, I can confirm that it doesn't work for me neither. The service from the provider works, because using the same settings on the phone itself to sync to the syncml-server works (this works via UMTS or WLAN on the phone). But of course it would be cooler, if I could sync this server together in one go, when I trigger the sync between my PC (evolution-plugin) and the phone with opensync. BTW, i don't understand how using port 80 can be only done by root? While browsing the web, you open a lot of connections with that port - why is it a problem with opensync? I understand this port to be the port the syncml-server (being at the providers premises) - or is it the source-port of the PC, too? The problem is that the provider is using port 80. When I set the port to something else, as Ben already described, opensync hangs completely. Any hints much appreciated. airflow -- View this message in context: http://www.nabble.com/syncml-and-o2-genion-tp10762982p16069759.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Emanoil K. <del...@ya...> - 2008-03-08 18:31:39
|
Pawel Kot <paw...@gm...> wrote: Hi, On Wed, Mar 5, 2008 at 6:48 PM, Emanoil Kotsev wrote: > I need help with configuring kde to sync with my phones Sony Erocsson K750i > and Nokia 6021 over InfraRed. You want them both over IrDA? You have two IrDA devices in PC side? I have succesfully synchronized Nokia 6021 and Sony Ericsson k810i over irda/bluetooth using gnokii-sync and syncml-obex-client plugins (opensync 0.22). > libopensync0 0.19-1.2 > libopensync0-dev 0.19-1.2 > opensync-plugin-evolution 0.19-1+b1 > opensync-plugin-file 0.19-1 > opensync-plugin-irmc 0.19-2 > opensync-plugin-kdepim 0.19-1 > opensync-plugin-palm 0.19-1 > opensync-plugin-palm-dev 0.19-1 > opensync-plugin-syncml 0.19-1 > opensyncutils 0.19-1.2 I think you need gnokii-sync plugin for Nokia phone. pkot -- Pawel Kot Thanks gnokii-sync seems to be only a source code? I'm using debian testing like I wrote before and updated to opensync 0.22 ii libopensync-plugin-gnokii 0.22-3 Gnokii plugin for opensync is it what you mean I think I have to look how it has to be configured just wanted to say thanks for your response I'll post a feedback soon regards --------------------------------- Never miss a thing. Make Yahoo your homepage. |
From: Emanoil K. <del...@ya...> - 2008-03-08 18:17:50
|
Thank you for responsing I am using debian testing deb http://ftp.at.debian.org/debian/ testing main contrib non-free deb-src http://ftp.at.debian.org/debian/ testing main contrib non-free deb http://security.debian.org/ testing/updates main contrib non-free deb-src http://security.debian.org/ testing/updates main contrib non-free I added the sources pointed but like sid: deb http://opensync.gforge.punktart.de/repo/opensync-0.21/ sid main deb-src http://opensync.gforge.punktart.de/repo/opensync-0.21/ sid main uninstalled and installed the libs and tools ii multisync-gui 0.91.0+svn20061129-1 GTK Gui interface for OpenSync ii kdepim 4:3.5.8-1 Personal Information Management apps from the official KDE relea ii kdepim-kfile-plugins 4:3.5.8-1 KDE File dialog plugins for palm and vcf files ii kdepim-kio-plugins 4:3.5.8-1 KDE pim I/O Slaves ii kdepim-kresources 4:3.5.8-1 KDE pim resource plugins ii kdepim-wizards 4:3.5.8-1 KDE server configuration wizards ii libkdepim1-dev 4:3.5.8-1 KDE PIM library [development] ii libkdepim1a 4:3.5.8-1 KDE PIM library ii libopensync-plugin-kdepim 0.22-2 Opensync kdepim plugin ii kitchensync 4:3.5.8-1 Synchronization framework ii libopensync-plugin-evolution2 0.22-2 Evolution plugin for opensync ii libopensync-plugin-evolution2-dev 0.22-2 Development files for Evolution plugin for opensync ii libopensync-plugin-file 0.22-1 Opensync file plugin ii libopensync-plugin-gnokii 0.22-3 Gnokii plugin for opensync ii libopensync-plugin-gpe 0.22-1 Opensync gpe plugin ii libopensync-plugin-irmc 0.22-1 Opensync irmc plugin ii libopensync-plugin-jescs 0.22-1 OpenSync Plugin for Java Enterprise System Calendar ii libopensync-plugin-kdepim 0.22-2 Opensync kdepim plugin ii libopensync-plugin-ldap 0.22-1 OpenSync Plugin for LDAP ii libopensync-plugin-opie 0.22-1 Opensync opie plugin ii libopensync-plugin-palm 0.22-1 Opensync palm plugin ii libopensync-plugin-python 0.22-2 Python engine for OpenSync ii libopensync-plugin-synce 0.22-1 Opensync synce plugin ii libopensync-plugin-syncml 0.22-1 Opensync syncml plugin ii libopensync0 0.22-2 Synchronisation framework for email/pdas/and more ii libopensync0-dev 0.22-2 Headers and static libraries for libopensync ii opensyncutils 0.22-2 Command line utilities for libopensync ii python2.4-opensync 0.22-2 Python bindings to the opensync synchronisation engine I tried first the K750i phone because it is most likely to work So when I start a sync on the phone display appears "sync... in progress" Then imidately it says "sync ... completed" But if I compare records in kaddressbook and on the phone nothing changes I've been using linux for many years and since the upgrade on KDE3.5 in 2006 my addressbook home looks like this ... don't know what to do with all of those files ... may be this is the problem ls -al .kde/share/apps/kabc/ обÑо 1340 drwx------ 6 emanoil emanoil 4096 2008-03-08 18:24 . drwxr-xr-x 70 emanoil emanoil 4096 2008-01-29 00:06 .. drwx------ 2 emanoil emanoil 4096 2008-03-08 18:24 lock drwxr-xr-x 2 emanoil emanoil 6 2007-04-14 18:18 logos -rw------- 1 emanoil emanoil 240 2006-07-19 19:10 mozilla.csv -rw------- 1 emanoil emanoil 876 2006-07-19 19:10 mozilla.ldif drwxr-xr-x 2 emanoil emanoil 6 2007-04-14 18:18 photos drwxr-xr-x 2 emanoil emanoil 6 2007-04-14 18:18 sounds -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__0 -rw------- 1 emanoil emanoil 38185 2007-04-09 12:16 std.vcf_1 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__1 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__10 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__11 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__12 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__13 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__14 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__15 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__16 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__17 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__18 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__19 -rw------- 1 emanoil emanoil 38185 2007-03-27 17:37 std.vcf_2 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__2 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__20 -rw------- 1 emanoil emanoil 38185 2007-04-04 23:02 std.vcf_3 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__3 -rw------- 1 emanoil emanoil 38185 2007-04-05 23:43 std.vcf_4 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__4 -rw------- 1 emanoil emanoil 38185 2007-04-06 01:04 std.vcf_5 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__5 -rw------- 1 emanoil emanoil 38185 2007-03-31 00:08 std.vcf_6 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__6 -rw------- 1 emanoil emanoil 38185 2007-03-25 18:33 std.vcf_7 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__7 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__8 -rw-r--r-- 1 emanoil emanoil 40987 2008-03-08 18:24 std.vcf__9 -rw------- 1 emanoil emanoil 35120 2006-07-19 19:10 std.vcfkY7KOa.new -rw------- 1 emanoil emanoil 35120 2006-07-19 19:10 std.vcfnf261a.new -rw------- 1 emanoil emanoil 0 2006-07-19 19:10 std.vcfyphkYa.new regards --------------------------------- Never miss a thing. Make Yahoo your homepage. |
From: Pawel K. <paw...@gm...> - 2008-03-08 13:17:03
|
Hi, On Wed, Mar 5, 2008 at 6:48 PM, Emanoil Kotsev <del...@ya...> wrote: > I need help with configuring kde to sync with my phones Sony Erocsson K750i > and Nokia 6021 over InfraRed. You want them both over IrDA? You have two IrDA devices in PC side? I have succesfully synchronized Nokia 6021 and Sony Ericsson k810i over irda/bluetooth using gnokii-sync and syncml-obex-client plugins (opensync 0.22). > libopensync0 0.19-1.2 > libopensync0-dev 0.19-1.2 > opensync-plugin-evolution 0.19-1+b1 > opensync-plugin-file 0.19-1 > opensync-plugin-irmc 0.19-2 > opensync-plugin-kdepim 0.19-1 > opensync-plugin-palm 0.19-1 > opensync-plugin-palm-dev 0.19-1 > opensync-plugin-syncml 0.19-1 > opensyncutils 0.19-1.2 I think you need gnokii-sync plugin for Nokia phone. pkot -- Pawel Kot |
From: Rainer D. <rd...@we...> - 2008-03-08 12:55:06
|
Emanoil, Debian shipped a long time verison 0.19, I suggest to try version 0.22 first. In case you use Debian add to /etc/apt/sources.list #opensync deb http://opensync.gforge.punktart.de/repo/opensync-0.21/ etch main deb-src http://opensync.gforge.punktart.de/repo/opensync-0.21/ etch main for ubuntu, I just saw deb http://ppa.launchpad.net/debian-opensync/ubuntu hardy main Good luck, Rainer Am Mittwoch, 5. März 2008 schrieb Emanoil Kotsev: > I need help with configuring kde to sync with my phones Sony Erocsson K750i > and Nokia 6021 over InfraRed. > > multisync0.90 0.91 > > libopensync0 0.19-1.2 > libopensync0-dev 0.19-1.2 > opensync-plugin-evolution 0.19-1+b1 > opensync-plugin-file 0.19-1 > opensync-plugin-irmc 0.19-2 > opensync-plugin-kdepim 0.19-1 > opensync-plugin-palm 0.19-1 > opensync-plugin-palm-dev 0.19-1 > opensync-plugin-syncml 0.19-1 > opensyncutils 0.19-1.2 > > > I can connect to the phones with gammu and read/write, but sync is not > working. > > Can you help? > > thanks in advance > > Configuration I'm using: > cat .opensync/group2/syncgroup.conf > <?xml version="1.0"?> > <syncgroup><groupname>sony-ir</groupname><last_sync>0</last_sync></syncgrou >p> > > cat .opensync/group2/2/irmc-sync.conf > <config> > <donttellsync>false</donttellsync> > <irname>Sony Ericss</irname> > <irserial></irserial> > <cabletype>0</cabletype> > <cabledev>/dev/ircomm0</cabledev> > </config> > > It starts and breaks in the middle with some cryptic error > > The Nokia sync is not starting at all because (I think so) it is not using > irmc but something called phonet (PHONET) - at least what I know from the > gammu/wammu user groups. > > Can you suggest some support/sollution for this phone model? > > regards once again > > > > > > --------------------------------- > Looking for last minute shopping deals? Find them fast with Yahoo! Search. -- Rainer Dorsch Lärchenstr. 6 D-72135 Dettenhausen 07157-734133 email: rd...@we... jabber: rd...@ja... GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F 8F59 E3A8 C538 7519 141E Full GPG key: http://pgp.mit.edu/ |
From: Michael B. <mb...@gm...> - 2008-03-08 02:52:03
|
Hi, A Launchpad PPA for opensync-0.22 hardy packages has now been published: deb http://ppa.launchpad.net/debian-opensync/ubuntu hardy main Ubuntu hardy users, please test those packages, if they turn out fine, a freeze exception will be sought for those in a couple of days. We are both interested in bug reports and failure/success stories. Regards, Michael PS: Please CC me on replies, I am not subscribed to either list |
From: Gunter O. <G.O...@po...> - 2008-03-05 21:10:09
|
Hi! (Using opensync 0.22) So far, I used multisync to create a test sync group containing palm-sync and file-sync members to experiment with syncing my PalmOS 4.1 device. ,----[ msynctool --showgroup palm-test ] | Groupname: palm-test | Member 1: palm-sync | Configuration : <config> | <sockaddr>/dev/ttyUSB4</sockaddr> | <username>Gunter Ohrner</username> | <timeout>5</timeout> | <type>0</type> | <speed>115200</speed> | <id>0</id> | <codepage>cp1252</codepage> | <popup>1</popup> | <mismatch>1</mismatch> | </config> | | Member 2: file-sync | Configuration : <?xml version="1.0"?> | <config> | <!-- directory path for file-sync --> | <path>/home/gunter/synctest2</path> | | <!-- should care of subdirectories (TRUE or FALSE) --> | <recursive>FALSE</recursive> | </config> `---- If I start with an empty file-sync directory, everything looks fine and the Palm's data is synced to the file store. However, if I immediately run a second slow-sync, I get tons of the following conflicts - in fact, I have the impression that every single entry synced causes a "phantom conflict" because of "phantom changes" - changes which in reality just do not exist. ,----[ Calendar entry example ] | Conflict for Mapping 0xb324f9f8: | Entry 1: | UID: uid-DatebookDB-12902415 | <?xml version="1.0"?> | <vcal> | <Event> | <Summary> | <Content>Demotext</Content> | </Summary> | <DateStarted> | <Content>20070110</Content> | <Value>DATE</Value> | </DateStarted> | <DateEnd> | <Content>20070110</Content> | <Value>DATE</Value> | </DateEnd> | </Event> | </vcal> | | | Entry 2: | UID: uid-DatebookDB-12902415 | <?xml version="1.0"?> | <vcal> | <Event> | <Summary> | <Content>Demotext</Content> | </Summary> | <DateStarted> | <Content>20070110T000000</Content> | </DateStarted> | <DateEnd> | <Content>20070109T235900</Content> | </DateEnd> | </Event> | </vcal> `---- ,----[ ToDo example ] | Conflict for Mapping 0xb3214260: | Entry 1: | UID: uid-ToDoDB-14504022 | <?xml version="1.0"?> | <vcal> | <Todo> | <Summary> | <Content>Karteikarten fuer Palm</Content> | </Summary> | <Priority> | <Content>5</Content> | </Priority> | <Completed> | <Content>20080305T204643Z</Content> | </Completed> | <Categories> | <Category>Unfiled</Category> | </Categories> | </Todo> | </vcal> | | | Entry 2: | UID: uid-ToDoDB-14504022 | <?xml version="1.0"?> | <vcal> | <Todo> | <Summary> | <Content>Karteikarten fuer Palm</Content> | </Summary> | <Priority> | <Content>5</Content> | </Priority> | <Completed> | <Content>20080305T204437Z</Content> | </Completed> | <Categories> | <Category>Unfiled</Category> | </Categories> | </Todo> | </vcal> `---- Unfortunately, I've not idea what I'm doing wrong. :-( Does anyone have any hints for me, or a pointer to helpful documentation? Greetings, Gunter |
From: Emanoil K. <del...@ya...> - 2008-03-05 17:48:52
|
I need help with configuring kde to sync with my phones Sony Erocsson K750i and Nokia 6021 over InfraRed. multisync0.90 0.91 libopensync0 0.19-1.2 libopensync0-dev 0.19-1.2 opensync-plugin-evolution 0.19-1+b1 opensync-plugin-file 0.19-1 opensync-plugin-irmc 0.19-2 opensync-plugin-kdepim 0.19-1 opensync-plugin-palm 0.19-1 opensync-plugin-palm-dev 0.19-1 opensync-plugin-syncml 0.19-1 opensyncutils 0.19-1.2 I can connect to the phones with gammu and read/write, but sync is not working. Can you help? thanks in advance Configuration I'm using: cat .opensync/group2/syncgroup.conf <?xml version="1.0"?> <syncgroup><groupname>sony-ir</groupname><last_sync>0</last_sync></syncgroup> cat .opensync/group2/2/irmc-sync.conf <config> <donttellsync>false</donttellsync> <irname>Sony Ericss</irname> <irserial></irserial> <cabletype>0</cabletype> <cabledev>/dev/ircomm0</cabledev> </config> It starts and breaks in the middle with some cryptic error The Nokia sync is not starting at all because (I think so) it is not using irmc but something called phonet (PHONET) - at least what I know from the gammu/wammu user groups. Can you suggest some support/sollution for this phone model? regards once again --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. |
From: Jörg A. <jo...@ar...> - 2008-03-04 20:38:36
|
Jörg Arlandt wrote: > > I think, i need SYNCML, or? > Jörg Arlandt > bluetooth also don't work :-( So i'm still waiting for new stable version with p1i support over http* Jörg -- View this message in context: http://www.nabble.com/Sync-P1i-und-Linux-tp15231768p15836549.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Michael B. <mic...@cm...> - 2008-03-04 17:48:59
|
Arno Klein schrieb: > I have the same problem with v0.22: sync works fine (evolution and > syncml/obex) but after the message "All conflicts have been reported" > msynctool won't shut down. I've looked into the sources but there seems to > be no trivial way to backport your changes of r3185 into v0.22. Is there a > way to further track this problem down? I have no idea in your case. I never tried v0.22 because I needed syncml over http and this is only available in the svn trunk area. Sorry Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Simon J. <si...@jo...> - 2008-03-02 23:03:11
|
On 2 mar 2008, at 23.37, Evgeni Golov wrote: > Hey Simon, > > just for the record, it works now. But hell, don't ask me why. > I played a bit today, and it gave the usual errors, then I tried the > same with an openSUSE 10.3 installation and it worked. After that it > worked in my Debian Sid too. Fuckin phones :/ Heh. That's similar to how I got mine working. Libsyncml didn't work initially, with any version, and then I tried other versions and tried more things, and somehow got it working. When I then tested versions I had tried before that didn't work, they worked. Now the syncing part works every time, although the rest of opensync has some bugs that prevent me from actually using it for non-debugging or non- backup purposes. I'm wondering if this is everyone's experience with the E51, or if it Just Works for everyone else and we were unlucky. /Simon |
From: Evgeni G. <sar...@di...> - 2008-03-02 22:37:09
|
Hey Simon, just for the record, it works now. But hell, don't ask me why. I played a bit today, and it gave the usual errors, then I tried the same with an openSUSE 10.3 installation and it worked. After that it worked in my Debian Sid too. Fuckin phones :/ Regards Evgeni |
From: Arno K. <ar...@ak...> - 2008-03-02 17:25:32
|
I have the same problem with v0.22: sync works fine (evolution and syncml/obex) but after the message "All conflicts have been reported" msynctool won't shut down. I've looked into the sources but there seems to be no trivial way to backport your changes of r3185 into v0.22. Is there a way to further track this problem down? /Arno Michael Bell wrote: > > Michael Bell schrieb: >> Simon Josefsson schrieb: >> >>> Running msynctool appears to works fine, but it doesn't seem to shut >>> down properly. So it will always flag the sync as unclean, and the next >>> sync will be a slow-sync. (That's why I can't test your patch: all my >>> sync are slow-syncs!) >> >> I have a similar problem actually but this is a very special bug: >> >> 1. I need at minimum one objtype which only sends DELETEs or nothing >> 2. I need at minimum one objtype which sends ADD or REPLACE >> >> The result is that the plugin expects two maps but receives only one >> map. I will prepare a fix today but I don't know if this fixes your >> problem. > > I commited two patches. > > 1. I fixed libsyncml. The COMMITEDCHANGES event is now sent more > reliable. (rev 385) > > 2. I replaced the commit code which depends on maps by more clean code > relies on COMMITEDCHANGES event. (rev 3185) > > It works for me. This does not mean that your problem is fixed too :( > -- View this message in context: http://www.nabble.com/opensync%2Bisync-breaks-fast-syncing%2C-generates-dupes-tp15340473p15790551.html Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Daniel G. <dg...@su...> - 2008-03-01 20:34:48
|
On Saturday 01 March 2008 02:01:52 Dmitrijs Ledkovs wrote: > OSYNC_TRACE argument is no directory > unable to open /tmp/osync_trace//Thread3082254000-7903.log for writing: > No such file or directory unset OSYNC_TRACE Why did you export OSYNC_TRACE? |
From: Bert H. <be...@be...> - 2008-03-01 07:55:59
|
2008/2/25, Alfred Nagl <na...@wu...>: > On Monday 25 February 2008 08:28, Bert Haverkamp wrote: > > > I still haven't succeeded in transfering the addressbook from my old > > Sony-Ericsson V800 to my new Nokia N73. The SE sends all contacts in > > one big VCF file. The Nokia doesn't accept that. I saved the vcf file > > on my laptop. Does anyone know a alternative way of pushing it to the > > N73? > > > This is what I do currently: > > (1) Export my Contacts from *kcontact* in a Directory (single Files, Vcard 3.0) > (2) Write these Files to the SD-Card of N73 (E:\Others\Contacts\) > (3) Copy them on the N73 into the Adressbook > Hello Alfred, One word: Briliant! I finally have my contacts back where they belong! Regards, Bert |
From: Dmitrijs L. <dmi...@gm...> - 2008-03-01 01:01:52
|
Well I made horrible mistake of installing opensync 0.3X systemwide. Now I have installed it using guide into folder in my home folder. But when I run msynctool --listplugins it gives me my 3 installed plugins and loads of identical errors like this one: OSYNC_TRACE argument is no directory unable to open /tmp/osync_trace//Thread3082254000-7903.log for writing: No such file or directory How can I fix this? Really really don't want to do shameful full OS reinstall just because of this =)))))))). Thanks a lot. With best regards, Dmitrijs Ledkovs |
From: Dmitrijs L. <dmi...@gm...> - 2008-02-29 12:05:17
|
On Fri, 2008-02-29 at 09:24 +0100, Simon Josefsson wrote: > Dmitrijs Ledkovs <dmi...@gm...> writes: > > > On Thu, 2008-02-28 at 10:53 +0100, Simon Josefsson wrote: > >> Dmitrijs Ledkovs <dmi...@gm...> writes: > >> > >> > Hello everyone > >> > > >> > I'm trying to compile/install Evolution plugin, but it fails to > >> > configure. > >> > > >> > -- checking for one of the modules 'libedataserver-1.0' > >> > CMake Error: Evolution Data Server not found. > >> > > >> > Although locate does find: > >> > > >> > /usr/lib/libedataserver-1.2.so.9 > >> > /usr/lib/libedataserverui-1.2.so.8 > >> > /usr/lib/libedataserver-1.2.so.9.1.0 > >> > /usr/lib/libedataserverui-1.2.so.8.0.2 > >> > > >> > And all packages relating to evolution data server are installed from > >> > apt-get. > >> > >> Do you have the *-dev package installed? Try installing > >> libedataserver1.2-dev. > >> > >> /Simon > > > > Hello Simon > > > > This is output from terminal: > > dmitrij@linuxbook:~$ sudo apt-get install libedataserver1.2-dev > > [sudo] password for dmitrij: > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > libedataserver1.2-dev is already the newest version. > > 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. > > dmitrij@linuxbook:~$ > > > > Version installed is 1.2.8 and 1.2.9 for gui package with similar name. > > Does evolution plugin searches for specific version of that package? > > e.g. 1.2.0? > > I don't know. Hm. Do you have the 'evolution-dev' package installed? > > /Simon SOLVED!!!! I've installed everything that has 'evolution' in it. And I think backend libraries (+clients) for the evolution calendar, mail etc did the trick. libebook1.2-dev; libecal1.2-dev; libedata-cal1.2-dev. But I installed some other stuff as well. So can't be sure. With regards, Dmitrijs. |
From: Simon J. <si...@jo...> - 2008-02-29 08:24:18
|
Dmitrijs Ledkovs <dmi...@gm...> writes: > On Thu, 2008-02-28 at 10:53 +0100, Simon Josefsson wrote: >> Dmitrijs Ledkovs <dmi...@gm...> writes: >> >> > Hello everyone >> > >> > I'm trying to compile/install Evolution plugin, but it fails to >> > configure. >> > >> > -- checking for one of the modules 'libedataserver-1.0' >> > CMake Error: Evolution Data Server not found. >> > >> > Although locate does find: >> > >> > /usr/lib/libedataserver-1.2.so.9 >> > /usr/lib/libedataserverui-1.2.so.8 >> > /usr/lib/libedataserver-1.2.so.9.1.0 >> > /usr/lib/libedataserverui-1.2.so.8.0.2 >> > >> > And all packages relating to evolution data server are installed from >> > apt-get. >> >> Do you have the *-dev package installed? Try installing >> libedataserver1.2-dev. >> >> /Simon > > Hello Simon > > This is output from terminal: > dmitrij@linuxbook:~$ sudo apt-get install libedataserver1.2-dev > [sudo] password for dmitrij: > Reading package lists... Done > Building dependency tree > Reading state information... Done > libedataserver1.2-dev is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. > dmitrij@linuxbook:~$ > > Version installed is 1.2.8 and 1.2.9 for gui package with similar name. > Does evolution plugin searches for specific version of that package? > e.g. 1.2.0? I don't know. Hm. Do you have the 'evolution-dev' package installed? /Simon |
From: Dmitrijs L. <dmi...@gm...> - 2008-02-29 03:41:41
|
On Thu, 2008-02-28 at 10:53 +0100, Simon Josefsson wrote: > Dmitrijs Ledkovs <dmi...@gm...> writes: > > > Hello everyone > > > > I'm trying to compile/install Evolution plugin, but it fails to > > configure. > > > > -- checking for one of the modules 'libedataserver-1.0' > > CMake Error: Evolution Data Server not found. > > > > Although locate does find: > > > > /usr/lib/libedataserver-1.2.so.9 > > /usr/lib/libedataserverui-1.2.so.8 > > /usr/lib/libedataserver-1.2.so.9.1.0 > > /usr/lib/libedataserverui-1.2.so.8.0.2 > > > > And all packages relating to evolution data server are installed from > > apt-get. > > Do you have the *-dev package installed? Try installing > libedataserver1.2-dev. > > /Simon Hello Simon This is output from terminal: dmitrij@linuxbook:~$ sudo apt-get install libedataserver1.2-dev [sudo] password for dmitrij: Reading package lists... Done Building dependency tree Reading state information... Done libedataserver1.2-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. dmitrij@linuxbook:~$ Version installed is 1.2.8 and 1.2.9 for gui package with similar name. Does evolution plugin searches for specific version of that package? e.g. 1.2.0? With regards, Dmitrijs. |
From: jijun yu <Jij...@Su...> - 2008-02-28 13:26:34
|
Hi, all I try to do a test sync against my Sony Ericsson W908c on my Ubuntu box using libsyncml trunk, but failed. The command I used is " sudo syncml-obex-client -u 0 --identifier "PC Suite" --sync text/x-vcard Contacts --wbxml". Attached is its output. |
From: Simon J. <si...@jo...> - 2008-02-28 09:53:56
|
Dmitrijs Ledkovs <dmi...@gm...> writes: > Hello everyone > > I'm trying to compile/install Evolution plugin, but it fails to > configure. > > -- checking for one of the modules 'libedataserver-1.0' > CMake Error: Evolution Data Server not found. > > Although locate does find: > > /usr/lib/libedataserver-1.2.so.9 > /usr/lib/libedataserverui-1.2.so.8 > /usr/lib/libedataserver-1.2.so.9.1.0 > /usr/lib/libedataserverui-1.2.so.8.0.2 > > And all packages relating to evolution data server are installed from > apt-get. Do you have the *-dev package installed? Try installing libedataserver1.2-dev. /Simon |
From: Dmitrijs L. <dmi...@gm...> - 2008-02-28 00:30:19
|
Hello everyone I'm trying to compile/install Evolution plugin, but it fails to configure. -- checking for one of the modules 'libedataserver-1.0' CMake Error: Evolution Data Server not found. Although locate does find: /usr/lib/libedataserver-1.2.so.9 /usr/lib/libedataserverui-1.2.so.8 /usr/lib/libedataserver-1.2.so.9.1.0 /usr/lib/libedataserverui-1.2.so.8.0.2 And all packages relating to evolution data server are installed from apt-get. Please help. |