Hi,
I want to send/receive files/folders between PDA - Dell Axim x51.
Shall I use BluetoothListener ?
how can i extend the BluetoothChat application to send/receive files/folders ?
Please share sample code.
thanks,
the obexPush works fine.
but the DeviceListener does not captures, the files pushed by ObjexPush. Instead the default listener captures it, and i get notificatio window.
You have to disable the standard OBEX listener for the ObexListener class to work. Uncheck Start > Settings > Connections > Beam > Receive incoming beams.
Peter
Thanks Peter,
Can we disable the standard OBEX listener through code ?
if so, how ?