05.05.2010 23:03:30 UTCgeändert am 05.05.2010 23:04:17 UTC
Bluetooth HXM
This is a problem that has to be fixed by run.gps, and not something you can do yourself. I have sent them an email, and I believe they are working on a fix. They have to release a new version of their software for you to enjoy HXM on a Android 2.1 device.
If you still want to know where to obtain your MAC, you can simply connect the device to a computer. I.E a windows 7 based computer, and just right click on the connected device an chose properties to see the MAC. But there is really no need to know your MAC. When the new software update is released, the run.gps application will find your MAC without you even knowing it =)
24.04.2010 18:47:05 UTCgeändert am 24.04.2010 19:03:03 UTC
A fix to the bluetooth connection problem
Hi
If this problem still is not resolved, the code below describes how to make the connection work with Android 2.1 (Tested on HTC Desire). Just replace "00:07:80:89:EE:EB" with the MAC of your HXM to make it connect. After the connection is successful, a regular method with input = socket.getInputStream() can be used.
BluetoothDevice hxm = BluetoothAdapter.getDefaultAdapter().getRemoteDevice("00:07:80:89:EE:EB");
Method m = hxm.getClass().getMethod("createRfcommSocket", new Class[]{int.class});
socket = (BluetoothSocket)m.invoke(hxm, Integer.valueOf(1));
socket.connect();
On Androids the Menu Button is replaced by the hardware "Menu" button which every Android device features. Does RunGPS run without crashes on your device. Even if you switch landscape/portrait mode several times? Did you manage to import jpeg maps (not OSM)?
I bought HTC Desire, works great, GPS fix in seconds, recording okej, but I don't have "settings button - picture".. it is not on the screen - portrait or landscape..
Please can you help me wit an idea... whats wrong..