1 page.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 27 to test your applications, then you need to install the appropriate USB driver. This document 28 provides links to the web sites for several original equipment manufacturers (OEMs), 29 where you can download the appropriate USB driver for your device. However, this list is 30 not 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. 33 To start developing with your device, read <a 34 href="{@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 38 the <a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a>, instead of an OEM driver. The Galaxy 39 Nexus driver, however, is distributed by <a 40 href="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> 47 table below.</p> 48 49 <p>Once you've downloaded your USB driver, follow the instructions below to install or upgrade the 50 driver, based on your version of Windows and whether you're installing for the first time 51 or upgrading an existing driver.</p> 52 53 <p class="note"><strong>Tip:</strong> When you finish the USB driver installation, 54 see <a 55 href="{@docRoot}tools/device.html">Using Hardware Devices</a> for 56 other important information about using an Android-powered device for 57 development.</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> 67 You 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), 69 however, this will lead to security warnings when you install or upgrade the 70 driver. Making any other changes to the driver files may break the installation 71 process.</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 90 Driver is located in {@code <sdk>\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 95 driver:</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 111 search</strong>.</li> 112 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB 113 Driver is located in {@code <sdk>\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 133 this location in the search</strong>.</li> 134 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB 135 Driver is located in {@code <sdk>\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 140 driver:</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 155 this location in the search</strong>.</li> 156 <li>Click <strong>Browse</strong> and locate the USB driver folder. (The Google USB 157 Driver is located in {@code <sdk>\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 175 Driver is located in {@code <sdk>\extras\google\usb_driver\}.) As long as you specified the 176 exact location of the 177 installation package, you may leave <strong>Include subfolders</strong> checked or 178 unchecked—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 186 driver:</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 200 Driver is located in {@code <sdk>\extras\google\usb_driver\}.) As long as you specified the 201 exact location of the 202 installation package, you may leave <strong>Include subfolders</strong> checked or 203 unchecked—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 214 (purchased from the Google Play Developer Console), a Nexus One, or a Nexus S, then you need 215 the <a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a>, instead of an OEM driver. The Galaxy 216 Nexus driver, however, is distributed by <a 217 href="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 225 href="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 230 href="http://www.alcatelonetouch.com/global-en/support/faq/usbdriver.html">http://www.alcatelonetouch.com/global-en/support/faq/usbdriver.html</a></td> 231 </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 240 href="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 243 href="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 250 href="http://www.fmworld.net/product/phone/sp/android/develop/">http://www.fmworld.net/product/phone/sp/android/develop/</a> 251 </td> 252 </tr> 253 <tr><td> 254 Garmin-Asus 255 </td> <td><a 256 href="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 261 href="http://app.hismarttv.com/dss/resourcecontent.do?method=viewResourceDetail&resourceId=16&type=5">http://app.hismarttv.com/dss/resourcecontent.do?method=viewResourceDetail&resourceId=16&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 265 support tab to select your products/device. Different regions will have different links.</td> 266 </tr> 267 268 <tr><td>Huawei</td> <td><a 269 href="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 273 href="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 277 href="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> 287 <td>Lenovo</td> 288 <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 293 href="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> 294 </tr> 295 <tr><td>Motorola</td> <td><a 296 href="http://developer.motorola.com/docstools/USB_Drivers/">http://developer.motorola.com/docstools/USB_Drivers/</a></td> 297 </tr> 298 <tr><td>MTK</td> <td><a 299 href="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> 301 <tr><td>Oppo</td> <td><a 302 href="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> 305 <tr><td>Pantech</td> <td><a 306 href="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 308 href="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 310 href="http://www.samsung.com/us/support/downloads">http://www.samsung.com/us/support/downloads</a></td> 311 </tr><tr><td>Sharp</td> <td><a 312 href="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 314 href="http://www.sk-w.com/service/wDownload/wDownload.jsp">http://www.sk-w.com/service/wDownload/wDownload.jsp</a></td></tr><tr> 315 <td>Sony Mobile Communications</td> <td><a 316 href="http://developer.sonymobile.com/downloads/drivers/">http://developer.sonymobile.com/downloads/drivers/</a></td></tr> 317 318 <tr><td>Teleepoch</td> <td><a 319 href="http://www.teleepoch.com/android.html">http://www.teleepoch.com/android.html</a></td> 320 </tr> 321 322 <tr><td>Toshiba</td> <td><a 323 href="http://support.toshiba.com/sscontent?docId=4001814">http://support.toshiba.com/sscontent?docId=4001814</a></td> 324 </tr> 325 326 <tr><td>Yulong Coolpad</td> <td><a 327 href="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 330 <tr><td>Xiaomi</td> <td><a 331 href="http://www.xiaomi.com/c/driver/index.html">http://www.xiaomi.com/c/driver/index.html</a></td> 332 </tr> 333 <tr> 334 <td>ZTE</td> <td><a 335 href="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> 337