Herman Kuiper | 2 Mar 2006 16:26
Favicon
Gravatar

Re: Syncing with SonyEricsson K750i/W800i?

Hi,

> Do you have any SyncML server?
> Maybe Multisync is worth a try, even though it seems abandoned for more
> than a year now:
> http://multisync.sourceforge.net/news.php

Found some Debian packages, installed. *Something* happens: once connected 
and the sync starts, somewhere during the sync, my phone shows alternating 
black and white screens, and after that it very much looks like the phone 
has reset it self or something - I see a "Searching..." message before the 
network is shown again. No files seemed to have been created in the 
multisync "backup" directory. Log attached.

> or the Nexthaus Personal server which syncs against an outlook database:
> http://nexthaus.com/outlookps.html

I tried this one, and although I can't see a way to get logs, I also can't 
get it to sync. Gives a "Invalid server response" error.

> Or maybe go directly to Sony Ericsson and ask them for a log of a
> successful sync session?

I've sent an email, but am not sure if I get any useful response though... 
>From their website I do have:

"
What SyncML formats are supported by (K750i/W800/D750)

The supported SyncML data formats are:
(Continue reading)

Valenti Jove | 3 Mar 2006 10:41
Picon

SyncML with Motorola A780


Hi, 

I've been trying to sync a Motorola A780 with Horde through SyncML and nothing 
happens.

Horde log shows the following error:

Mar 03 10:26:26 HORDE [error] [horde] SyncML: No DTD found for /4049 [on line 
62 of "/srv/www/htdocs/horde/lib/Horde/RPC/syncml_wbxml.php"]

Any ideas? Can I do something to help to debug this?
I've got the syncml_client_X.wbxml log files and I'm willing to send them to 
anybody interested.

Thanks,

Valentí Jové

--

-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org

Herman Kuiper | 4 Mar 2006 15:42
Favicon
Gravatar

Re: Syncing with SonyEricsson K750i/W800i?

> Or maybe go directly to Sony Ericsson and ask them for a log of a
> successful sync session?

Ah well, the first response by Sony Ericsson advised me to remove all 
contacts in the ARCHIVE folder of Outlook, and all would be well.

To be continued :-)

	Herman

-------------------------------------------------------------------
Herman Kuiper  --  m: herman <at> ozuzo.net  --  w: http://www.ozuzo.net
Meerhuizenplein 10K - 1078 TC ASD - t: 020-6171885 - f: 020-6142816
--

-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org

Karsten Fourmont | 5 Mar 2006 20:36
Picon
Picon

Re: Syncing with SonyEricsson K750i/W800i?

Hi,

> Hi,
> 
>> Do you have any SyncML server?
>> Maybe Multisync is worth a try, even though it seems abandoned for more
>> than a year now:
>> http://multisync.sourceforge.net/news.php
> 
> Found some Debian packages, installed. *Something* happens: once 
> connected and the sync starts, somewhere during the sync, my phone shows 
> alternating black and white screens, and after that it very much looks 
> like the phone has reset it self or something - I see a "Searching..." 
> message before the network is shown again. No files seemed to have been 
> created in the multisync "backup" directory. Log attached.

The logs contain only the packets sent from the client, so no big help. 
But it doesn't seem to get any further than we do get with the horde 
server anyway.

> 
>> or the Nexthaus Personal server which syncs against an outlook database:
>> http://nexthaus.com/outlookps.html
> 
> I tried this one, and although I can't see a way to get logs, I also 
> can't get it to sync. Gives a "Invalid server response" error.

I think the logs are somewhere in
c:\documents and settings\yourusername\application data\nexthaus\...
or whatever your windows localisation makes of this.
(Continue reading)

Karsten Fourmont | 8 Mar 2006 11:46
Picon
Picon

Re: SyncML with Motorola A780

Hi,

the Motorola A780 sends wbxml encoded Syncml1.0. We only had wbxml 
encoding with Syncml1.1 so far, so the required constants were lacking 
in the wbxml module. They're in there now.

Do a cvs update (and then framework update) or replace WBXML.php with 
the latest version:

http://cvs.horde.org/co.php/framework/XML_WBXML/WBXML.php?r=1.19

