¡@

Home 

2014/10/16 ¤W¤È 08:28:10

android Programming Glossary: zeemote

How to prevent Android bluetooth RFCOMM connection from dying immediately after .connect()?

http://stackoverflow.com/questions/2660968/how-to-prevent-android-bluetooth-rfcomm-connection-from-dying-immediately-after

You're the heroes This is the working code. It connects to Zeemote and reads data from it. Code public class ZeeTest extends Activity.. Original question I'm trying to connect to a Zeemote http zeemote.com gaming controller from Moto Droid running 2.0.1.. its behaviour. Some background info I can connect to the Zeemote from my laptop perfectly fine using bluez tools log attached..

How to prevent Android bluetooth RFCOMM connection from dying immediately after .connect()?

http://stackoverflow.com/questions/2660968/how-to-prevent-android-bluetooth-rfcomm-connection-from-dying-immediately-after

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.. sock.close catch IOException e e.printStackTrace super.onDestroy Original question I'm trying to connect to a Zeemote http zeemote.com gaming controller from Moto Droid running 2.0.1 firmware. The test application below does connect to the.. and then opens socket but there's nothing new in its behaviour. Some background info I can connect to the Zeemote from my laptop perfectly fine using bluez tools log attached as well . I know for sure that Droid is able to talk to Zeemote..