Questions tagged [obexftp]

ObexFTP is a library bundling everything needed for OBEX transfers and exposing it via a simple interface.

ObexFTP is a library bundling everything needed for OBEX transfers and exposing it via a simple interface.

Homepage of the project is http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp

6 questions
1
vote
1 answer

bluetooth library for latest Android / Cyanogenmod?

I am trying to build some of the bluetooth terminal tools such as hcitool and obexftp for Android with NDK. However, from what I understand, the libbluetooth.so, which was included in several Android implementations of hcitool, hcidump, obexftp no…
22332112
  • 2,337
  • 5
  • 21
  • 42
0
votes
0 answers

Is Windows using the OBEX Object Push profile to send a file to android smartphone?

I am able to send a file from Windows PC to my Android smartphone via Bluetooth. But I am currently unable to do the same in linux using obexftp. I am now doubtful, what profile does Windows 7 used to transmit the file to Android via bluetooth?
daparic
  • 3,794
  • 2
  • 36
  • 38
0
votes
0 answers

why expect shell script for 'obexctl' not working as Expected

I want to send a file using bluetooth from one device to another device. For that i am using obex which has a command called 'obexctl'. It works as described in this ... Please Take a look into this Doc This is how sending file works. For…
Karsh Soni
  • 170
  • 1
  • 12
0
votes
1 answer

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

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…
Iram Khan
  • 37
  • 2
  • 12
0
votes
1 answer

obexftp -l fails, return code 81

I am currently attempting to use obex tools to browse (and later mount) the file system of an Android device (7.1.1). When I try to list using obexftp -l, it simply returns nothing. I have tried almost every possible combination of file parameters…
scott
  • 1
  • 3
0
votes
2 answers

Send file to remote device with bluetooth without the requirement of a pin using obexftp in terminal

Hi This command in terminal obexftp –nopath –noconn –uuid none –bluetooth –channel –put Should allow a file to be sent to remote bluetooth device without the requirement of a pin on a remote device. When i…
Nasir Shiraz
  • 161
  • 1
  • 3
  • 15