Hi,
for a very quick solution try the attached patch. It adds the PUSH
profile to the sdp record.
The service is still FTP but it works with Sony Ericsson e.g.
regards,
Christian
[EMAIL PROTECTED] schrieb:
"obexftpd -c ./ -b"?.. with a Sony Ericsson, a Motorola and a Nokia.. and get a
connection error
--- apps/obexftp_sdp.c (Revision 161)
+++ apps/obexftp_sdp.c (Arbeitskopie)
@@ -139,6 +139,9 @@
sdp_uuid16_create(&profile[0].uuid, OBEX_FILETRANS_PROFILE_ID);
profile[0].version = 0x0100;
pfseq = sdp_list_append(NULL, &profile[0]);
+ sdp_uuid16_create(&profile[0].uuid, OBEX_OBJPUSH_PROFILE_ID);
+ profile[0].version = 0x0100;
+ pfseq = sdp_list_append(pfseq, &profile[0]);
sdp_set_profile_descs(record, pfseq);
sdp_set_info_attr(record, "OBEX File Transfer", NULL, NULL);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users