obexftp

How to receive image in android sent by a server using Obex FTP

别说谁变了你拦得住时间么 提交于 2019-11-29 12:59:09
I have developed an application in android using the Android Bluetooth Chat Example. https://developer.android.com/samples/BluetoothChat/index.html I am suppose to receive data from an abc server by connecting my mobile client using Bluetooth. I have implemented Bluetooth Connectivity using RFCOMM as shown in above link. I am also able to receive text from server. However I am unable to receive Image file sent by server on Mobile Client. Server is sending image as a file using Obex FTP. Cannot post code here due to Confidentiality issues. Can someone please tell me how to receive image in

How to receive image in android sent by a server using Obex FTP

你。 提交于 2019-11-28 07:05:06
问题 I have developed an application in android using the Android Bluetooth Chat Example. https://developer.android.com/samples/BluetoothChat/index.html I am suppose to receive data from an abc server by connecting my mobile client using Bluetooth. I have implemented Bluetooth Connectivity using RFCOMM as shown in above link. I am also able to receive text from server. However I am unable to receive Image file sent by server on Mobile Client. Server is sending image as a file using Obex FTP.