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