I have enabled UDB Debugging for my moto 360, but when I connect it to my computer, I don't get the "Allow Wear Debugging?" dialog.
How can I get this to show up?
I have enabled UDB Debugging for my moto 360, but when I connect it to my computer, I don't get the "Allow Wear Debugging?" dialog.
How can I get this to show up?
First of all become a developer on Moto 360 and enable Debugging.
Enable ADB debugging and Debug over Bluetooth.
Hope this helps.
Suggested following note to step 12.
Sometimes the terminal could return the following error message after executing the second command:
unable to connect to localhost:4444: cannot connect to localhost:4444 no connection could be made because the target machine actively refused it (10061).
In such case adb connect 127.0.0.1:4444 will do instead.
– Erik Ušaj Nov 06 '15 at 09:07Just an update to the above.
Google has removed the "Debugging over Bluetooth" option from the Wear OS app some time in 2021.
If you need to enable this feature, downgrade to an older version. I had success with https://www.apkmirror.com/apk/google-inc/android-wear/android-wear-2-36-0-318474873-gms-release/
For some reason it only worked when my phone (Moto G5s) was in "charge only" mode when connected via USB. As soon as I changed it to "file exchange" the connection broke and ADB refused to connect to the smartwatch. After switching the phone back to "charge only" and restarting the adb console I could connect again using "adb connect 127.0.0.1:4444"