Debug Android Wear over Bluetooth

Fossil watches and their branded derivatives do not support ADB debugging using the USB cable. Other cables have proven to be feable and utterly unusable for reliably developing and debugging apps on a physical Wear device.

Use the following two commands to enable wireless debugging over Bluetooth:

adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444