The Following User Says Thank You to royster70 For This Useful Post: | ||
|
2012-01-19
, 16:26
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#2
|
The Following 3 Users Say Thank You to quipper8 For This Useful Post: | ||
|
2012-01-19
, 16:33
|
Posts: 11 |
Thanked: 7 times |
Joined on Dec 2009
@ London
|
#3
|
The included syncml does not really do that, it ks more of a transfer contacts over bluetooth system.
i just got my n9 and seek the same setup. I found that someone named Ove has compiled syncevolution for harmattan, and i installed it yesterday, but havent had a chance to copy my config from n900 yet to test it out. Btw, it is command line only.
i think the link to the package was.on a thread on fmc.
supposedly contacts and calendar work, but i havent done it yet.
|
2012-01-19
, 16:43
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#4
|
The Following User Says Thank You to quipper8 For This Useful Post: | ||
|
2012-01-19
, 17:37
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#5
|
The Following 3 Users Say Thank You to quipper8 For This Useful Post: | ||
|
2012-01-19
, 20:19
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#6
|
packeages are here:
http://people.debian.org/~ovek/harmattan/
The Following 3 Users Say Thank You to Fuzzillogic For This Useful Post: | ||
|
2012-01-19
, 23:02
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#7
|
I can confirm these work well. Yesterday I've set up syncevolution, and have it sync with my MemoToo account. I used the Maemo 5 guide as a... well.. guide. It took some fiddling, but it works now.
I only sync manually, haven't tried to make it automatically sync periodically.
Also, I after checking things work OK I disabled logging (logdir = none), since I guess the flash memory doesn't like all those writes.
I've posted a RFE on the Harmattan bug tracker a while ago, and it got assigned. I sure hope this makes it into PR1.2. But for now, this syncevolution-build works well for me.
|
2012-01-19
, 23:38
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#8
|
<?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>
The Following 5 Users Say Thank You to quipper8 For This Useful Post: | ||
|
2012-01-20
, 02:03
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#9
|
dbus-send --session --print-reply --dest=com.meego.msyncd /synchronizer com.meego.msyncd.startSync string:'memotoo.com'
The Following 8 Users Say Thank You to quipper8 For This Useful Post: | ||
|
2012-01-20
, 09:34
|
Posts: 11 |
Thanked: 7 times |
Joined on Dec 2009
@ London
|
#10
|
yes, putting in a memotoo.com.xml in /home/user/.sync/profiles/sync and in /home/user/.sync/profiles/sync works. just synced my notes with memotoo with the in-built buteo-syncfw
it seems that if you have contacts synced through some other service(activesync) they do not sync over syncml. Maybe that is a good thing, idk.
someone wanna make a gui for this, pretty please?
oh, to initiate the sync I ran
because the name of my conf file was memotoo.com.xmlCode:dbus-send --session --print-reply --dest=com.meego.msyncd /synchronizer com.meego.msyncd.startSync string:'memotoo.com'
Bonus! Sms syncing works too but does prepend a "X-SMS;TYPE=TEXT;CHARSET=UTF-8" in the memotoo web interface
I am on the verge of getting the N9 but need to find out if its possible to configure OMA-DS / SyncML for contact sync,
I want to be able to connect to my work syncML servers for contact sync and its not clear to me how to do it ( I am in UK so not able to easily get to play around with an N9).
I did find reference to symcml being supported here but I am not sure if it was implemented on the N9 or not?
I am ok for calendaring as I have caldav access but contact sync is the challenge.
Has anybody been able to configure their n9 to access syncml servers successfully for contact / calendar sync?
If its not available yet - is it one of the enhancements planned for PR1.2?