Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Unable to send file using Bluetooth OBEX OPP profile from my Samsung Galaxy S2 ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chirag Patel  
View profile  
 More options Jan 4, 8:05 am
From: Chirag Patel <chirag.patel1...@gmail.com>
Date: Wed, 4 Jan 2012 05:05:07 -0800 (PST)
Local: Wed, Jan 4 2012 8:05 am
Subject: Unable to send file using Bluetooth OBEX OPP profile from my Samsung Galaxy S2 ?
Hi Erin,

I have developed one sample application to send file using Bluetooth
from one android phone to another android phone.

My application is working fine on Samsung Nexus S. I can send file
from Nexus s to another device.

But same application is not working on Samsung Galaxy S2. Both devices
has android SDK 2.3.3 installed.

Code snippet :

ContentValues values = new ContentValues();
values.put(BluetoothShare.URI,sendFilePath);
values.put(BluetoothShare.DESTINATION, BluetoothDeviceList.address);
values.put(BluetoothShare.DIRECTION,
BluetoothShare.DIRECTION_OUTBOUND);
values.put(BluetoothShare.TIMESTAMP, ts);
Uri contentUri =
mContext.getContentResolver().insert(BluetoothShare.CONTENT_URI,
values);

Thanks in advance.

Waiting for your reply.

Thanks,
Chirag


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »