From: Francesc G. <fr...@et...> - 2006-04-29 18:05:26
|
syncml-obex-client returns Segmentation fault when I try to sync. I see no core file. gnome-bluetooth-manager does tells me it finds my phone. (And a couple more ;) ) I installed svn syncml following this guide: http://www.opensync.org/wiki/syncml-guide The PC is ubuntu dapper. I tried also: <bluetooth_channel></bluetooth_channel> <wbxml>0</wbxml> Do I have to add something in bluetooth_address ? Any other hint ? thank you this is my curreny obex config: <config> <bluetooth_address></bluetooth_address> <bluetooth_channel>10</bluetooth_channel> <interface>0</interface> <identifier></identifier> <version>1</version> <wbxml>1</wbxml> <username></username><password></password> <type>2</type> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <allowLateStatus>1</allowLateStatus> <maxObjSize>0</maxObjSize> <noPendingReplies>0</noPendingReplies> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <note_db>tasks</note_db> </config> |