Am Dienstag 19 September 2006 09:16 schrieb surfzoid surfzoid: > Hi > I have two phones, a K750i (bluetooth/irda) and a mitsubishi M341i(irda). > There is about two years i try to list the folder of my M341i and get all > the pictures of it. > With K750i there isn't any problem. > With M341i i can put a file on the phone with obexftp -i -p myfile, but > with obexftp -i -l / i have : > [EMAIL PROTECTED] linux-2.6.17-4mdv]# obexftp -i -l / > Connecting...done > Receiving "/"... Sending ""... failed: / > failed: / > Disconnecting...done > [EMAIL PROTECTED] linux-2.6.17-4mdv]# obexftp -i -S -l / > Connecting...done > Receiving "/"... failed: / > Disconnecting...done > [EMAIL PROTECTED] linux-2.6.17-4mdv]# > > i read somewere on the web M341i haven't got a standard command to go in > obex mode but AT+CPROT=0 . > It 's the source of my problem ? someone have a M341i too and same > problem's ?
Take a look at /proc/net/irda/discovery. It will tell you that it can do OBEX. However, this does not imply anything but that a some part of OBEX is supported. It does _not_ say that everything, e.g. folder browsing services, are supported. The special command may be for OBEX over cable. To debug this, compile obexftp with debugging enabled and print the output of the session. This would make more clear where it fails. HS ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
