Set up Msync


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Set up Msync
# 1  
Old 11-22-2008
Set up Msync

Hi guys,I'M a newbe and trying to set up msync.
I run Ubuntu on my lap top and have got a sony-ericsson w910i. All I like to do is sync calendar/contacts with evolution.
So I have installed multisync 0.82 and tried to sync my phone with evolution via bluetooth.
However it seems to get stuck at IrMC Mobile Device-Ximan Evolution 2 Waiting for change.
I dug around a bit and was told to set up a:
yncml-obex-client.conf with the following settings:
<config>
<username></username>
<password></password>
<type>2</type>
<bluetooth_address>00:21:9E:56:55:1F</bluetooth_address>
<bluetooth_channel>8</bluetooth_channel>
<interface>0</interface>
<version>1</version>
<identifier></identifier>
<wbxml>1</wbxml>
<recvLimit>0</recvLimit>
<maxObjSize>0</maxObjSize>
<usestringtable>0</usestringtable>
<onlyreplace>0</onlyreplace>
<contact_db>Contacts</contact_db>
<calendar_db>Calendar</calendar_db>
<note_db>Notes</note_db>
</config>
I don't really know how and where to set it up. The .mutlisync in my home directory has got 4 other subdirectories numbered 1-4. I did set up a file named yncml-obex-client.conf in subdirectory 4 with the above settings but no joy.
Any help would be appreciated.
regards
Sokol
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help needed with shell script to search and replace a set of strings among the set of files

Hi, I am looking for a shell script which serves the below purpose. Please find below the algorithm for the same and any help on this would be highly appreciated. 1)set of strings need to be replaced among set of files(directory may contain different types of files) 2)It should search for... (10 Replies)
Discussion started by: Amulya
10 Replies

2. UNIX for Dummies Questions & Answers

One set of executables but multiple set of configuration

i don't know where to put this question hence it is here. Presently, i have X unix machines which each of them running a set of executables with various unique configurations. i would like to have run multiple set of machines the same set of executeables but each running different... (0 Replies)
Discussion started by: lchunleo
0 Replies

3. Solaris

LC_ALL & LANG are set OK, but others couldn't set locale correctly.

Hi, I have a Solaris (SunOS 5.10) installed, by default with the en_AU.UTF-8 locale. I want to change it to en_US.UTF-8 With AU, I have no issues whatsoever, so I installed the language package and now locale -a shows "en_US.UTF-8". Problem is even with LC_ALL set in etc/default/init, the... (2 Replies)
Discussion started by: asdfg
2 Replies

4. Shell Programming and Scripting

set Net:SSH:Expect timeout and set it again.

SSHing into a machine can take a few seconds, but after I'm in, the commands return quickly. I was wondering if the timeout setting can be changed once I'm logged into the machine. Does anyone know if this can be set on the fly? The problem here is, if I have to set timeout = 10, it'll take 10... (1 Reply)
Discussion started by: mrwatkin
1 Replies

5. UNIX for Dummies Questions & Answers

How to set server's ip address, router, network mask and set if it is an internal or external ip?

Hello, I need to write a program which sets server's ip address, router, network mask. Program also should set if it is an internal or external ip. Maybe someone can help me ? Any information from u is very useful :b: I stopped at .. :( #!/bin/sh A=`hostname -i` echo "server ip address is $A"... (4 Replies)
Discussion started by: zagaruika
4 Replies

6. Shell Programming and Scripting

set -o vi giving set: Syntax error

when trying : set -o vi getting error like- : set: Syntax error help me Double post (of sorts). Continue here. (0 Replies)
Discussion started by: RahulJoshi
0 Replies

7. Linux

"Invalid Argumemt" in msync.

Whne I try to execute following code then get an erro message that "Invalid Argumemt" in msync. #include <stdio.h> #include <stdlib.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/errno.h> #include <sys/time.h> #include <fcntl.h> #include <stdio.h>... (0 Replies)
Discussion started by: darshan.ghumare
0 Replies

8. Programming

mmap & msync

I really can't understand why this programm doesn't work (on linux); it open mapped memory, changes one byte and write back to disk: #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> #include... (3 Replies)
Discussion started by: marquis
3 Replies
Login or Register to Ask a Question
evolution-webcal(1)						   User Commands					       evolution-webcal(1)

NAME
evolution-webcal - Webcal URI handler SYNOPSIS
evolution-webcal [--help ] [--display=display] [--version] [uri] DESCRIPTION
evolution-webcal is the default handler for all Webcal URI's. When you click on a URI which begins with webcal://, then evolution-webcal will be called. If the URI is correct, then it will create the calendar folder in Evolution. OPTIONS
The following options are supported: -?, --help Display help text. -u, --display=display Specifies the X display to use. -v, --version Display version information. OPERANDS
The following operands are supported: uri URI of the Webcal calendar you want to subscribe. EXIT STATUS
evolution-webcal will always return 0. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWevolution-webcal | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
evolution(1), attributes(5) NOTES
Written by Jedy Wang, Sun Microsystems Inc., 2008. SunOS 5.11 28 Jul 2008 evolution-webcal(1)