syncing events with SE K550i

View: New views
4 Messages — Rating Filter:   Alert me  

syncing events with SE K550i

by Tino Keitel-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

is there a way to sync events with the Sony Ericsson K550i? All I get
if this:

$ osynctool --sync tel
Synchronizing group "tel"
The previous synchronization was unclean. Slow-syncing
Main sink of member 3 of type syncml-obex-client just connected
contact sink of member 1 of type evo2-sync just connected
event sink of member 1 of type evo2-sync just connected
Main sink of member 1 of type evo2-sync just connected
event sink of member 3 of type syncml-obex-client just connected
contact sink of member 3 of type syncml-obex-client had an error:
Timeout.
The sync failed: At least one object engine failed while connecting.
Aborting
/home/scratch2/src/opensync/0.39/libopensync-0.39/opensync/plugin/opensync_context.c:164:E:osync_context_report_slowsync:
/ Assertion "context" failed
Aborted (core dumped)

Just contacts work fine. If I add an event resource to
syncml-obex-client.conf, the above error occurs.

Regards,
Tino

<?xml version="1.0"?>
<config version="1.0">
  <AdvancedOptions>
    <AdvancedOption>
      <DisplayName>WBXML compression</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>WBXML</Name>
      <Type>bool</Type>
      <Value>5</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>SyncML Version</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>SANVersion</Name>
      <Type>string</Type>
      <ValEnum>1.2</ValEnum>
      <ValEnum>1.1</ValEnum>
      <ValEnum>1.0</ValEnum>
      <Value>1.1</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>AT Command</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>ATCommand</Name>
      <Type>string</Type>
      <Value></Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Identifier</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>Identifier</Name>
      <Type>string</Type>
      <Value></Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>AT Manufacturer</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>ATManufacturer</Name>
      <Type>string</Type>
      <Value></Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>AT Model</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>ATModel</Name>
      <Type>string</Type>
      <Value></Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Only Replace (never send ADD command)</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>OnlyReplace</Name>
      <Type>bool</Type>
      <Value>0</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Use local time</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>UseLocaltime</Name>
      <Type>bool</Type>
      <Value>0</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Use String Tables</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>UseStringTable</Name>
      <Type>bool</Type>
      <Value>0</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Max Message Size (SyncML: MaxMsgSize)</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>MaxMsgSize</Name>
      <Type>uint</Type>
      <Value>0</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Max Object Size (SyncML: MaxObjSize)</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>MaxObjSize</Name>
      <Type>uint</Type>
      <Value>0</Value>
    </AdvancedOption>
    <AdvancedOption>
      <DisplayName>Use Timestamp Anchor</DisplayName>
      <MaxOccurs>4294967295</MaxOccurs>
      <Max>4294967295</Max>
      <Name>UseTimeAnchor</Name>
      <Type>bool</Type>
      <Value>1</Value>
    </AdvancedOption>
  </AdvancedOptions>
  <Authentication>
    <Username></Username>
    <Password></Password>
  </Authentication>
  <Connection>
    <ActiveConnection>Bluetooth</ActiveConnection>
    <Bluetooth>
      <MAC>00:1C:A4:BA:26:68</MAC>
      <RFCommChannel>1</RFCommChannel>
      <SDPUUID>00000002-0000-1000-8000-0002ee000002</SDPUUID>
    </Bluetooth>
    <USB>
      <VendorID>0fce</VendorID>
      <ProductID>d069</ProductID>
    </USB>
  </Connection>
  <Resources>
    <Resource>
      <Enabled>1</Enabled>
      <Formats>
        <Format>
          <Name>vcard21</Name>
        </Format>
      </Formats>
      <Name>Contacts</Name>
      <ObjType>contact</ObjType>
    </Resource>
    <Resource>
      <Enabled>1</Enabled>
      <Formats>
        <Format>
          <Name>vevent10</Name>
        </Format>
      </Formats>
      <Name>Calendar</Name>
      <ObjType>event</ObjType>
    </Resource>
  </Resources>
</config>

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Opensync-users mailing list
Opensync-users@...
https://lists.sourceforge.net/lists/listinfo/opensync-users

Re: syncing events with SE K550i

by Christopher Stender-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Tuesday 29 September 2009 21:44:16 schrieb Tino Keitel:
> Hi,
>
> is there a way to sync events with the Sony Ericsson K550i?

Please try "<Name>Agenda</Name>" instead of "<Name>Calendar</Name>".

Best,
Christopher
--
Christopher Stender, R&D Preload Department
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Maxfeldstraße 5, 90409 Nürnberg, Germany


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Opensync-users mailing list
Opensync-users@...
https://lists.sourceforge.net/lists/listinfo/opensync-users

signature.asc (204 bytes) Download Attachment

Re: syncing events with SE K550i

by Tino Keitel-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Sep 29, 2009 at 22:34:54 +0200, Christopher Stender wrote:
> Am Tuesday 29 September 2009 21:44:16 schrieb Tino Keitel:
> > Hi,
> >
> > is there a way to sync events with the Sony Ericsson K550i?
>
> Please try "<Name>Agenda</Name>" instead of "<Name>Calendar</Name>".

This doesn't change anything.

Regards,
Tino

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Opensync-users mailing list
Opensync-users@...
https://lists.sourceforge.net/lists/listinfo/opensync-users

Parent Message unknown Re: syncing events with SE K550i

by Benjamin Greiner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Tuesday 29 September 2009 12:44 you wrote:
> Hi,
>
> is there a way to sync events with the Sony Ericsson K550i? All I get
> if this:
>
> $ osynctool --sync tel
> Synchronizing group "tel"
> The previous synchronization was unclean. Slow-syncing
> Main sink of member 3 of type syncml-obex-client just connected

I have not done it in a while, but I had success syncing my K550i with the
irmc plugin instead of syncml-obex. I believe to remember that somehow you
have to exclude the notes data type, too (although I could confuse that
with my Windows Mobile (synce) device).

That was some months ago with opensync-0.22. I currently have no access to
look at the configuration used back then.

Sorry for the incomplete information, but I hope it helps.

Ben


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Opensync-users mailing list
Opensync-users@...
https://lists.sourceforge.net/lists/listinfo/opensync-users