Cant connect Android Wear Device via bluetooth

后端 未结 8 1152
-上瘾入骨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:03

    For your information, I finally solved the same problem by replacing port 4444 by 5601.

    The 2 calls are:

    adb forward tcp:5601 localabstract:/adb-hub
    

    and

    adb connect localhost:5601
    

    (My Android Wear device is a LG G Watch and my Android tablet is an Asus Nexus 7)

提交回复
热议问题