|
From: ashish c. <ash...@gm...> - 2011-02-02 06:19:49
|
HI, I am using syncml-ds-tool which is there in libsyncml library and till time i am able to sync. phonebook ,calender,notes,i just want to know that sms syncronization is possible with this tool or i have to add some extra code in this. if it is possible to sync messages with this tool then pls reply me with all the steps. thank u. |
|
From: ashish c. <ash...@gm...> - 2011-02-03 15:47:01
|
Hi,
Is it possible to sync sms/mms and email through libsyncml????if yes
then
how????
In syncml-ds-tool help menu text/x-vMessage option is there but when i am
trying to sync sms ith the given option it is throwing the following error-
"invalid mime type"
so is it possible to sync sms with this tool or not.
thank u in advance.
- Done.
n
|
|
From: ashish c. <ash...@gm...> - 2011-02-04 06:32:17
|
Hi i used the following command for calender and notes- syncml-ds-tool -b xx:xx:xx:xx:xx:xx channel no. for syncml client --slow-sync text/x-vcalendar calender--identifier "PC Suite" syncml-ds-tool -b xx:xx:xx:xx:xx:xx channel no. for syncml client --slow-sync text/pain notes --identifier "PC Suite". if u know then pls tell me that sms syncronization is possible with this tool or not? On Thu, Feb 3, 2011 at 9:16 PM, ashish chandna <ash...@gm...>wrote: > Hi, > Is it possible to sync sms/mms and email through libsyncml????if yes > then > how???? > In syncml-ds-tool help menu text/x-vMessage option is there but when i am > trying to sync sms ith the given option it is throwing the following error- > "invalid mime type" > so is it possible to sync sms with this tool or not. > thank u in advance. > - Done. > > > > n > > |
|
From: deloptes <del...@ya...> - 2011-02-04 13:06:38
|
ashish chandna wrote: > if u know then pls tell me that sms syncronization is possible with this > tool or not? in my phone the sms option in the default "PC suite" profile for sync is not setup and can not be set. this means I have to configure a custom profile and setup the sms database along with the other databases. Does someone know which one is for the sms? Is it Inbox? Can we have it or is it documented somewhere which are the default databases for the different phones/brands/models. However I don't have the time to check this ATM. I'm pretty busy and I'll be back on Sunday/Monday regards |
|
From: Juergen L. <jue...@gm...> - 2011-02-04 21:23:39
|
On Fri, Feb 04, 2011 at 02:06:03PM +0100, deloptes wrote: > in my phone the sms option in the default "PC suite" profile for sync is not > setup and can not be set. this means I have to configure a custom profile > and setup the sms database along with the other databases. Does someone > know which one is for the sms? Is it Inbox? > Can we have it or is it documented somewhere which are the default databases > for the different phones/brands/models. > Does the --dumpinfo option provide you with the database name? Like syncml-ds-tool -u 0 --wbxml --identifier "Sony Ericss" --useStringTable --sync text/plain Notes /tmp/notes --dumpinfo Bye, bye Juergen |
|
From: deloptes <del...@ya...> - 2011-02-11 15:43:28
|
Juergen Leising wrote:
> Does the --dumpinfo option provide you with the database name?
Indeed
[...]
Datastores:
Locations: ./c:Notepad.dat
[...]
|
|
From: ashish c. <ash...@gm...> - 2011-02-04 06:27:15
|
Is it possible to sync sms/mms and email through libsyncml????if yes
then
how????
In syncml-ds-tool help menu text/x-vMessage option is there but when i am
trying to sync sms ith the given option it is throwing the following
error-
"invalid mime type"
so is it possible to sync sms with this tool or not.
thank u in advance.
|
|
From: deloptes <del...@ya...> - 2011-02-02 12:11:47
|
ashish chandna wrote:
> HI,
> I am using syncml-ds-tool which is there in libsyncml library and till
> time i am able to sync. phonebook ,calender,notes,i just want to know that
> sms syncronization is possible with this tool or i have to add some extra
> code in this.
> if it is possible to sync messages with this tool then pls reply me with
> all the steps.
> thank u.
you are asking too much. I can not provide you with all the details but if
you use the --help option you would see that you have to supply the proper
mime type.
What options did you use for Calendar and for the rest?
What phone brand/model do you have?
So far I've been successful to sync only in slow-sync with Contacts
syncml-ds-tool -b XX:XX:XX:XX:XX:XX 7 --wbxml --identifier "PC
Suite" --version "1.2" --sync text/x-vcard Contacts
But --help says
--sync <type> <path> <directory> normal two-way sync
--slow-sync <type> <path> <directory> slow two-way sync
<type> is the content-type of a datastore
text/x-vcard for contacts
text/x-vcalendar for calendar
text/plain for notes
text/x-vMessage for SMS
<path> is the used (virtual) source URL/path
It is the local name of the database.
You can choose something there.
<directory> is the local path to the synchronized directory
The directory is optional and an absolute path.
This directory is a persistent storage.
|