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”按鈕:
最后連接完成?梢哉J褂昧。
使用 adb 命令管理moto360,需要加上轉發的端口,然后再輸入命令,例如這樣:
adb -s localhost:2222 shell
復制代碼
接下來大家都懂了,就不用我多介紹了。
以上內容,來自玩家的心得分享,親們可以詳細的了解一下,希望對大家有用噢!