5577.COM

moto 360开启蓝牙调试方法

2015/3/14 10:52:53 来源:本站整理 作者:GML

moto 360中的蓝牙调试怎么打开呢?可能不少用户都在这里被难住了,下面小编就为大家带来开启调试模式的详细方法,希望亲们喜欢哈!

首先需要手表上打开moto360的开发者选项

Enable Bluetooth debugging on the wearable: (在可穿戴设备上启用蓝牙调试)

1、Tap the home screen twice to bring up the Wear menu. (轻触主屏两次,呼出穿戴菜单)

2、Scroll to the bottom and tap Settings.(滚动到屏幕底部)

3、Scroll to the bottom. If there's no Developer Options item,(在底部,如果没有找到开发者选项,那么在关于里面找到手表的版本号,请连续点击7次) 

tap About, and then tap the build number 7 times.

4、Tap the Developer Options item.(打开开发者人员选项)

5、Enable Debug over Bluetooth.(启用蓝牙调试)

详细步骤教程:

然后,在开发者选项中,启用蓝牙调试:

点“ADB debugging”选项,然后确认。

然后点“Debug over Bluetooth”选项,将其变为“Enabled”。

手表上需要做的全部完成。打开Android Wear,然后勾选“Debugging over Bluetooth”选项。

将会出现如下界面:

如图所示,Target(目标主机)将会显示connected(已连接)。

然后使用MotoX2专用adb及fastboot组件:

【NewMotoX】牛摩X专用adb及fastboot组件,打开其中的命令提示符.lnk快捷方式,然后输入:

adb forward tcp:2222 localabstract:/adb-hub

复制代码

上述命令的目的是将adb转发到2222端口上。

然后输入:

adb connect localhost:2222

复制代码

在这里注意,转发的端口可以自己定义,范围在1024-5000之间的任意数值。

接下来Android Wear将会提示你是否记住RSA密钥授权,一定要先勾选,然后再点“OK”按钮:

最后连接完成。可以正常使用了。

使用 adb 命令管理moto360,需要加上转发的端口,然后再输入命令,例如这样:

adb -s localhost:2222 shell

复制代码

接下来大家都懂了,就不用我多介绍了。

以上内容,来自玩家的心得分享,亲们可以详细的了解一下,希望对大家有用噢!

相关攻略
精彩推荐