Cant connect Android Wear Device via bluetooth

后端 未结 8 1155
-上瘾入骨i
-上瘾入骨i 2021-02-09 16:43

I have USB debugging on and I am showing that the Target is connected I however am unable to connect the host.

When I run the below command on my PC I get output indicat

相关标签:
8条回答
  • 2021-02-09 17:25

    I had this problem as well. After running the above commands in the Command Line, I solved it by activating the Developer Options on my Moto 360 (pressing the build number repeatedly in the settings like the phone). Enabling the ADB and Bluetooth Debugging on the watch and unpairing my watch with my phone.

    After I did all these steps my computer finally sent the RSA permissions key for my Android Wear device through my phone.

    0 讨论(0)
  • 2021-02-09 17:26
    1. Open Your-sdk-path in Explorer, and then "platform-tools", where it should be your adb.exe , in my case this is ( C:\Users\YourUser\AppData\Local\Android\sdk\platform-tools )
    2. Shift + Rightclick then select Open command window here.
    3. paste "adb forward tcp:4444 localabstract:/adb-hub"
    4. And then paste "adb connect 127.0.0.1:4444" (do not put localhost it is giving problems).
    5. you can check with "adb devices"
    0 讨论(0)
提交回复
热议问题