View Single Post
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#8
hmmm, after a little more digging, I saw in this file

https://meego.gitorious.org/meego-mi...ncMLConfig.cpp

that it is looking for sync config in

/etc/sync/xml/

and in

/home/user/.sync

the setup for ovi syncing does indeed show http transport

Code:
<?xml version="1.0" encoding="UTF-8"?>

<profile  name="syncshare" type="service">

    <key name="Remote database" value="https://mobile.syncshare.svc.ovi.com:443/sync" />

    <key name="Username" value="OBSCUREDINCASETHISISMYNOKIAACCOUNTHASH" />
    <key name="Password" value="syncshare" />

    <key name="http_proxy_host" value="" />
    <key name="http_proxy_port" value="" />

    <key name="destinationtype" value="online"/>

    <profile name="syncml" type="client" >
                <key name="use_wbxml" value="false" />
                <key name="Sync Transport" value="HTTP" />
                <key name="Sync Direction" value="two-way" />
                <key name="Sync Protocol" value="SyncML11" />
    </profile>

    <profile name="hsyncshare" type="storage" >
        <key name="Local URI" value=".SyncshareDb_1326824409622802" />
        <key name="Target URI" value="./server/SyncShareDBCompact" />
    </profile>

</profile>
maybe it WILL be possible to setup our own http syncml profiles...idk

EDIT: digging some more, apparently at least some people on meego-dev mailing list have tested the buteo syncml stack against google, memotoo, and ovi

http://lists.meego.com/pipermail/mee...er/479860.html

so it would appear quite possible.

need a brave person to try writing their own config for these services...


EDIT TWO:nevermind, here is the memotoo service xml conf. someone want to try it out?

http://meego.gitorious.org/meego-mid...emotoo.com.xml

Last edited by quipper8; 2012-01-20 at 00:07.
 

The Following 5 Users Say Thank You to quipper8 For This Useful Post: