You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(9) |
Apr
(84) |
May
(18) |
Jun
(12) |
Jul
(6) |
Aug
(7) |
Sep
(10) |
Oct
(31) |
Nov
(59) |
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
(15) |
Mar
(43) |
Apr
(40) |
May
(63) |
Jun
(142) |
Jul
(54) |
Aug
(31) |
Sep
(30) |
Oct
(39) |
Nov
(36) |
Dec
(64) |
| 2007 |
Jan
(128) |
Feb
(261) |
Mar
(156) |
Apr
(127) |
May
(76) |
Jun
(131) |
Jul
(83) |
Aug
(124) |
Sep
(83) |
Oct
(88) |
Nov
(180) |
Dec
(90) |
| 2008 |
Jan
(86) |
Feb
(93) |
Mar
(117) |
Apr
(104) |
May
(65) |
Jun
(35) |
Jul
(38) |
Aug
(111) |
Sep
(58) |
Oct
(33) |
Nov
(102) |
Dec
(194) |
| 2009 |
Jan
(193) |
Feb
(74) |
Mar
(111) |
Apr
(77) |
May
(31) |
Jun
(20) |
Jul
(1) |
Aug
(3) |
Sep
(57) |
Oct
(125) |
Nov
(50) |
Dec
(3) |
| 2010 |
Jan
(26) |
Feb
(5) |
Mar
(13) |
Apr
(3) |
May
(3) |
Jun
(12) |
Jul
(27) |
Aug
(47) |
Sep
(105) |
Oct
(53) |
Nov
(34) |
Dec
(21) |
| 2011 |
Jan
(115) |
Feb
(17) |
Mar
|
Apr
(6) |
May
(16) |
Jun
(15) |
Jul
(85) |
Aug
(21) |
Sep
(13) |
Oct
(12) |
Nov
(28) |
Dec
(23) |
| 2012 |
Jan
|
Feb
(13) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(31) |
Sep
(8) |
Oct
|
Nov
|
Dec
(1) |
| 2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(33) |
Sep
(9) |
Oct
(10) |
Nov
(2) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
| 2016 |
Jan
(2) |
Feb
|
Mar
(3) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: ashish c. <ash...@gm...> - 2011-02-03 15:47:01
|
Hi,
Is it possible to sync sms/mms and email through libsyncml????if yes
then
how????
In syncml-ds-tool help menu text/x-vMessage option is there but when i am
trying to sync sms ith the given option it is throwing the following error-
"invalid mime type"
so is it possible to sync sms with this tool or not.
thank u in advance.
- Done.
n
|
|
From: Juergen L. <jue...@gm...> - 2011-02-03 04:05:53
|
On Tue, Feb 01, 2011 at 08:26:30PM +0100, Quentin Denis wrote: > Did Juergen get any feedback? I am just wondering... > No, I didn't. Bye, bye, Juergen |
|
From: deloptes <del...@ya...> - 2011-02-02 12:11:47
|
ashish chandna wrote:
> HI,
> I am using syncml-ds-tool which is there in libsyncml library and till
> time i am able to sync. phonebook ,calender,notes,i just want to know that
> sms syncronization is possible with this tool or i have to add some extra
> code in this.
> if it is possible to sync messages with this tool then pls reply me with
> all the steps.
> thank u.
you are asking too much. I can not provide you with all the details but if
you use the --help option you would see that you have to supply the proper
mime type.
What options did you use for Calendar and for the rest?
What phone brand/model do you have?
So far I've been successful to sync only in slow-sync with Contacts
syncml-ds-tool -b XX:XX:XX:XX:XX:XX 7 --wbxml --identifier "PC
Suite" --version "1.2" --sync text/x-vcard Contacts
But --help says
--sync <type> <path> <directory> normal two-way sync
--slow-sync <type> <path> <directory> slow two-way sync
<type> is the content-type of a datastore
text/x-vcard for contacts
text/x-vcalendar for calendar
text/plain for notes
text/x-vMessage for SMS
<path> is the used (virtual) source URL/path
It is the local name of the database.
You can choose something there.
<directory> is the local path to the synchronized directory
The directory is optional and an absolute path.
This directory is a persistent storage.
|
|
From: ashish c. <ash...@gm...> - 2011-02-02 06:19:49
|
HI, I am using syncml-ds-tool which is there in libsyncml library and till time i am able to sync. phonebook ,calender,notes,i just want to know that sms syncronization is possible with this tool or i have to add some extra code in this. if it is possible to sync messages with this tool then pls reply me with all the steps. thank u. |
|
From: deloptes <del...@ya...> - 2011-02-01 23:52:29
|
Quentin Denis wrote: > Did Juergen get any feedback? I am just wondering... I'm not sure |
|
From: deloptes <del...@ya...> - 2011-02-01 22:19:02
|
Michael Bell wrote:
> On 01/31/11 15:31, Emanoil Kotsev wrote:
>> I hoped you'll see what the real error was. The problem is that some
>> things defined in the internals.h are not ported and thus definitions
>> can not be found. The wbxml.h location is not a big deal.This is
>> because of the reduction of the API. If you need assistance let me
>> know.
>
> Nice to know. I activated the new header locations again. This requires
> that libsyncml must have the new directory of the wbxml header files in
> its default search path.
>
> CFLAGS="-I/usr/local/include/libwbxml-1.0/wbxml" cmake .
> -B/tmp/build/libsyncml
>
> Best regards
>
> Michael
Thanks. I've just tried it and I could make following observation.
- After uninstall few symlinks are left over [1].
- The problem with the internals.h seem to be libsyncml poblem, as it
doesn't matter what I export or configure as CXX it did not find the
wbxml.h file, so I've placed wbxml/ infront of wbxml.h and the problem was
solved. Might be that I have mistyped something too - need to check twice.
- I'm still getting this unknown event 225 and before this some kind of
assertion error. after this only slow sync is possible. I guess libsyncml
should be debugged a bit, but this is to come. If you could spend some time
on it it would be great [2]. It seems that there is a duplicate of the code
(ds libsyncml in ../libsyncml/sml_command.c, where this piece is not
updated and does not understand 225 like the ds code). However this is the
best I can do for today.
- Calendar sync is failing at ds tool with "Not a node" error [2]
- this is not a syncml issue, but I would like to know why isn't it merging
the contacts as there is irrelevant difference?! What should be done to
make it work - it's very annoying. [3]
regards
-------------------- [1] ----------------------------
/usr/bin/cmake -P /opt/software/opensync/libwbxml/trunk/build/cmake_uninstall.cmake
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/AUTHORS"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/BUGS"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/ChangeLog"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/COPYING"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/GNU-LGPL"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/INSTALL"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/NEWS"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/README"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/References"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/THANKS"
-- Uninstalling "/opt/custom/opensync/share/doc/libwbxml/TODO"
-- Uninstalling "/opt/custom/opensync/lib/pkgconfig/libwbxml2.pc"
-- Uninstalling "/opt/custom/opensync/lib/libwbxml2.so.1.0.1"
-- Uninstalling "/opt/custom/opensync/lib/libwbxml2.so.1"
-- File "/opt/custom/opensync/lib/libwbxml2.so.1" does not exist.
-- Uninstalling "/opt/custom/opensync/lib/libwbxml2.so"
-- File "/opt/custom/opensync/lib/libwbxml2.so" does not exist.
-- Uninstalling "/opt/custom/opensync/include/wbxml.h"
-- Uninstalling "/opt/custom/opensync/include/wbxml_config.h"
-- Uninstalling "/opt/custom/opensync/include/wbxml_conv.h"
-- Uninstalling "/opt/custom/opensync/include/wbxml_defines.h"
-- Uninstalling "/opt/custom/opensync/include/wbxml_errors.h"
-- Uninstalling "/opt/custom/opensync/bin/wbxml2xml"
-- Uninstalling "/opt/custom/opensync/bin/xml2wbxml"
make[3]: Leaving directory `/opt/software_x64/opensync/libwbxml/trunk/build'
/usr/bin/cmake -E
cmake_progress_report /opt/software/opensync/libwbxml/trunk/build/CMakeFiles
Built target uninstall
make[2]: Leaving directory `/opt/software_x64/opensync/libwbxml/trunk/build'
/usr/bin/cmake -E
cmake_progress_start /opt/software/opensync/libwbxml/trunk/build/CMakeFiles
0
make[1]: Leaving directory `/opt/software_x64/opensync/libwbxml/trunk/build'
emanoil@maistor:/opt/software/opensync/libwbxml/trunk/build$
find /opt/custom/opensync
/opt/custom/opensync
/opt/custom/opensync/bin
/opt/custom/opensync/lib
/opt/custom/opensync/lib/libwbxml2.so
/opt/custom/opensync/lib/pkgconfig
/opt/custom/opensync/lib/libwbxml2.so.1
/opt/custom/opensync/include
/opt/custom/opensync/share
/opt/custom/opensync/share/doc
/opt/custom/opensync/share/doc/libwbxml
emanoil@maistor:/opt/software/opensync/libwbxml/trunk/build$
ls -al /opt/custom/opensync/lib/
общо 12
drwxr-xr-x 3 emanoil emanoil 4096 1 фев 19,26 .
drwxr-xr-x 6 emanoil emanoil 4096 30 яну 12,12 ..
lrwxrwxrwx 1 emanoil emanoil 14 30 яну 12,12 libwbxml2.so ->
libwbxml2.so.1
lrwxrwxrwx 1 emanoil emanoil 18 30 яну 12,12 libwbxml2.so.1 ->
libwbxml2.so.1.0.1
drwxr-xr-x 2 emanoil emanoil 4096 1 фев 19,26 pkgconfig
-------------------- [1] ----------------------------
-------------------- [2] ----------------------------
$ syncml-ds-tool -b XX:XX:XX:XX:XX:XX 7 --wbxml --identifier "PC
Suite" --version "1.2" --slow-sync text/x-vcalendar Calendar
** Message: Starting data sync ...
** Message: Remote device was successfully connected.
** Message: ERROR: The unknown alert code 225 was detected.
$ syncml-ds-tool -b XX:XX:XX:XX:XX:XX 7 --wbxml --identifier "PC
Suite" --version "1.2" --slow-sync text/x-vcalendar Calendar
** Message: Starting data sync ...
** Message: Remote device was successfully connected.
** Message: Calendar => SLOW SYNC.
** Message: All alerts of the remote device were received.
** Message: ERROR: No node at all
-------------------- [2] ----------------------------
-------------------- [3] ----------------------------
Conflict for Mapping 0x7fb92c17c360:
Entry 1:
Member: 2 (kdepim-sync)
UID: 117
<?xml version="1.0"?>
<contact>
<EMail>
<Content>xx...@xx...</Content>
</EMail>
<Name>
<LastName>Xxxxxxxxxx</LastName>
<FirstName>Xxxxxxx</FirstName>
<Additional></Additional>
<Prefix></Prefix>
<Suffix></Suffix>
</Name>
<Revision>
<Content>20110127T222003Z</Content>
</Revision>
<Telephone Location="Home">
<Content>00xxxxxxxxxxxx</Content>
</Telephone>
<Telephone Type="Cellular">
<Content>00xxxxxxxxxxxx</Content>
</Telephone>
<Telephone Type="Fax" Location="Work">
<Content>00xxxxxxxxxxxx</Content>
</Telephone>
</contact>
Entry 2:
Member: 1 (syncml-obex-client)
UID: 117
<?xml version="1.0"?>
<contact>
<EMail Type="Internet">
<Content>xx...@xx...</Content>
</EMail>
<Name>
<LastName>Xxxxxxxxxx</LastName>
<FirstName>Xxxxxxx</FirstName>
<Additional></Additional>
<Prefix></Prefix>
<Suffix></Suffix>
</Name>
<Revision>
<Content>20100723T191713Z</Content>
</Revision>
<Telephone Location="Home">
<Content>00xxxxxxxxxxxx</Content>
</Telephone>
<Telephone Type="Cellular">
<Content>00xxxxxxxxxxxx</Content>
</Telephone>
<Telephone Type="Fax" Location="Work">
<Content>00xxxxxxxxxxxx</Content>
</Telephone>
</contact>
-------------------- [3] ----------------------------
|
|
From: Quentin D. <que...@gm...> - 2011-02-01 19:26:35
|
Did Juergen get any feedback? I am just wondering... On Wednesday 19 January 2011 19:44:13 Juergen Leising wrote: > Hello, > > I have written a CALDAV plugin, using libneon. The plugin > supports the object types "event", "todo" and "note", but > it does NOT support VFREEBUSY entries, yet. > > The plugin is in a simple shape and certainly requires quite > a lot of further development, especially when it comes to > - the authentication/authorization, > - the SSL verification, > - the communication with the CALDAV server in general and > - to some other features. > > The plugin has been tested against the CALDAV server "davical": > > http://sourceforge.net/projects/davical/ > > http://debian.mcmillan.net.nz/ > > I would like to check it in. My login name to the svn tree > is "scriptor". > > Bye, bye > > Juergen > > > > > --------------------------------------------------------------------------- > --- Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Opensync-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
From: Michael B. <mic...@cm...> - 2011-02-01 09:04:26
|
On 01/31/11 15:31, Emanoil Kotsev wrote: > I hoped you'll see what the real error was. The problem is that some > things defined in the internals.h are not ported and thus definitions > can not be found. The wbxml.h location is not a big deal.This is > because of the reduction of the API. If you need assistance let me > know. Nice to know. I activated the new header locations again. This requires that libsyncml must have the new directory of the wbxml header files in its default search path. CFLAGS="-I/usr/local/include/libwbxml-1.0/wbxml" cmake . -B/tmp/build/libsyncml Best regards Michael -- ___________________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 70143 ZE Computer- und Medienservice Fax: +49 (0)30-2093 70135 Unter den Linden 6 mic...@cm... D-10099 Berlin ___________________________________________________________________ PGP Fingerprint: 09E4 3D29 4156 2774 0F2C C643 D8BD 1918 2030 5AAB |
|
From: Michael B. <mic...@cm...> - 2011-02-01 08:46:41
|
On 01/30/11 12:17, deloptes wrote: > Michael Bell wrote: > >> On 01/29/11 23:31, Michael Bell wrote: >>> >>> On 01/28/11 19:22, Emanoil Kotsev wrote: >>>> >>>> I didn't understand well if you are planning to release a compatible >>>> libsyncml version, or should one update libsyncml and related. I have >>>> also seen that you have introduced a fix for the 255 "unknown code" >>>> issue. Thank you for this but I can not test it at the moment. >>> >>> If libsyncml does no longer compile then this could be an argument to >>> revert the new wbxml directory for the header files. >> >> r290 should fix the build issue. >> >> Sorry for the confusion >> >> Michael > > Thank you but I'm afraid it is not enough, because of following error > > /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml_internals.h:36: > error: expected ‘)’ before ‘*’ token It looks like I was a little bit too optimistic. I removed some backward compatibility stuff for libwbxml 0.9.2. I added the six defines. So now the error should be fixed. Please check r291. Best regards Michael P.S. I will definitely release a third beta. -- ___________________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 70143 ZE Computer- und Medienservice Fax: +49 (0)30-2093 70135 Unter den Linden 6 mic...@cm... D-10099 Berlin ___________________________________________________________________ PGP Fingerprint: 09E4 3D29 4156 2774 0F2C C643 D8BD 1918 2030 5AAB |
|
From: Emanoil K. <del...@ya...> - 2011-01-31 14:39:49
|
At the current stage of development I'm not aware of such an option and also it seems that this is not a priority ATM. Workaraound: all of those can be copied from the respective folders, when you access the phone as storage device (I think) btw. you won't really need e-mail sync as you have your mails on the server. regards --- On Mon, 1/31/11, ashish chandna <ash...@gm...> wrote: From: ashish chandna <ash...@gm...> Subject: [Opensync-devel] email syncronization To: Ope...@li... Date: Monday, January 31, 2011, 10:32 AM Hi, Is it possible to sync sms/mms and email through libsyncml????if yes then how???? -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d -----Inline Attachment Follows----- _______________________________________________ Opensync-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
From: Emanoil K. <del...@ya...> - 2011-01-31 14:31:55
|
I hoped you'll see what the real error was. The problem is that some things defined in the internals.h are not ported and thus definitions can not be found. The wbxml.h location is not a big deal.This is because of the reduction of the API. If you need assistance let me know.
regards
|
|
From: ashish c. <ash...@gm...> - 2011-01-31 09:32:29
|
Hi, Is it possible to sync sms/mms and email through libsyncml????if yes then how???? |
|
From: ashish c. <ash...@gm...> - 2011-01-31 09:29:42
|
Is it possible to sync sms/mms and email through libsyncml????if yes then how???? |
|
From: ashish c. <ash...@gm...> - 2011-01-31 09:29:13
|
Is it possible to sync sms/mms and email through libsyncml????if yes then how???? |
|
From: deloptes <del...@ya...> - 2011-01-30 11:18:10
|
Michael Bell wrote: > On 01/29/11 23:31, Michael Bell wrote: >> >> On 01/28/11 19:22, Emanoil Kotsev wrote: >>> >>> I didn't understand well if you are planning to release a compatible >>> libsyncml version, or should one update libsyncml and related. I have >>> also seen that you have introduced a fix for the 255 "unknown code" >>> issue. Thank you for this but I can not test it at the moment. >> >> If libsyncml does no longer compile then this could be an argument to >> revert the new wbxml directory for the header files. > > r290 should fix the build issue. > > Sorry for the confusion > > Michael Thank you but I'm afraid it is not enough, because of following error /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml_internals.h:36: error: expected ‘)’ before ‘*’ token In file included from /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:36: /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml_internals.h:37: error: expected ‘)’ before ‘*’ token /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:39: error: expected ‘)’ before ‘*’ token /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:66: error: expected ‘)’ before ‘*’ token /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c: In function ‘smlWbxmlParserStart’: /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:113: error: ‘WBXMLConvWBXML2XMLParams’ undeclared (first use in this function) /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:113: error: (Each undeclared identifier is reported only once /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:113: error: for each function it appears in.) /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:113: error: expected ‘;’ before ‘params’ /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:114: warning: implicit declaration of function ‘smlWbxmlConvertFrom’ /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:114: error: ‘params’ undeclared (first use in this function) /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c: In function ‘smlWbxmlAssemblerRun’: /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:172: error: ‘WBXMLConvXML2WBXMLParams’ undeclared (first use in this function) /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:172: error: expected ‘;’ before ‘params’ /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:175: error: ‘params’ undeclared (first use in this function) /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:176: warning: implicit declaration of function ‘smlWbxmlConvertTo’ /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c: In function ‘smlWbxmlAssemblerCheckSize’: /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:211: error: ‘WBXMLConvXML2WBXMLParams’ undeclared (first use in this function) /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:211: error: expected ‘;’ before ‘params’ /opt/software/opensync/libsyncml/trunk/libsyncml/parser/sml_wbxml.c:214: error: ‘params’ undeclared (first use in this function) make[2]: *** [libsyncml/CMakeFiles/syncml.dir/parser/sml_wbxml.o] Error 1 make[2]: Leaving directory `/opt/software_x64/opensync/libsyncml/trunk/build' make[1]: *** [libsyncml/CMakeFiles/syncml.dir/all] Error 2 make[1]: Leaving directory `/opt/software_x64/opensync/libsyncml/trunk/build' make: *** [all] Error 2 |
|
From: Michael B. <mic...@cm...> - 2011-01-29 22:40:38
|
On 01/29/11 23:31, Michael Bell wrote: > > On 01/28/11 19:22, Emanoil Kotsev wrote: >> >> I didn't understand well if you are planning to release a compatible >> libsyncml version, or should one update libsyncml and related. I have >> also seen that you have introduced a fix for the 255 "unknown code" >> issue. Thank you for this but I can not test it at the moment. > > If libsyncml does no longer compile then this could be an argument to > revert the new wbxml directory for the header files. r290 should fix the build issue. Sorry for the confusion Michael -- ___________________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 70143 ZE Computer- und Medienservice Fax: +49 (0)30-2093 70135 Unter den Linden 6 mic...@cm... D-10099 Berlin ___________________________________________________________________ PGP Fingerprint: 09E4 3D29 4156 2774 0F2C C643 D8BD 1918 2030 5AAB |
|
From: Michael B. <mic...@cm...> - 2011-01-29 22:31:16
|
Hi Emanoil, On 01/28/11 19:22, Emanoil Kotsev wrote: > > I updated libwbxml from svn yesterday. Following observation was > made. If I build and install without uninstalling the old one I can > still build libsyncml, but after I removed the install target > directory I could not build libsyncml, because of the missing > includes and changes to the api. The second beta should work like the old version. You have only to include wbxml.h. The difference is that I moved wbxml.h into an own directory. If you think that this is not a lucky decision then it could be a solution to move wbxml.h again into the top level directory. > I didn't understand well if you are planning to release a compatible > libsyncml version, or should one update libsyncml and related. I have > also seen that you have introduced a fix for the 255 "unknown code" > issue. Thank you for this but I can not test it at the moment. If libsyncml does no longer compile then this could be an argument to revert the new wbxml directory for the header files. Best regards Michael -- ___________________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 70143 ZE Computer- und Medienservice Fax: +49 (0)30-2093 70135 Unter den Linden 6 mic...@cm... D-10099 Berlin ___________________________________________________________________ PGP Fingerprint: 09E4 3D29 4156 2774 0F2C C643 D8BD 1918 2030 5AAB |
|
From: Emanoil K. <del...@ya...> - 2011-01-28 18:22:12
|
Hello Michael, I updated libwbxml from svn yesterday. Following observation was made. If I build and install without uninstalling the old one I can still build libsyncml, but after I removed the install target directory I could not build libsyncml, because of the missing includes and changes to the api. I didn't understand well if you are planning to release a compatible libsyncml version, or should one update libsyncml and related. I have also seen that you have introduced a fix for the 255 "unknown code" issue. Thank you for this but I can not test it at the moment. Thanks in advance and regards --- On Thu, 1/20/11, Michael Bell <mic...@cm...> wrote: > From: Michael Bell <mic...@cm...> > Subject: [Opensync-devel] libwbxml 0.11.beta1 > To: "OpenSync-devel" <ope...@li...> > Date: Thursday, January 20, 2011, 5:37 PM > Hi, > > I just released the first beta of libwbxml 0.11.x. There > will be no > normal release info because it is a beta. So just some > short notes: > > 1. The API was reduced. There will be now 4 installed > header files > instead of 18. There are now exactly three functions. > > 2. The character conversion code was updated. This > interface bug was the > main reason to break the binary compatibility. > > 3. The code pages for the Microsoft Active Sync conversion > were updated. > > Best regards > > Michael > -- > ___________________________________________________________________ > > Michael Bell > > Humboldt-Universitaet zu Berlin > > Tel.: +49 (0)30-2093 70143 > ZE Computer- und Medienservice > Fax: +49 (0)30-2093 70135 > Unter den Linden 6 > mic...@cm... > D-10099 Berlin > ___________________________________________________________________ > > PGP Fingerprint: 09E4 3D29 4156 2774 0F2C C643 D8BD > 1918 2030 5AAB > > > -----Inline Attachment Follows----- > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. > Understand > malware threats, the impact they can have on your business, > and how you > can protect your company and customers by using code > signing. > http://p.sf.net/sfu/oracle-sfdevnl > -----Inline Attachment Follows----- > > _______________________________________________ > Opensync-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-devel > |
|
From: Emanoil K. <del...@ya...> - 2011-01-27 21:59:14
|
Quentin mentioned you have discussed the sync of UIDs. Can we discuss this too. Currently I am able to read contacts from the phone and I have a problem with the way the uid is handled around the changes and by the plugins. Also in the understanding of the qint type in kde4 ... I need to read more about this how the uid is generated. AFAIK akonadi generates internal id and supports a remoteId field to be correlated to external. Anyway I need some better understanding here how opensync handles it.
Imagine I have created a contact with UID=XYZ in kde and another one with UID=XYZ on the phone.
A second case kde UID=XYZ and the same contact with uid=ABC on the phone.
I see that kdepim plugin checks if such contact exists and !deletes! it. In my opinion it is not a satisfactory solution unless the content is the same, but is it? My fear is that it deletes a contact different in content but with same id or that I end up with duplicates
thanks in advance
regards
|
|
From: Emanoil K. <del...@ya...> - 2011-01-25 21:44:02
|
Hi, Maarten, welcome to opensync. Though I'm not authorized to speak in the name of the project management, I would like to give you some information for the start. --- On Tue, 1/25/11, Maarten Blomme <maa...@gm...> wrote: > > For the past week I've been trying to sync my phone's > calendar (nokia > 3120) over bluetooth with my google-calendar. Some of us have been trying to do this for quite a lot of time. I jumped into the project few months ago, because there was a need to support the project. Since then few things have been done, that are very promising but still the API has changed and most of the plugins need an update to the current API. So here are the major fields where help is needed. - syncml Someone needs to take over the libsyncml support and preferably the syncml-plugin. The current developer is looking forward to hand over the project. He will further support libwbxml for which he is releasing a stable version. So the major issue is with the syncml support and plugin currently. - Another major field is opensync internal. I can not say here anything specific, but there is known problem with slow-sync that is blocking a stable release. - many of the plugins need update and support - you can read some of the threads to have more detailed impression. My personal goal is to help the project release a version for current 0.40 API, so that it can join the testing cycle of some of the major linux distributions (i.e. debian). It is then more likely that such a release can become stable, but it needs developers that would be ready to response to bug requests accordingly. I am trying to sync nokia 5530 (syncml-obex) with akonadi (kde4) or kdepim (kde3) > > First I tried the version of opensync that is packaged with > Fedora 14, > but it is way out of date (because the current release is > not stable or > something?) and gives me all kind of terrible errors. > > Then I compiled everything from svn and tried again with > syncml-obex-client and gnokii-sync: > - syncml-obex-client does not appear to support events? It > did in the > old Fedora version. very pity, I am planning to look into this next. > - gnokii-sync comes with an invalid (for the old API?) > config Quentin just started working on the gnokii-sync plugin, but it's not in svn > > As a C/C++ programmer I am very interested in making this > work, perhaps > you could guide me in the right direction or explain what > would have to > be done to make one of these solutions work? Unfortunately syncing is not that easy as it seems, but if you are willing to join a long term project, we all believe has a lot of potential, then you are very welcome to do this here. You can start reading the wiki and also pay attention to http://www.opensync.org/wiki/devel. regards |
|
From: Maarten B. <maa...@gm...> - 2011-01-25 19:24:15
|
Hello, For the past week I've been trying to sync my phone's calendar (nokia 3120) over bluetooth with my google-calendar. First I tried the version of opensync that is packaged with Fedora 14, but it is way out of date (because the current release is not stable or something?) and gives me all kind of terrible errors. Then I compiled everything from svn and tried again with syncml-obex-client and gnokii-sync: - syncml-obex-client does not appear to support events? It did in the old Fedora version. - gnokii-sync comes with an invalid (for the old API?) config As a C/C++ programmer I am very interested in making this work, perhaps you could guide me in the right direction or explain what would have to be done to make one of these solutions work? greetings! Maarten Blomme |
|
From: Emanoil K. <del...@ya...> - 2011-01-24 23:57:33
|
Can you have a look int omy comments on http://www.opensync.org/ticket/754 regards --- On Fri, 1/14/11, Chris Frey <cd...@fo...> wrote: > From: Chris Frey <cd...@fo...> > Subject: Re: [Opensync-devel] OpenSync priorities > To: ope...@li... > Date: Friday, January 14, 2011, 9:27 PM > On Sat, Jan 08, 2011 at 12:30:44PM > -0800, Emanoil Kotsev wrote: > > 2. libopensync > > > > http://www.opensync.org/ticket/1442 > > http://www.opensync.org/ticket/1444 - a > problem in the parser (converter) breaks sync of contact > data > > > Can you grab the latest vformat plugin from SVN and give it > a try? > > If it works, can you close the above tickets for me? :-) > > Thanks, > - Chris > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. > Understand > malware threats, the impact they can have on your business, > and how you > can protect your company and customers by using code > signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Opensync-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-devel > |
|
From: Emanoil K. <del...@ya...> - 2011-01-24 23:45:16
|
--- On Tue, 1/25/11, Quentin Denis <que...@gm...> wrote:
> I can confirm this bug, it's exactly
> the one I have been referring to
> for months. Help and ideas are welcome!
>
might be better debugging and patience
I finally have an environment where I can work, because previously I was using a dev server with kde4 for akonadi, which turned out to be of no interest to me (probably to the comunity) ATM. I'll wait a bit longer for kde4.
I installed trinity on squeeze and everything I need seem to be finally working. The pitty thing is that kdevelop is not that nice as the one in kde4.
In any case I think I have cached up with you now as I was ready to sync my phone, but I'll probably need some more time to look into all the mess. At least my work involves reading log files and debugging errors, so I'm not afraid of this, but it's not my favorite time killer.
For now it seems to be safe to test with file-sync and syncml
It seems kdepim and syncml have some issues for itself, so I think it's higher priority to debug syncml next.
regards
regards
|
|
From: Quentin D. <que...@gm...> - 2011-01-24 23:02:51
|
I can confirm this bug, it's exactly the one I have been referring to for months. Help and ideas are welcome! On Mon, Jan 24, 2011 at 11:58 PM, Emanoil Kotsev <del...@ya...> wrote: > > > > > --- On Sun, 1/23/11, deloptes <del...@ya...> wrote: > >> > >> > When I looked at the code briefly the other day, it >> seemed to take this >> > configuration and load it into a list, and then it >> would check the >> > list periodically during the sync. I think there >> was a function, >> > "hasCategory()" or something in the process. >> > >> > Grep through the code, and I'm sure you'll find it, >> starting with >> > "FilterCategory" and proceeding backward. I'm >> assuming "hasCategory()" >> > is where the answer will be (I'm not sure of the >> spelling/capitalizaion >> > of the function anymore). >> > >> > - Chris >> > >> >> I could compile and install kdepim-sync in trinity. After >> configuring and >> compiling everything, I could track this down and found out >> it checks == 0 >> if the field is empty, so I used no value. >> >> The capabilities issue, I fixed by removing the >> kdepim-sync-capabilities.xml >> file and related kdepim-sync-description.xml. I'm wondering >> why it is >> getting assertion error when the files are present. >> >> Now I could even sync kdepim with the nokia phone. But it >> does not merge any >> changes. It just suggests to add/delete, so I removed >> everything from the >> kde address book and synced. There were too many >> duplicates, how could this >> happen, were those on the phone? >> The phone reports 887 changes >> I deleted most of them and synced but it suggested to >> add/delete 469 >> entries, so I answered 'N'. >> >> A bit strange all of this. >> >> Looking into the new created file I could see most of the >> entries were with >> ID 1-900 but there were also such with KDE ids. >> > > I could sync from the phone with the file-sync plugin, so I got all the contacts into directory. > The kdepim plugin had some issues, but I managed it to sync too. Unfortunately there are still problems with it. > > There is also an issue with the syncml plugin and writing to the device. > > [1295907649.204312] >>>>>>> ds_server_committed_all > [1295907649.205327] ERROR: Unknown changetype > [1295907649.205430] <--- ERROR --- ds_server_committed_all: Unknown changetype > [1295907649.205478] report_error_on_context: report error on osync_context 0x1d28ff0 (Unknown changetype). > [1295907649.205519] >>>>>>> osync_context_report_osyncerror(0x1d28ff0, 0x1b23ee0:(Unknown changetype)) > [1295907649.205557] >>>>>>> _osync_client_committed_all_callback(0x1af52c0, 0x1b23ee0) > [1295907649.205601] Reply id -7305116670360890008 > [1295907649.205641] >>>>>>> osync_queue_send_message_with_timeout(0x1930f40, (nil), 0x1cd2600, 0, 0x7fd46dee8a78) > [1295907649.205680] >>>>>>> _osync_queue_remove_pending_reply(0x18b9c90, 0x1cd2600, 0) > [1295907649.205717] Searching for pending message id=-7305116670360890008 > [1295907649.205753] Found pending message id=-7305116670360890008: 0x1b20fc0 > [1295907649.205790] <<<<<<< _osync_queue_remove_pending_reply > [1295907649.205839] <<<<<<< osync_queue_send_message_with_timeout > [1295907649.205878] <<<<<<< _osync_client_committed_all_callback > [1295907649.205918] <<<<<<< osync_context_report_osyncerror > [1295907649.205956] <<<<<<< osync_objtype_sink_committed_all > > If you have any ideas you'r welcome > > regards > > > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Opensync-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-devel > |
|
From: Emanoil K. <del...@ya...> - 2011-01-24 22:58:36
|
--- On Sun, 1/23/11, deloptes <del...@ya...> wrote:
> >
> > When I looked at the code briefly the other day, it
> seemed to take this
> > configuration and load it into a list, and then it
> would check the
> > list periodically during the sync. I think there
> was a function,
> > "hasCategory()" or something in the process.
> >
> > Grep through the code, and I'm sure you'll find it,
> starting with
> > "FilterCategory" and proceeding backward. I'm
> assuming "hasCategory()"
> > is where the answer will be (I'm not sure of the
> spelling/capitalizaion
> > of the function anymore).
> >
> > - Chris
> >
>
> I could compile and install kdepim-sync in trinity. After
> configuring and
> compiling everything, I could track this down and found out
> it checks == 0
> if the field is empty, so I used no value.
>
> The capabilities issue, I fixed by removing the
> kdepim-sync-capabilities.xml
> file and related kdepim-sync-description.xml. I'm wondering
> why it is
> getting assertion error when the files are present.
>
> Now I could even sync kdepim with the nokia phone. But it
> does not merge any
> changes. It just suggests to add/delete, so I removed
> everything from the
> kde address book and synced. There were too many
> duplicates, how could this
> happen, were those on the phone?
> The phone reports 887 changes
> I deleted most of them and synced but it suggested to
> add/delete 469
> entries, so I answered 'N'.
>
> A bit strange all of this.
>
> Looking into the new created file I could see most of the
> entries were with
> ID 1-900 but there were also such with KDE ids.
>
I could sync from the phone with the file-sync plugin, so I got all the contacts into directory.
The kdepim plugin had some issues, but I managed it to sync too. Unfortunately there are still problems with it.
There is also an issue with the syncml plugin and writing to the device.
[1295907649.204312] >>>>>>> ds_server_committed_all
[1295907649.205327] ERROR: Unknown changetype
[1295907649.205430] <--- ERROR --- ds_server_committed_all: Unknown changetype
[1295907649.205478] report_error_on_context: report error on osync_context 0x1d28ff0 (Unknown changetype).
[1295907649.205519] >>>>>>> osync_context_report_osyncerror(0x1d28ff0, 0x1b23ee0:(Unknown changetype))
[1295907649.205557] >>>>>>> _osync_client_committed_all_callback(0x1af52c0, 0x1b23ee0)
[1295907649.205601] Reply id -7305116670360890008
[1295907649.205641] >>>>>>> osync_queue_send_message_with_timeout(0x1930f40, (nil), 0x1cd2600, 0, 0x7fd46dee8a78)
[1295907649.205680] >>>>>>> _osync_queue_remove_pending_reply(0x18b9c90, 0x1cd2600, 0)
[1295907649.205717] Searching for pending message id=-7305116670360890008
[1295907649.205753] Found pending message id=-7305116670360890008: 0x1b20fc0
[1295907649.205790] <<<<<<< _osync_queue_remove_pending_reply
[1295907649.205839] <<<<<<< osync_queue_send_message_with_timeout
[1295907649.205878] <<<<<<< _osync_client_committed_all_callback
[1295907649.205918] <<<<<<< osync_context_report_osyncerror
[1295907649.205956] <<<<<<< osync_objtype_sink_committed_all
If you have any ideas you'r welcome
regards
|