From: Moser, W. <mo...@cs...> - 2010-07-13 02:34:33
|
Hello, I am attempting to sync my Sony Ericsson w300i phone's calendar with Google calendar. I've got the Google calendar half set up just fine, but I can't seem to get the phone part to connect. When I try to sync, I get this message: "Member 2 of type syncml-obex-client had an error while connecting: There are no valid USB interfaces" I'm using opensync0.22 from the Ubuntu Lucid (10.04) repositories, and attempting to perform the sync with the multisync0.90 GUI via USB. When I run "syncml-ds-tool -u", it returns "Found 0 USB OBEX interfaces Use '-u interface_number' to connect" Interestingly enough, when I do "lsusb -v", I do not see SYNCML anywhere. I DO see "bInterfaceSubClass 11 OBEX". I can post the full output of lsusb if that will be useful. My config file looks like this: <?xml version="1.0"?> <config> <bluetooth_address></bluetooth_address> <bluetooth_channel></bluetooth_channel> <interface>0</interface> <identifier>Sony Ericss</identifier> <version>1</version> <wbxml>1</wbxml> <username></username> <password></password> <type>5</type> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <onlyLocaltime>0</onlyLocaltime> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>Contacts</contact_db> <calendar_db>Calendar</calendar_db> <note_db>Notes</note_db> </config> Thanks in advance for any ideas. |