Doesn't work for me, perhap's i do a mistake because i configure with 
./configure --prefix=/usr --disable-perl --disable-python --disable-rpath 
--disable-ruby
make
make uninstall
which obexftp
make install
and after this i have already the debug when i use obexftp - .....
aslo you i see the AT+CPROT=0 byte in the debug like this :
                                0x41, 0x54, 0x2B, 0x43, 0x50,
                                0x52, 0x4F, 0x54, 0x3D, 0x30,
                                0x0D
I'm not see it, also i'm writiing a java prog under linux to get my picture 
and at this time i'm able to write the xml file of listing on my hard disk, 
i use this connection frame in my connect function :
        public static void connect() throws Exception{
                byte[] out, in;
                out = new String(new char[] {
                                0x80, 0x00, 0x07, 0x12, 0x00,
                                0x04, 0x00}).getBytes("iso-8859-1");
as i can see in the obexftp debug output this is :
Tx: 80 00 07 10 00 04 00
so not the same, also the SETPATH to IMAGES dir is the same as me :
me : Tx: 85 00 16 02 00 01 00 11 00 49 00 4d 00 41 00 47        .........I.M.A.G
Tx: 00 45 00 53 00 00   .E.S..
obexftp : Tx: 85 00 16 02 00 01 00 11 00 49 00 4D 00 41 00 47 00 45 00 53 00 
00
should be work but unluky not connected.
I don't know if it's important because i considere this gadget but in my 
sequence connection i make first a out = new String(new char[] {
                                0x41, 0x54, 0x2B, 0x43, 0x4B,
                                0x50, 0x44, 0x3D, 0x22, 0x45,
                                0x22, 0x0D})
                        .getBytes("iso-8859-1");
To "wakup" the phone wait for OK and then send the AT+CPROT=0, wait OK and 
then connect.
If you like christian i can't send you the java code i write with the 
function use for my phone.





>From: "Christian W. Zuckschwerdt" <[EMAIL PROTECTED]>
>Reply-To: [email protected]
>To: [email protected]
>Subject: [openobex-users] Mitsubishi and Generic 3GPP 27.007 support
>Date: Fri, 20 Oct 2006 23:44:39 +0200
>
>Hi,
>
>there is a bug in multicobex' initialization for Ericsson. A fix is
>needed for Ericsson support over tty (serial cable or IrComm, rfcomm):
>
>http://dev.zuckschwerdt.org/obexftp/changeset/117
>http://dev.zuckschwerdt.org/obexftp/changeset/117?format=diff
>
>There is also a first hack to support AT+CPROT=0 from 3GPP 27.007.
>It works with my Ericsson phone and should work for Mitsubishi too.
>
>http://dev.zuckschwerdt.org/obexftp/changeset/118
>http://dev.zuckschwerdt.org/obexftp/changeset/118?format=diff
>
>
>regards,
>Christian
>
>-------------------------------------------------------------------------
>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

_________________________________________________________________
Windows Live Spaces : créez votre Space à votre image ! 
http://www.windowslivespaces.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