mac無法識別android手機怎麼辦

來源:互聯網
上載者:User

1,查看adb是否開啟

  1. zhangyingdeMacBook-Pro:bin zhangying$ ps -ef |grep adb  
  2.  501 13843 1 0 9:31上午 ?? 0:10.09 adb -P 5037 fork-server server --reply-fd 4  
  3.  501 13891 4321 0 9:43上午 ttys001 0:00.00 grep adb  

如果開啟了,還是不能識別,就要往下看。

2,查看USB串連裝置

  1. $ system_profiler SPUSBDataType  
  2. USB:  
  3.   
  4.  USB 3.0 Bus:  
  5.   
  6.  Host Controller Driver: AppleUSBXHCIWPT  
  7.  PCI Device ID: 0x9cb1  
  8.  PCI Revision ID: 0x0003  
  9.  PCI Vendor ID: 0x8086   
  10.   
  11.  Bluetooth USB Host Controller:  
  12.   
  13.  Product ID: 0x8290  
  14.  Vendor ID: 0x05ac (Apple Inc.)  
  15.  Version: 1.34  
  16.  Speed: Up to 12 Mb/sec  
  17.  Manufacturer: Broadcom Corp.  
  18.  Location ID: 0x14300000 / 2  
  19.  Current Available (mA): 500  
  20.  Current Required (mA): 0  
  21.  Extra Operating Current (mA): 0  
  22.  Built-In: Yes  
  23.   
  24.  Wireless Receiver:  
  25.   
  26.  Product ID: 0x8367  
  27.  Vendor ID: 0x248a  
  28.  Version: 1.00  
  29.  Speed: Up to 12 Mb/sec  
  30.  Manufacturer: Telink  
  31.  Location ID: 0x14200000 / 4  
  32.  Current Available (mA): 500  
  33.  Current Required (mA): 50  
  34.  Extra Operating Current (mA): 0  
  35.   
  36.  M81:  
  37.   
  38.  Product ID: 0x0c02  
  39.  Vendor ID: 0x2a45 //機器識別碼  
  40.  Version: ff.ff  
  41.  Serial Number: 81MEBMP2GF4K  
  42.  Speed: Up to 480 Mb/sec  
  43.  Manufacturer: Meizu  
  44.  Location ID: 0x14100000 / 12  
  45.  Current Available (mA): 500  
  46.  Current Required (mA): 500  
  47.  Extra Operating Current (mA): 0  

3,將機器識別碼存到.android目錄下

  1. $ vim ~/.android/adb_usb.ini  
  2. 0x2a45  

4,查看裝置狀態

  1. $ adb devices  
  2. List of devices attached  
  3. 81MEBMP2GF4K device    //裝置已能識別  

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.