Android Wear can't connect my device via Bluetooth

I turned on Bluetooth debugging on my Moto 360 and turned on the Android Wear app on my Nexus4.

Status indicators target : disconnected

Port forwarding from my computer shows that the state host will be changed to connected, but the target's state remains disconnected.

I switched debug via bluetooth toggle which had no effect. My phone is a Nexus 4. Is there a problem with my phone or Moto 360?

+3


source to share


5 answers


Done.

I tried this on Sony z1. This succeeded without problems.



So, it may not be perfectly supported on the Nexus 4.

If you have the same problem, I suggest using a different device.

0


source


I ended up managing to get it to work. The problem seems to be related to the fact that your device was paired with the emulator in the beginning. Take a look at this post to see how I fixed it: http://melix.github.io/blog/2014/10/android-moto360.html



+7


source


  • open app settings, search for Android Wear app, then force stop it.
  • clear your data and cache
  • Search for Google Play services
    • Click "Manage Space". Delete all data.
  • restart your phone.
  • reset your Moto 360
  • Couples with phone
  • Following instructions from android.com https://developer.android.com/training/wearables/apps/bt-debugging.html to set up debugging it should work.
+3


source


I installed without factory reset with these steps

-Run the android protection app and clear the cache

-Disable emulator on android android app.

-Run emulator on android android app.

-Connect your real device using bluetooth

-Open debugging via bluetooth

Make sure the debug options are also active in the android wear device.

0


source


Run these commands in a command window:

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

      

-2


source







All Articles