Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug android device via Bluetooth

I'm having problem with my USB ports on my laptop (only 1 active and is used with the external mouse)

Is there an option to debug the apps on the device from eclipse via Bluetooth instead of the USB cable?

Thanks!

like image 803
La bla bla Avatar asked Oct 12 '11 05:10

La bla bla


People also ask

How do I turn on Bluetooth debugging on Android?

Enabling Bluetooth Debug on Android In Android, enabling the Bluetooth logging is as simple as going to Settings -> Developer Options and enabling “Enable Bluetooth HCI snoop log”.

Can you debug an Android phone?

On the device, go to Settings > About <device>. Tap the Build number seven times to make Settings > Developer options available. Then enable the USB Debugging option.


1 Answers

adbWireless allows you to use adb over a wireless connection. It doesn't provide a bluetooth interface, but maybe this could also solve your problem?

like image 54
Geert Avatar answered Sep 18 '22 06:09

Geert