Questions tagged [obex]

OBEX is an abbreviation of OBject EXchange, also termed IrOBEX

OBEX is an abbreviation of OBject EXchange, also termed IrOBEX, and is a communications protocol that facilitates the exchange of binary objects between devices.

83 questions
1
vote
1 answer

Automatically receive files via Bluetooth on windows XP

I read many many posts to solve this issue but I didn't succeed till now! Any help is highly appreciated! I have an android application running on a Smartphone which allows the user to shoot pictures and add some exif tags to the resulting jpg.These…
Andre
  • 489
  • 1
  • 6
  • 17
1
vote
3 answers

Command line tool for receiveing file via bluetooth in Windows

Is there any command line tool for receiving a file in Windows using Bluetooth OPP profile?
Shrikanth Kalluraya
  • 1,099
  • 1
  • 16
  • 34
0
votes
2 answers

How can I send file to phone with bluetooth using 32feet and OBEX?

I tried to send file to my mobile phone via bluetooth. I used dll form 32feet.com (that was InTheHand). I able to scan available bluetooth devices that can communicate but I can't send file to that device. I tried to connect with DeviceName but that…
AT07
  • 98
  • 1
  • 11
0
votes
2 answers

Make C Program for Interactive Mode

Here I have one command which is like interactive mode: obex_test -b $BD_ADDR $CH_NUM This command is from a script but I want to run this command through a system call in a C program. obex_test is nothing but obex file transfer library. Here I…
user1089679
  • 2,328
  • 8
  • 41
  • 51
0
votes
1 answer

How can use FTP in OBEX to deleting and copying a file into destination Device via bluetooth java code?

I need to replace a file with old version of it in destination device via bluetooth. I know that OBEX(FTP and OPP) profiles is necessary to use for this. But I don't know How can delete old version and copy new version of file in destination…
m d
  • 1
  • 1
0
votes
1 answer

Bluetooth OBEX FTP server on Android 2.X

I'm using the Bluecove library to devolep an Obex ftp client/server on android 2.X. So far i managed to connect as a client from android to a pc. I tried the bluecove example code for a server but doesn't work. Is it possible to develop a server on…
0
votes
2 answers

How can external programs be called from an Android app?

I've found it: http://gitorious.org/android-obex/pages/Home I would like to call it from my Android app, does anyone know how to do?
Cris
  • 12,124
  • 27
  • 92
  • 159
0
votes
2 answers

Getting remote device file list via BT in Java/Android

I'm trying to get the remote device folder listing using OBEX; i'm trying to connect using String btUrl=btgoep://"+mac_address+":10;authenticate=false;encrypt=false;master=false" but i get Not supported yet error when i call ClientSession conn…
Cris
  • 12,124
  • 27
  • 92
  • 159
0
votes
1 answer

How to access bluez-obexd properties(status) using pydbus?

I am using BlueZ-obexd and pydbus to create a python obex client for opp file transfer. So far, I have been able to get file transfer working, and I am trying to implement RemoveSession from the API to trigger only after the transfer has completed…
0
votes
1 answer

What is the right path format in Bluetooth FileExchange Profile?

I would like to implement a file browser via Bluetooth. I'm already able to connect and talk to an other computer. I would like to be able to list all available files under a specific path. I know I have to do as follows: Connect - to establish…
user
  • 95
  • 1
  • 9
0
votes
1 answer

How does the OBEX protocol look like?

I'm trying to exchange data between a mobile phone and a computer using bluetooth. I'd like to use OBEX for it. I have read OBEX_documentation and Wikipedia and tried to send a following package from a device 1 (computer): const char package[] = /*…
user
  • 95
  • 1
  • 9
0
votes
0 answers

how to use Bluetooth Obex OPP using xamarin

I am using Xamarin to develop an android App, which should be able to share file over Bluetooth using OPP OBject EXchange protocol. I am able to successfully send file using CSharp .Net Project with InTheHand.Net.Bluetooth and InTheHand.Net.Personal…
Ekayaa
  • 169
  • 16
0
votes
1 answer

Response from bluetooth OBEX connect request is HTTP Not Acceptable

I'm using nObex on Windows to create a Obex connection to an android phone over bluetooth. As library I'm using nObex https://github.com/nccgroup/nOBEX AF_BLUETOOTH is under windows not available, whereas I'm using pybluez to create the…
0
votes
0 answers

Send file via BT directly to Image folder in Android devices?

I don't know how to access folder "Images" on android devies, to send file directly to it. I'm able to successfully send file using below code, however after research I'm not able to specify "Uri" so I can't receive file in "Image" folder or any…
Kuba Do
  • 155
  • 9
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