Android :: Receive Bluetooth Serial Data / Graph
Apr 28, 2010
I'm very new to the Android platform, but i was hoping to write a quick and neat little android app which will receive data from blue tooth and to graph the data. I'm trying to use a LM Technologies LM049 blue tooth adapter to send serial data to my HTC Dersire 2.1 android handset. At the moment i'm trying to just prove i can send ascii characters to the phone. Not quite sure where to begin.
View 2 Replies
Apr 21, 2009
I realize that the Blue tooth API is subject to change over time and that the only available profiles are A2DP and AVCRP, but I am really interested about the options I have to develop an application using the Serial Port Profile. I don't really care if the API will later change, this application is meant to be used only by me (I am trying to communicate to a mirocontroller using Blue tooth and the only supported profiles are SPP and GAP). I am going through the /core/java/android/blue tooth/ classes at the moment but I don't see anything that refers to the SPP or otherwise. I am willing to invest time to learn and write a SPP implementation, provided I have someone to guide me. This is valuable to me because I am doing this project as a final year project so I'm not exactly waiting for someone else to do my work. In conclusion, does anyone have any suggestions on where I could start looking and studying to be able to use the SPP in an application?
View 19 Replies
View Related
Sep 24, 2010
I may be doing some Blue tooth Serial Port programming work for a client and I'm just looking for some tips in determining complexity/ workload. The work is similar to reading from a blue tooth GPS (not making the phone a blue tooth GPS), but it is some custom hardware, so not exact. Here's what (I think) I know so far: I will need to pair devices with a Serial Port Profile. I need to connect using a Bloodsucker which works on Android 2x -I don't know yet if the Android I will be a server or a client in this scenario. I will open an InputStream (no output stream needed) and have a thread continually blocking for input I believe "BluetoothChat" is the best example to start with. What I would want to know. - Are there devices/manufacturers who block the blue tooth serial port, trying to block tethering or something like that? (-I've seen posts here that imply that, but I don't see a bunch of comments like "Doesn't work on my @#$$" in Blue tooth GPS Providers in the market). -Are there going to be hardware specific oddities, or can I develop with my Nexus One and just hope it works on everything else? -Is pairing something that will require a lot of education for the users, and would a good app try to initiate this inside their app, or just assume it is already done. -Is Blue tooth programming going to be my worst nightmare, like it sometimes was on Windows Mobile, or smoother than I could ever hope?
View 6 Replies
View Related
Jul 1, 2010
I thought it would be quite easy to develop a bluetooth application on Android, but it looks like the support is very bad. While pairing works, my Nexus One with Android 2.1 can't connect to the PC. It's the same in Windows and Ubuntu. I used on my Desktop computer, in Windows, Hyperterminal and waited on an incoming bluetooth com-port. I searched already a bit, Maybe this:
http://code.google.com/p/backport-android-bluetooth/
or this library:
http://code.google.com/p/bluecove/
View 2 Replies
View Related
Mar 8, 2010
I'm working on an undergraduate level senior design project with the HTC Sprint Hero. We want to connect a device that constantly sends a serial string of data. Does anyone have any hints, tricks, or shortcuts to be able to read a serial string from the USB port and save it on the phone? I know there is not a really simple way but I'm no where near an expert in programming and wanted to see if anyone has come across anything that might help.
View 2 Replies
View Related
Dec 19, 2012
I have a Spice Mi 350n (Android 2.3.4 ; Baseband Version: MT6573 ; Kernel Version: 2.6.35.7 ; Build Number: ALPS.GB.FDD2.MP.V2.14 ; Custom Build version: spice_MI350N_IND_V1.7) .
Very surprisingly I am not able to transfer (both Send and Receive) any files through BLUETOOTH. This is such a basic function of all mobile. I have tried couple of file managers, Bluetooth Manager but not able to transfer. I have rooted the phone .
View 2 Replies
View Related
Sep 26, 2013
I wanted to send an apk to my friend but it says something like not supported filetype and therefore it's automatically rejected and it is not sent in consequence. It's not a problem with my phone but with Samsung i9000 dual core 1.2GHz with mali400. IMO we could fix it by adding a line but I'm not sure which file to edit. Weirdly he's able to send apk's. I can send apk files to everyone but him. His Rom is resurrection remix v4.0.7
Xperia Play
View 1 Replies
View Related
Jun 23, 2010
I use the following code to receive the data from a particular port. It's not working in Android. But sending data to particular port is working fine. code...
View 2 Replies
View Related
Jun 27, 2010
I am new to android.From android i can send data to another port.But i am not able to receive the data using udp in android.How to receive data by using udp in android emulator?
can anyone help me to receive the udp data in android? Code is here...
View 1 Replies
View Related
Apr 18, 2010
How to send/recieve contact via bluetooth? i have tried and frustrated to do this. When send contact from my Sony ericsson to Tatto. Tatto can't recieve them. What kind i do for this?
View 1 Replies
View Related
Mar 6, 2009
I'm try to sent/receive data from my remote db server (MySQL) , I know I can't connect the MySQL directly on android . And I'm trying to use the soap , but I'm not sure if this is the right way?I don't have any experience on it , so my question is:" what is the way to sent/receive data from remote db server " in general ? Does it have any examples I can see ?
View 2 Replies
View Related
May 8, 2010
I'm on Android 1.5, and my code is like this:
CODE:....................
After successfully executed these codes, the result is a stripped string. I've tried using browser to test the url+param, it works fine and got all data.
What's wrong with this code? Is there any parameters I need to specified?
View 2 Replies
View Related
Apr 18, 2010
Can't work my bluetooth at all. how to i receive things and how do i send thing.
View 3 Replies
View Related
Apr 6, 2010
i am new to android. I want to connect with server. Like i want to sent data and receive data from server through Http Connection. Can anyone help me how to do this. Can anyone provide me the sample of both side-client as well as server side.
View 2 Replies
View Related
Jun 28, 2010
I am new to android.I need to know how to receive the udp data in android emulator.Data's are coming from the PC (UDP SERVER is running on the pc).I am using Eclipse IDE.Can anyone guide me to solve this ?
View 1 Replies
View Related
Jul 12, 2010
can you send and reciece file through bluetooth on a x10mini?
View 9 Replies
View Related
May 17, 2010
Can not Listen "music" through Bluetooth in Htc Hero but can make/receive call... Also all buttons works fine in headset like pause, next, back ..
Tried Nokia, & Sony's all most Many Bluetooth headset ...& i really/badly need Bluetooth headset to work ..
i have tried using Nokia Bluetooth stereo headset BH-214, Nokia BH-503 Bluetooth Stereo, Jabra BT3030 & MOTOROKR S305 & such as from Sony. but its just not working...
View 8 Replies
View Related
Jan 9, 2010
Anyone else find it absolutely ridiculous that you can't send/receive files, even pictures, via bluetooth from your computer? I'm hoping that maybe I'm just doing something wrong.
View 18 Replies
View Related
Nov 24, 2010
hi i have just bought a xperia x8 and i cant send anything via bluetooth but i can receive stuff
View 1 Replies
View Related
Jul 5, 2010
yesterday i have bought a new X10 mini. can anyone tell me how to send or receive contacts using blue tooth or sms? Can I receive a vCArd and store as a contact? I do not see the option of sending the contacts from my X10 mini either as a sms or via Bluetooth? can anyone guide me? - shankar
View 1 Replies
View Related
Jul 20, 2010
Can anybody please explain how to receive and send files by bluetooth Ive looked and tried im at my wits end .
View 1 Replies
View Related
Feb 24, 2009
I have two classes Screen1 and Screen2 both extends activity i have to pass data from the Screen1 to Screen 2
I wrote in onCreate method of Screen1 class
CODE:............
My doubt is ,how to receive myval data in Screen2 class ,what is the code i have to add in AndroidManifest.xml file
View 6 Replies
View Related
Oct 24, 2010
I have a mini pro and i cant send or receive things via bluetooth.
View 2 Replies
View Related
Apr 14, 2012
Why do all Android devices constantly receive/send data traffic? Even though no app is requiring it for that moment.During a one minute period the data traffic light light up at least once.
View 2 Replies
View Related
Sep 14, 2010
Hello all, I have a great problem with my XPERIA X10 Mini Pro. I am not able to receive any files from my PC (Vaio, Widows Vista). When ever I try to send a file using Bluetooth I receive an error message (even if mobile is paired with pc). This is the same case with other mobile phones also (not able to receive files from other mobile phones using Bluetooth), and at times my device is not even discovered (Please note that I have made my device discoverable and know that it will remain discoverable for 120 seconds only)
Another problem I have encountered with Bluetooth is that when paired with my laptop the phone automatically answers to incoming calls.
View 11 Replies
View Related
Apr 10, 2009
I want to display graph(time ver distance) in Activity , how should be this achieved in Android. is there any tut available?
View 5 Replies
View Related
Jul 20, 2010
I am developing one statics application and i want to draw a vertical Bar Graph depending upon the value received from the server,so can anyone help me out.
View 2 Replies
View Related
May 25, 2010
I was wondering if there is any 3D scene graph toolkit available or at least in development for Android? I could not find anything, assuming that all existing solutions for Java won't run on the Android platform.
View 3 Replies
View Related
Jul 21, 2010
i have to create a dynamic graph in android.
View 2 Replies
View Related
Feb 29, 2012
Why the time above the adroid bat graph and the one below are different. At this moment is says on my device 1h 28 minutes on battery. Below the graph 50m 22s is shown. What is the difference between those timers ?
View 2 Replies
View Related