Android :: Sending File Via Bluetooth
Jan 30, 2010
I have a ContentProvider that I use to send a file via Intent.createChooser(). If I pick eMail or GMail as the app to send vith, it's working fine, but if I pick Bluetooth, it fails with "Unknown file, Failure reason: Storage issue" Sending an image from the Camera app via Bluetooth works fine. My phone is the Nexus One.
I've tried:...................
View 2 Replies
Sep 14, 2010
I've downloaded this .pdf document, used Astro to find it in the download folder and it opens fine from there. Even managed to to use that folder app and create a label/link/shortcut thingy to it on my main screen, however I can't seen to send it to anyone else via bluetooth?
View 4 Replies
View Related
Nov 5, 2012
Trying to send any file form any file manager
does not show Bluetooth for example or any other relevant app to send with!
View 1 Replies
View Related
Jul 27, 2010
I am trying to establish a server (J2SE) and client (Android). The client will send a string over to the server over Bluetooth. For Android the code snippet is as below: BluetoothAdapter adapter = null; adapter = BluetoothAdapter.getDefaultAdapter(); BluetoothDevice device = adapter.getRemoteDevice(address); //I have hardcode the server bluetooth mac address adpter.enable();.............
View 5 Replies
View Related
Apr 14, 2010
I have just got a Samsung Galaxy Portal and discovered it does not support sending pictures by bluetooth!
Does anybody know of an app I can use to provide this function?
View 2 Replies
View Related
Jul 3, 2009
We are using Android SDK 1.5 for our project. I dono how to send files using Bluetooth and Wi-fi i,e Which APIs or Intents to use and all..
View 3 Replies
View Related
Aug 20, 2010
is there an easy way to send a batch of photos to my PC by bluetooth? I've just done some through the album app, but I had to do them one at a time which was painful. Ideally I'm looking for an interface where you can select the pics by thumbnail and then tell the phone to transfer all the selected ones.
View 2 Replies
View Related
Aug 1, 2010
I try to send an image over bluetooth to another device. This works mostly fine, but sometimes, I get a StreamCorruptedException: Wrong format: 0x27 on the receiving device. Anybody knows what this means? And how can I avoid that?
View 1 Replies
View Related
Dec 17, 2009
I want to attach a file as HTTPResponse on Android 1.5. Also the contents of the file needs to be assigned to some variable.
View 2 Replies
View Related
Jun 22, 2010
Is there a way of sending via bluetooth an Mp3 track from my HTC Desire to my partners phone? Is it possible I'm new to this mobile phone mularkey
View 1 Replies
View Related
Apr 26, 2010
Has anyone managed to send files via bluetooth on the Desire? I'm able to receive without any issues, but cannot get a file sent to a macbook or Nokia mobile. I'm trying Bluetooth File Transfer, Explorer and Astro to do so and nothing seems to happen.
View 25 Replies
View Related
Feb 9, 2010
I'm trying to send a ringtone by Bluetooth and I cant figure out how. Can anybody help. I have a HTC hero by sprint
View 1 Replies
View Related
Aug 20, 2013
I am trying to write a client application which talk to server application via bluetooth. Server application is running on embedded platfrom.
I referred bluetoothchat example for bluetooth data transfer. In my application I have two activities, Main activity shows list of bluetooth devices and when a user clicks on one of the devices it will open a new activity. Then it will open a bluetooth socket start thread to connect to server. I have a message handler which talks to the connected thread.
my codes looks like this
[HIGH]
public class ConnectActivity extends Activity {
// Unique UUID for this application
public static final UUID MY_UUID_INSECURE =
[Code]....
Some times my UI hangs when I click a button, it takes ages to respond back. In my method for ledOn I call bluetooth input stream. Is this correct method to do it.
View 1 Replies
View Related
Aug 20, 2010
I have a Plantronics Voyager 510 (LOVE IT!!) and I can only seem to get the phone to send calls through to it. It works perfect, but how can I send audio from the Music Player or from when I am playing a movie? Do I need an App to do it or is there a setting that I am missing somewhere? I am using the Samsung Moment with 2.1
View 1 Replies
View Related
Jun 30, 2009
I just copy the code from http://www.openintents.org/en/node/121 to test if I can send .txt or .mp3 file as email attachment, Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.setType("audio/mp3"); sendIntent.putExtra(Intent.EXTRA_STREAM, "file:///sdcard/mysong.mp3"); sendIntent.putExtra(Intent.EXTRA_SUBJECT, "Subject"); startActivity(Intent.createChooser(sendIntent, "Title:"));
But I got an error said that No applications can perform this action. My android sdk is cupcake1.5, and I have already set up my gmail acount in Email application. Anyone knows why? If I set the type as "*/*"(sendIntent.setType("*/ *");), it can launch the Email activity but with no attachment.
View 5 Replies
View Related
Sep 10, 2010
Sending photos by Bluetooth
View 20 Replies
View Related
Sep 23, 2011
I'm writing an app which contains three tabs.. let's just call them TabA, TabB, and TabC.
In my main class which extends TabActivity I have a Bluetooth Adapter which handles sending and receiving messages. I initialize the BluetoothAdapter onStart. Part of the initialization tries to reference controls on the three tabs. But my problem is that only TabA (my default tab) has been initialized at this point so when it tries to access TabB and TabC, they're still null.. How can I initialize all 3 activities, and access controls on each of the tabs when receiving messages from the BluetoothAdapter? (Basically I want TabA to contain a TextView to log all messages, TabB will contain a few controls like sliders and checkboxes that will change based on the messages recieved, and TabC will just have an array of buttons that send specific data..)
View 1 Replies
View Related
Aug 29, 2010
I have created an app that sends an email with a recording, When the intent is fired and email is chosen as the app to send the attachment, you can see that there is an attachement but the attachment is not delivered. code...
View 1 Replies
View Related
Sep 21, 2010
I have no problem sending a file from my computer to my phone via bluetooth. However I cant seem to figure out how to send files from my phone to my computer. I tried using bluetooth file transfer from the app market but its not working.
View 2 Replies
View Related
Jul 29, 2010
I'm facing a problem with my new Xperia X10 Mini pro. I CAN'T SEND/RECEIVE FILES VIA BLUETOOTH.
I can pair my phone to another phones but it's impossible to establish a connection and send files via Bluetooth.
View 10 Replies
View Related
Sep 23, 2010
Is there anyway to send a business card other than by bluetooth? This phone is the most unfriendly user phone that I have ever owned.Suggestion to SE,before bringing new software update,please make it more user friendly.
View 1 Replies
View Related
Feb 28, 2013
I use mNotes to push my Lotus Notes email to my phone. The problem is it will only allow one device to sync with. If I try to sync both tablet and phone it will drop the other out. I am looking for a way to sync my tablet email with my phone over bluetooth and basically use my phone as the main server to send email through when I am not in the office.
View 1 Replies
View Related
Oct 16, 2010
Well, I am sure that at some point in time you all have sent a video but I am trying to figure out why I can't send videos. Last night, I was performing at a night club and I wanted to send the videos to friends and what not so they can hear our singing. However, the video clips are anywhere from 8-20 seconds long and they are not in HD quality but 3gp. Yet it tells me the message can't be attached because it's too large.
Today I had a show, and my brother recorded me and I wanted to send the video out and it still says the same thing. Is there anything I can do? I love At & T but I am wondering does this have anything to do with their Data cap because when I had my Droid X and Incredible on Verizon. I was able to send videos up to 30 seconds long to phones via MMS but I can't send videos on my Captivate. I couldn't send videos either on the Xperia X10, I had, the aria I had, and now the backflip. (I am just using it because I love motoblur for the social networking, not the phone).
View 11 Replies
View Related
Apr 10, 2010
I tried to send a video using gmail, I couldn't do it, it said file to big or something like that. It was only like 20 seconds long. I really like this phone but it seems to be really limited when it comes to MMS or sending video's whether its email or MMS. My sister has verizon (and I do to) when she sends me text or MMS and adds a smiley face it modifies the msg and she gets a msg back saying my phone dont support enhanced msg. wtf? My razr really did better when it came to mms. There has to be something not adjusted right on this phone.
View 1 Replies
View Related
Apr 1, 2009
Android 1.0 can't support file transfer.If I want to do by myself what I can do? It seems don't have OBEX protocol. who knows? Please give me reply.
View 2 Replies
View Related
Oct 13, 2010
I wanted to transfer files back and forth between my android pone and a laptop. Quite honestly I had never used bluetooth before, but since this phone has it I am playing around with it.I tried Astro and ES File explorer, but those work only if I need to transfer files between phones.I then found out Bluetooth File Transfer which lets me share files between my phone and my laptop. That app is very nice, and also by the same developer Dual File Manager.both free from the market.But I supposed file transfer via bluetooth between a laptop or other devices and the phone was a given.Is an extra app absolutely necessary or did I miss something? What other File Managers with bluetooth support do you know of?
View 5 Replies
View Related
Sep 14, 2010
I just transferred a song from my Mac to my phone and opened/played it. Where do I find it? It didn't show up under music...
View 2 Replies
View Related
Nov 6, 2009
I have htc magic with android 1.5. but i don't have the market application. and i want do download bluetooth file transfer on my phone. put a link here so i can download it to pc then my phone manually. or maybe send it to me via e mail. I mean the "APP" file.
View 9 Replies
View Related
Jun 8, 2010
I am not able to send any files through bluetooth using astro file manager.whenever i try to send the file its just show below error:--"cannot sent :Unknown file 0 bytes".i am using HTC legend (non rooted). Although i can send music or video files through default app.But i want to send other type of files also using astro.I have tried googling bt didnt find any solution.
View 14 Replies
View Related
Feb 14, 2013
I have a problem to send a textfile via bluetooth to another device. The devices are already paired. Any full example of a filetransfer.
View 1 Replies
View Related