>> Valenti Jove wrote:
>>> Hi,
>>>
>>> I've been trying to sync a Motorola A780 with Horde through SyncML and
>>> nothing happens.
>>>
>>> Horde log shows the following error:
>>>
>>> Mar 03 10:26:26 HORDE [error] [horde] SyncML: No DTD found for /4049 [on
>>> line 62 of "/srv/www/htdocs/horde/lib/Horde/RPC/syncml_wbxml.php"]
>>>
>>> Any ideas? Can I do something to help to debug this?
>>> I've got the syncml_client_X.wbxml log files and I'm willing to send them
>>> to anybody interested.
>>>
>>> Thanks,
>>>
>>> Valentí Jové

(Continue reading)

Valenti Jove | 8 Mar 2006 17:06
Picon

Re: SyncML with Motorola A780


Hi,

I replaced WBXML.php but it still doesn't work.
The log file shows this after a sync attempt:

Mar 08 17:02:31 HORDE [debug] [horde] SyncML: New session created: 
syncmlIMEI3558840002174040308170719 [on line 172 of 
"/srv/www/htdocs/horde/lib/SyncML.php"]
Mar 08 17:02:31 HORDE [debug] [horde] SyncML: checking auth for user=vjove [on 
line 261 of "/srv/www/htdocs/horde/lib/SyncML/State.php"]
Mar 08 17:02:32 HORDE [debug] [horde] SyncML: authorized=1 version=0 msgid=1 
source=IMEI:355884000217404 target=http://www.genos.es/horde/rpc.php 
user=vjove charset=UTF-8 wbxml=1 [on line 226 of 
"/srv/www/htdocs/horde/lib/SyncML.php"]

It looks like auth is OK but it doesn't do anything else.

V

El Miércoles 08 Marzo 2006 11:46, escribió:
> Hi,
>
> the Motorola A780 sends wbxml encoded Syncml1.0. We only had wbxml
> encoding with Syncml1.1 so far, so the required constants were lacking
> in the wbxml module. They're in there now.
>
> Do a cvs update (and then framework update) or replace WBXML.php with
> the latest version:
>
(Continue reading)

Markus Braun | 9 Mar 2006 00:13
Picon
Favicon

Error: not supported typ

Hello,

i get this error in my horde.log:

Mar 09 00:08:32 HORDE [error] [horde] SyncML: Error in adding client entry 
due to replace request:Nicht unterstützter Inhaltstyp: text/x-s4j-sifc [on 
line 138 of "/usr/share/php/SyncML/Sync.php"]

I tried to import contacts and calendar.

Thanks

marcus

_________________________________________________________________
Die neue MSN Suche Toolbar mit Windows-Desktopsuche. Suchen Sie gleichzeitig 
im Web, Ihren E-Mails und auf Ihrem PC! Jetzt neu! http://desktop.msn.de/ 
Jetzt gratis downloaden!

--

-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org

Chuck Hagenbuch | 9 Mar 2006 00:23
Favicon
Gravatar

Re: Error: not supported typ

Quoting Markus Braun <charmed21muc <at> hotmail.com>:

> Mar 09 00:08:32 HORDE [error] [horde] SyncML: Error in adding client entry
> due to replace request:Nicht unterstützter Inhaltstyp: text/x-s4j-sifc [on
> line 138 of "/usr/share/php/SyncML/Sync.php"]

Care to share your version numbers of, well, anything?

-chuck

-- 
"we are plastered to the windshield of the bus that is time." - Chris
--

-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org

dewi | 9 Mar 2006 02:35
Picon

Mozilla sync4j

Has anyone tried and had success syncing Mozilla Calendar clients to 
Horde Kronolith in any fashion at all?
Does anyone have suggested links/resources to help me find such a solution?

cheers,
               Dewi.
--

-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org

Markus Braun | 9 Mar 2006 07:24
Picon
Favicon

Re: Error: not supported typ


>Care to share your version numbers of, well, anything?

My horde version is the cvs from: :Last update:   $Date: 2005/08/23 09:54:41 
$

Must i make now an update?

_________________________________________________________________
Die neue MSN Suche Toolbar mit Windows-Desktopsuche. Suchen Sie gleichzeitig 
im Web, Ihren E-Mails und auf Ihrem PC! Jetzt neu! http://desktop.msn.de/ 
Jetzt gratis downloaden!

--

-- 
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe <at> lists.horde.org


Gmane