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?
source to share
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
source to share
- 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.
source to share
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.
source to share