it seem we don't have the same version of file
410 :
411 :   if(do_at_cmd(ttyfd, "AT^SIFS\r\n", rspbuf, sizeof(rspbuf)) < 0) {
412 :           DEBUG(1, "Comm-error\n");
413 :           goto err;

473 :   if(do_at_cmd(ttyfd, "AT*EOBEX\r\n", rspbuf, sizeof(rspbuf)) < 0) {
474 :           DEBUG(1, "Comm-error\n");
475 :           goto err;

that's meens i count with 2 less lines ?


>From: "Christian W. Zuckschwerdt" <[EMAIL PROTECTED]>
>To: surfzoid surfzoid <[EMAIL PROTECTED]>,  
>[email protected]
>Subject: Re: debugging M341i
>Date: Wed, 11 Oct 2006 23:31:12 +0200
>
>Ok,
>
>Edit bfb/bfb_io.c
>
>line 410 change
>                 goto err;
>to
>                 goto ericsson;
>
>then line 475 change
>         if(do_at_cmd(ttyfd, "AT*EOBEX\r\n"...
>to
>         if(do_at_cmd(ttyfd, "AT+CPROT=0\r\n"...
>
>That should cover it for testing.
>
>Find the tty device for IrDA (something like /dev/ircomm0)
>Use this command then:
>     obexftp -t /dev/ircomm0 -c IMAGES -g img.jpg
>
>Also give me the output from "AT+GMI" so I can implement this the right 
>way.
>
>regards,
>Christian
>
>surfzoid surfzoid schrieb:
> > In fact my opinion is the CPROT=0 is necessary
>

_________________________________________________________________
Découvrez Windows Live Messenger : le futur de MSN Messenger ! 
www.windowslivemessenger.fr


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to