moto 360中的藍(lán)牙調(diào)試怎么打開(kāi)呢?可能不少用戶(hù)都在這里被難住了,下面小編就為大家?guī)?lái)開(kāi)啟調(diào)試模式的詳細(xì)方法,希望親們喜歡哈!
首先需要手表上打開(kāi)moto360的開(kāi)發(fā)者選項(xiàng)
Enable Bluetooth debugging on the wearable: (在可穿戴設(shè)備上啟用藍(lán)牙調(diào)試)
1、Tap the home screen twice to bring up the Wear menu. (輕觸主屏兩次,呼出穿戴菜單)
2、Scroll to the bottom and tap Settings.(滾動(dòng)到屏幕底部)
3、Scroll to the bottom. If there's no Developer Options item,(在底部,如果沒(méi)有找到開(kāi)發(fā)者選項(xiàng),那么在關(guān)于里面找到手表的版本號(hào),請(qǐng)連續(xù)點(diǎn)擊7次)
tap About, and then tap the build number 7 times.
4、Tap the Developer Options item.(打開(kāi)開(kāi)發(fā)者人員選項(xiàng))
5、Enable Debug over Bluetooth.(啟用藍(lán)牙調(diào)試)
詳細(xì)步驟教程:
然后,在開(kāi)發(fā)者選項(xiàng)中,啟用藍(lán)牙調(diào)試:
點(diǎn)“ADB debugging”選項(xiàng),然后確認(rèn)。
然后點(diǎn)“Debug over Bluetooth”選項(xiàng),將其變?yōu)椤癊nabled”。
手表上需要做的全部完成。打開(kāi)Android Wear,然后勾選“Debugging over Bluetooth”選項(xiàng)。
將會(huì)出現(xiàn)如下界面:
如圖所示,Target(目標(biāo)主機(jī))將會(huì)顯示connected(已連接)。
然后使用MotoX2專(zhuān)用adb及fastboot組件:
【NewMotoX】牛摩X專(zhuān)用adb及fastboot組件,打開(kāi)其中的命令提示符.lnk快捷方式,然后輸入:
adb forward tcp:2222 localabstract:/adb-hub
復(fù)制代碼
上述命令的目的是將adb轉(zhuǎn)發(fā)到2222端口上。
然后輸入:
adb connect localhost:2222
復(fù)制代碼
在這里注意,轉(zhuǎn)發(fā)的端口可以自己定義,范圍在1024-5000之間的任意數(shù)值。
接下來(lái)Android Wear將會(huì)提示你是否記住RSA密鑰授權(quán),一定要先勾選,然后再點(diǎn)“OK”按鈕:
最后連接完成?梢哉J褂昧。
使用 adb 命令管理moto360,需要加上轉(zhuǎn)發(fā)的端口,然后再輸入命令,例如這樣:
adb -s localhost:2222 shell
復(fù)制代碼
接下來(lái)大家都懂了,就不用我多介紹了。
以上內(nèi)容,來(lái)自玩家的心得分享,親們可以詳細(xì)的了解一下,希望對(duì)大家有用噢!