blob: e0bbf335d89bc6e90c55879027d325dd35b5687d [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001page.title=OEM USB Drivers
2@jd:body
3
4<div id="qv-wrapper">
5<div id="qv">
6 <h2>In this document</h2>
7 <ol>
8 <li><a href="#InstallingDriver">Installing a USB Driver</a>
9 <ol>
10 <li><a href="#Win7">Windows 7</a></li>
11 <li><a href="#WinXp">Windows XP</a></li>
12 <li><a href="#WinVista">Windows Vista</a></li>
13 </ol>
14 </li>
15 <li><a href="#Drivers">OEM Drivers</a></li>
16 </ol>
17
18 <h2>See also</h2>
19 <ol>
20 <li><a href="{@docRoot}tools/device.html">Using Hardware Devices</a></li>
21 <li><a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a></li>
22 </ol>
23</div>
24</div>
25
26<p>If you are developing on Windows and would like to connect an Android-powered device
27to test your applications, then you need to install the appropriate USB driver. This document
28provides links to the web sites for several original equipment manufacturers (OEMs),
29where you can download the appropriate USB driver for your device. However, this list is
30not exhaustive for all available Android-powered devices.</p>
31
32<p>If you're developing on Mac OS X or Linux, then you probably don't need to install a USB driver.
33To start developing with your device, read <a
34href="{@docRoot}tools/device.html">Using Hardware Devices</a>.</p>
35
36<p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones
37(ADP), a Nexus One, or a Nexus S, then you need
38the <a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a>, instead of an OEM driver. The Galaxy
39Nexus driver, however, is distributed by <a
40href="http://www.samsung.com/us/support/downloads/verizon-wireless/SCH-I515MSAVZW">Samsung</a>
41(listed as model SCH-I515).</p>
42
43
44<h2 id="InstallingDriver">Installing a USB Driver</h2>
45
46<p>First, find the appropriate driver for your device from the <a href="#Drivers">OEM drivers</a>
47table below.</p>
48
49<p>Once you've downloaded your USB driver, follow the instructions below to install or upgrade the
50driver, based on your version of Windows and whether you're installing for the first time
51or upgrading an existing driver.</p>
52
53<p class="note"><strong>Tip:</strong> When you finish the USB driver installation,
54see <a
55href="{@docRoot}tools/device.html">Using Hardware Devices</a> for
56other important information about using an Android-powered device for
57development.</p>
58
59<ol class="nolist">
60 <li><a href="#Win7">Windows 7</a></li>
61 <li><a href="#WinXp">Windows XP</a></li>
62 <li><a href="#WinVista">Windows Vista</a></li>
63</ol>
64
65
66<p class="caution"><strong>Caution:</strong>
67You may make changes to <code>android_winusb.inf</code> file found inside
68<code>usb_driver\</code> (for example, to add support for other devices),
69however, this will lead to security warnings when you install or upgrade the
70driver. Making any other changes to the driver files may break the installation
71process.</p>
72
73
74<h3 id="Win7">Windows 7</h3>
75
76
77<p>To install the Android USB driver on Windows 7 for the first time:</p>
78<ol>
79 <li>Connect your Android-powered device to your computer's USB port.</li>
80 <li>Right-click on <em>Computer</em> from your desktop or Windows Explorer,
81 and select <strong>Manage</strong>.</li>
82 <li>Select <strong>Devices</strong> in the left pane.</li>
83 <li>Locate and expand <em>Other device</em> in the right pane.</li>
84 <li>Right-click the device name (such as <em>Nexus S</em>) and select <strong>Update
85 Driver Software</strong>.
86 This will launch the Hardware Update Wizard.</li>
87 <li>Select <strong>Browse my computer for driver software</strong> and click
88 <strong>Next</strong>.</li>
89 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB
90Driver is located in {@code &lt;sdk&gt;\extras\google\usb_driver\}.)</li>
91 <li>Click <strong>Next</strong> to install the driver.</li>
92</ol>
93
94<p>Or, to <em>upgrade</em> an existing Android USB driver on Windows 7 with the new
95driver:</p>
96
97<ol>
98 <li>Connect your Android-powered device to your computer's USB port.</li>
99 <li>Right-click on <em>Computer</em> from your desktop or Windows Explorer,
100 and select <strong>Manage</strong>.</li>
101 <li>Select <strong>Device Manager</strong> in the left pane of the Computer Management
102 window.</li>
103 <li>Locate and expand <em>Android Phone</em> in the right pane.</li>
104 <li>Right-click <em>Android Composite ADB Interface</em> and select <strong>Update
105 Driver</strong>.
106 This will launch the Hardware Update Wizard.</li>
107 <li>Select <strong>Install from a list or specific location</strong> and click
108 <strong>Next</strong>.</li>
109 <li>Select <strong>Search for the best driver in these locations</strong>; un-check
110<strong>Search removable media</strong>; and check <strong>Include this location in the
111search</strong>.</li>
112 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB
113Driver is located in {@code &lt;sdk&gt;\extras\google\usb_driver\}.)</li>
114 <li>Click <strong>Next</strong> to upgrade the driver.</li>
115</ol>
116
117
118
119
120
121<h3 id="WinXp">Windows XP</h3>
122
123<p>To install the Android USB driver on Windows XP for the first time:</p>
124
125<ol>
126 <li>Connect your Android-powered device to your computer's USB port. Windows
127 will detect the device and launch the Hardware Update Wizard.</li>
128 <li>Select <strong>Install from a list or specific location</strong> and click
129 <strong>Next</strong>.</li>
130 <li>Select <strong>Search for the best driver in these locations</strong>; un-check
131<strong>Search
132 removable media</strong>; and check <strong>Include
133this location in the search</strong>.</li>
134 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB
135Driver is located in {@code &lt;sdk&gt;\extras\google\usb_driver\}.)</li>
136 <li>Click <strong>Next</strong> to install the driver.</li>
137</ol>
138
139<p>Or, to <em>upgrade</em> an existing Android USB driver on Windows XP with the new
140driver:</p>
141
142<ol>
143 <li>Connect your Android-powered device to your computer's USB port.</li>
144 <li>Right-click on <em>My Computer</em> from your desktop or Windows Explorer,
145 and select <strong>Manage</strong>.</li>
146 <li>Select <strong>Device Manager</strong> in the left pane.</li>
147 <li>Locate and expand <em>Android Phone</em> in the right pane.</li>
148 <li>Right-click <em>Android Composite ADB Interface</em> and select <strong>Update
149 Driver</strong>.
150 This will launch the Hardware Update Wizard.</li>
151 <li>Select <strong>Install from a list or specific location</strong> and click
152 <strong>Next</strong>.</li>
153 <li>Select <strong>Search for the best driver in these locations</strong>; un-check <strong>Search
154 removable media</strong>; and check <strong>Include
155this location in the search</strong>.</li>
156 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB
157Driver is located in {@code &lt;sdk&gt;\extras\google\usb_driver\}.)</li>
158 <li>Click <strong>Next</strong> to upgrade the driver.</li>
159</ol>
160
161
162
163<h3 id="WinVista">Windows Vista</h3>
164
165<p>To install the Android USB driver on Windows Vista for the first time:</p>
166
167<ol>
168 <li>Connect your Android-powered device to your computer's USB port. Windows
169 will detect the device and launch the Found New Hardware wizard.</li>
170 <li>Select <strong>Locate and install driver software</strong>.</li>
171 <li>Select <strong>Don't search online</strong>.</li>
172 <li>Select <strong>I don't have the disk. Show me other options</strong>.</li>
173 <li>Select <strong>Browse my computer for driver software</strong>.</li>
174 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB
175Driver is located in {@code &lt;sdk&gt;\extras\google\usb_driver\}.) As long as you specified the
176exact location of the
177 installation package, you may leave <strong>Include subfolders</strong> checked or
178 unchecked&mdash;it doesn't matter.</li>
179 <li>Click <strong>Next</strong>. Vista may prompt you to confirm the privilege elevation
180 required for driver installation. Confirm it.</li>
181 <li>When Vista asks if you'd like to install the Google ADB Interface device,
182 click <strong>Install</strong> to install the driver.</li>
183</ol>
184
185<p>Or, to <em>upgrade</em> an existing Android USB driver on Windows Vista with the new
186driver:</p>
187
188<ol>
189 <li>Connect your Android-powered device to your computer's USB port.</li>
190 <li>Right-click on <em>Computer</em> from your desktop or Windows Explorer,
191 and select <strong>Manage</strong>.</li>
192 <li>Select <strong>Device Manager</strong> in the left pane.</li>
193 <li>Locate and expand <em>ADB Interface</em> in the right pane.</li>
194 <li>Right-click on <em>HTC Dream Composite ADB Interface</em>, and select <strong>Update
195 Driver Software</strong>.</li>
196 <li>When Vista starts updating the driver, a prompt will ask how you want to
197 search for the driver
198 software. Select <strong>Browse my computer for driver software</strong>.</li>
199 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB
200Driver is located in {@code &lt;sdk&gt;\extras\google\usb_driver\}.) As long as you specified the
201exact location of the
202 installation package, you may leave <strong>Include subfolders</strong> checked or
203 unchecked&mdash;it doesn't matter.</li>
204 <li>Click <strong>Next</strong>. Vista might prompt you to confirm the privilege elevation
205 required for driver installation. Confirm it.</li>
206 <li>When Vista asks if you'd like to install the Google ADB Interface device,
207 click <strong>Install</strong> to upgrade the driver.</li>
208</ol>
209
210
211<h2 id="Drivers">OEM Drivers</h2>
212
213<p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones
Dirk Doughertyaca4a772012-09-04 18:09:08 -0700214(purchased from the Google Play Developer Console), a Nexus One, or a Nexus S, then you need
Scott Main50e990c2012-06-21 17:14:39 -0700215the <a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a>, instead of an OEM driver. The Galaxy
216Nexus driver, however, is distributed by <a
217href="http://www.samsung.com/us/support/downloads/verizon-wireless/SCH-I515MSAVZW">Samsung</a>
218(listed as model SCH-I515).</p>
219
220
221<table><tr>
222 <th>OEM</th>
223 <th>Driver URL</th></tr>
224<tr><td>Acer</td> <td><a
225href="http://www.acer.com/worldwide/support/mobile.html">http://www.acer.com/worldwide/support/mobile.html</a>
226 </td></tr>
227 <tr>
228 <td style="font-variant:small-caps">alcatel one touch</td>
229 <td><a
Scott Maine827b0d2013-07-30 12:54:04 -0700230href="http://www.alcatelonetouch.com/global-en/support/faq/usbdriver.html">http://www.alcatelonetouch.com/global-en/support/faq/usbdriver.html</a></td>
Scott Main50e990c2012-06-21 17:14:39 -0700231 </tr>
232 <tr>
233 <td>Asus</td>
234 <td><a href="http://support.asus.com/download/">http://support.asus.com/download/</a></td>
235 </tr>
236 <tr><td>
237 Dell
238 </td> <td>
239 <a
240href="http://support.dell.com/support/downloads/index.aspx?c=us&cs=19&l=en&s=dhs&~ck=anavml">http://support.dell.com/support/downloads/index.aspx?c=us&cs=19&l=en&s=dhs&~ck=anavml</a> </td></tr>
241
242<tr><td>Foxconn</td> <td><a
243href="http://drivers.cmcs.com.tw/">http://drivers.cmcs.com.tw/</a></td>
244</tr>
245 <tr>
246 <td>
247 Fujitsu
248 </td>
249 <td><a
250href="http://www.fmworld.net/product/phone/sp/android/develop/">http://www.fmworld.net/product/phone/sp/android/develop/</a>
251 </td>
252 </tr>
Scott Main50e990c2012-06-21 17:14:39 -0700253 <tr><td>
254 Garmin-Asus
255 </td> <td><a
256href="https://www.garminasus.com/en_US/support/pcsync/">https://www.garminasus.com/en_US/support/pcsync/</a></td>
257</tr>
258
259<tr><td>Hisense</td>
260 <td><a
261href="http://app.hismarttv.com/dss/resourcecontent.do?method=viewResourceDetail&resourceId=16&type=5">http://app.hismarttv.com/dss/resourcecontent.do?method=viewResourceDetail&amp;resourceId=16&amp;type=5 </a></td>
262</tr>
263
264<tr><td>HTC</td> <td><a href="http://www.htc.com">http://www.htc.com </a> <br>Click on the
265support tab to select your products/device. Different regions will have different links.</td>
266</tr>
267
268<tr><td>Huawei</td> <td><a
269href="http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index">http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index</a></td>
270</tr>
271
272<tr><td>Intel</td> <td><a
273href="http://www.intel.com/software/android">http://www.intel.com/software/android</a></td>
274</tr>
275
276<tr><td>KT Tech</td> <td><a
277href="http://www.kttech.co.kr/cscenter/download05.asp">http://www.kttech.co.kr/cscenter/download05.asp</a> for EV-S100 (Take)</td>
278</tr>
279 <tr>
280 <td>
281 Kyocera
282 </td>
283 <td><a href="http://www.kyocera-wireless.com/support/phone_drivers.htm">http://www.kyocera-wireless.com/support/phone_drivers.htm</a>
284 </td>
285 </tr>
286 <tr>
Scott Kennedy7ed189e2013-01-11 22:31:43 -0800287 <td>Lenovo</td>
Scott Main50e990c2012-06-21 17:14:39 -0700288 <td><a href="http://developer.lenovomm.com/developer/download.jsp"
289 >http://developer.lenovomm.com/developer/download.jsp</a>
290 </td>
291 </tr>
292 <tr><td>LGE</td> <td><a
293href="http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp">http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp</a></td>
Scott Main1649f812013-02-26 09:45:13 -0800294</tr>
295<tr><td>Motorola</td> <td><a
Scott Main50e990c2012-06-21 17:14:39 -0700296href="http://developer.motorola.com/docstools/USB_Drivers/">http://developer.motorola.com/docstools/USB_Drivers/</a></td>
Scott Main1649f812013-02-26 09:45:13 -0800297</tr>
298<tr><td>MTK</td> <td><a
299href="http://online.mediatek.com/Public%20Documents/MTK_Android_USB_Driver.zip">http://online.mediatek.com/Public%20Documents/MTK_Android_USB_Driver.zip</a></td>
300</tr>
Scott Main7671ebe2013-04-10 14:20:17 -0700301<tr><td>Oppo</td> <td><a
302href="http://www.oppo.com/index.php?q=software/view&sw_id=631"
303>http://www.oppo.com/index.php?q=software/view&sw_id=631</a></td>
304</tr>
Scott Main1649f812013-02-26 09:45:13 -0800305<tr><td>Pantech</td> <td><a
Scott Main50e990c2012-06-21 17:14:39 -0700306href="http://www.isky.co.kr/cs/software/software.sky?fromUrl=index">http://www.isky.co.kr/cs/software/software.sky?fromUrl=index</a></td>
307</tr><tr><td>Pegatron</td> <td><a
308href="http://www.pegatroncorp.com/download/New_Duke_PC_Driver_0705.zip">http://www.pegatroncorp.com/download/New_Duke_PC_Driver_0705.zip</a> (ZIP download)</td>
309</tr><tr><td>Samsung</td> <td><a
310href="http://www.samsung.com/us/support/downloads">http://www.samsung.com/us/support/downloads</a></td>
311</tr><tr><td>Sharp</td> <td><a
312href="http://k-tai.sharp.co.jp/support/">http://k-tai.sharp.co.jp/support/</a></td>
313</tr><tr><td>SK Telesys</td> <td><a
314href="http://www.sk-w.com/service/wDownload/wDownload.jsp">http://www.sk-w.com/service/wDownload/wDownload.jsp</a></td></tr><tr>
Scott Main9c6cec72013-01-04 11:06:40 -0800315<td>Sony Mobile Communications</td> <td><a
316href="http://developer.sonymobile.com/downloads/drivers/">http://developer.sonymobile.com/downloads/drivers/</a></td></tr>
Scott Main50e990c2012-06-21 17:14:39 -0700317
318<tr><td>Teleepoch</td> <td><a
319href="http://www.teleepoch.com/android.html">http://www.teleepoch.com/android.html</a></td>
320</tr>
321
Scott Main52dc4bf2013-07-09 10:43:45 -0700322<tr><td>Toshiba</td> <td><a
323href="http://support.toshiba.com/sscontent?docId=4001814">http://support.toshiba.com/sscontent?docId=4001814</a></td>
324</tr>
325
Scott Main50e990c2012-06-21 17:14:39 -0700326<tr><td>Yulong Coolpad</td> <td><a
327href="http://www.yulong.com/product/product/product/downloadList.html#downListUL">http://www.yulong.com/product/product/product/downloadList.html#downListUL</a></td>
328</tr>
329
Scott Main7671ebe2013-04-10 14:20:17 -0700330<tr><td>Xiaomi</td> <td><a
331href="http://www.xiaomi.com/c/driver/index.html">http://www.xiaomi.com/c/driver/index.html</a></td>
332</tr>
Scott Main50e990c2012-06-21 17:14:39 -0700333<tr>
334<td>ZTE</td> <td><a
335href="http://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1000442">http://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1000442</a></td></tr>
336</table>