Mobile phone AT&T guidance?
I connect my China/ and Nokia phone using Bluetooth COM PORT CONNECTION. It says COM at 5.
How can I use this connection to send and receive SMSes using C#? For example, are there some resources to consult, or how would some example code look like?
...
How can I best implement a system for send keystrokes/commands via an iPhone and/or Droid to a desktop or laptop computer via WiFi or bluetooth? There are apps for VLC, Keynote and other applications that do this, so I know it's possible but don't know what technology base to use.
The implementation is probably different on Windows and...
I'm a bit new to all of this, so bear with me - I'd really appreciate your help.
I am trying to link the Android Nexus One with an arduino (Duemilanove) that is connected to a BlueSmirf. I have a program that is simply outputting the string "Hello Bluetooth" to whatever device the BlueSmirf is connected to. Here is the Arduino progr...
Hello,
I'd like to develop a desktop application (on Windows, and preferably on .NET) that accepts bluetooth connections from mobile devices, that would then send commands to this application.
I've never worked with bluetooth before. I've looked for open-source examples of such applications, but I had no luck. I've actually found on Mi...
Hi,
I am trying to develop an application using bluetooth in my MAC mini. However, after searching all over net, all that I could find was the "Bluetooth Device Access Guide" from apple, and not a single sample program ! Is any sample code for this available ? I will also explain what I am trying to do in my program, so that if any of y...
Hi,
I have some trouble finding out the friendly name of my mobile phone. Even the JavaMe emulator does not show it. Here is some code:
LocalDevice localDevice = LocalDevice.getLocalDevice();
DiscoveryAgent agent = localDevice.getDiscoveryAgent();
localDevice.setDiscoverable(DiscoveryAgent.GIAC);
String friendly = localDevice.getFrien...
I dont know why the sample application from the android website gives me 300+ errors when i try to run it in ecplise galileo. The application i am trying is Bluetoothchat it is straight from the sdk sample folder so it shouldn't contain any. I have added android.jar and I do have an emulator. I have tried HelloWorld and it worked..Could ...
I am connecting to a bluetooth enabled camera, and I am able to connect using the methods found in the BluetoothChat example.
I need to send commands to the camera. The issue is that I also need to get a response BACK from the camera after I send the command in the first place. So basically I need to write a command and receive a resp...
This problem has been solved! Thanks a lot to Brad, Denis and junkie! You're the heroes! :)
This is the working code. It connects to Zeemote and reads data from it.
===== Code =====
public class ZeeTest extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
I have a Samsung Spica i5700 which I already have updated to Android 2.1. I am using the phone with an application called Run.GPS (http://www.rungps.net). This application logs data such as GPS position, route, speed, bearing etc. It can also log heartrate provided the user has a Zephyr HxM bluetooth heart rate monitor ("HxM"), which I d...
I have a system with the following setup:
I use:
Windows CE 6 R3
Microsoft's Bluetooth stack including all profiles
Motorola H500
The Audio Gateway service is up and running (checked through services list in cmd)
GSM Module is functional - I am able to set outgoing calls and to answer calls.
Bluetooth is functional - the A2DP profile...
I am looking for a combination USB device that is both a flash drive and a Bluetooth adapter. Has anyone seen an item like this available recently? I found some old articles circa 2004 but could not find anything current. Could anyone recommend a company or service that could help me find an item like this?
Thank you,
- G
...
Hello,
I am getting a nullpointer exception when my onStart() method is called. Here is the breakdown of my Android app:
Opening the app brings a user to the homescreen:
The user is then presented with the first 6 icons to choose from. When the user presses the "Sugar" icon it takes them to the SugarTabActivity.
The SugarTabActivit...
Hello android professionals,
I need your help for using Bluetooth in a special way:
When my android mobile phone receives a file via bluetooth that matches a specific MIME-type (in my case GPX-files, an XML derivate) my phone shall open an defined App to handle the new file.
It would be enough, when the app is only opened wenn the file...
Hello,
I have to develope a software that connect to an external device. The problem is the connection.
Is there a way to connect without Apple's special chip?
Any way is possible: Bluetooth, Wifi, or USB.
Thank You
...
what are the best bluetooth emulators/simulators?
i have a project for the security course, and i chose bluetooth as my topic.
so i need to create encryption algorithms using a bluetooth simulator and test them. i have already searched for the best emulaters, and the results were google anroid, and NS2.
is there any emul...
Has anyone established GameKit connectivity between an iPhone app running on an iPad and an iPhone app running on an iPhone? I tried the GKTank example and they won't connect. The iPad throws a "Error: 30509 -- Bluetooth not available.." error when trying to connect.
...
Hi,
I’m currently working on a Android project and is very newbie to the Android platform. It’s an exercise I got from an article where I have to create a twitterlike application so that one Android platform can write to another and it automatically is updating. I’m using a Bluetooth emulator for Android to test.
But before I start wi...
How many iphones can you connect via bluetooth using bonjour I want to create a four player iphone app
...
I'd like to know if it is possible how to do it, because my client asked me if the program I'm developing could also send wallpapers to nearby cellphones(my program will be in a place with many people passing by, so it would be good to have the bluetooth feature).
Thanks!
...