2014-03-04 55 views

回答

9

Burf。

你必須去「.android」文件夾。爲了找到它,只需打開一個終端,寫:

cd 
cd .android/ 

之後,你需要修改文件adb_usb.ini(我建議之前對其進行備份)和最後一行後添加供應商ID,在這種情況下,對於Epson它是:0x04B8。

它應該是這樣的後:

# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT. 
# USE 'android update adb' TO GENERATE. 
# 1 USB VENDOR ID PER LINE. 
0xXXXX 
0x04B8 

然後你只需要保存文件並運行:

adb kill-server 
adb start-server 

記住,你需要讓你的設備,以德USB調試允許adb「看見」它。

adb devices 

希望它能幫助:

在此之後,您的設備會被列出。

Aernarion。

0

1)〜USR/.android/adb_usb.ini

# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT. 
# USE 'android update adb' TO GENERATE. 
# 1 USB VENDOR ID PER LINE. 
0x04B8 

2添加供應商ID(0x04B8))保存在上述adb_usb.ini文件。

其次

A. Bring up command prompt. 
B. Type 「adb kill-server」 then enter. 
C. Type 「adb start-server」 then enter. 
D. Type 「adb devices」 then enter. 
E. You should see BT-200 as one of the devices.