From: Jim M. <ja...@bt...> - 2006-06-13 21:08:29
|
Thanks /home/jamaas # lsusb Bus 005 Device 001: ID 0000:0000 Bus 001 Device 002: ID 22b8:4002 Motorola PCS A920/A925 UMTS Phone Bus 001 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 003: ID 413c:8103 Dell Computer Corp. Wireless 350 Bluetooth Bus 002 Device 001: ID 0000:0000 so then tried this # /usr/bin/syncml-obex-client -u Found 0 USB OBEX interfaces Use '-u interface_number' to connect What am I missing? Thanks Jim >> any suggestions for >> >> interface >> identifier >> version > > have you first tried to check your phone withe the > syncml-obex-client from the libsyncml-utils package? > > > (http://libsyncml.opensync.org/wiki/obex-guide) > <<<<<<<<<<<<<<<<< > First you should connect your device with the usb cable. > Then make sure that the lsusb command lists your device. > Now we can enumerate the interface available on your device. To do this type > (as root!): > syncml-obex-client -u > > This should generate some output like this: > Found 2 USB OBEX interfaces > Interface 0: > Manufacturer: Nokia > Product: Nokia 6680 > Interface description: SYNCML-SYNC > Interface 1: > Manufacturer: Nokia > Product: Nokia 6680 > Interface description: PC Suite Services > > It is important that you have an interface with the > description "SYNCML-SYNC". This is the interface we are going to use. > > Matthias > |