diff options
author | Scott Main <smain@google.com> | 2011-01-07 10:45:03 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-01-20 18:37:41 -0800 |
commit | 0f8056321f4d4552fb96a671c3cd194814ad0d4e (patch) | |
tree | 826a35dfe8f93825aca67449f248400cfea85f86 /docs/html/guide/developing/device.jd | |
parent | 77d6fcff7b97b53d7bf15557e117d32b95c21f63 (diff) | |
download | frameworks_base-0f8056321f4d4552fb96a671c3cd194814ad0d4e.zip frameworks_base-0f8056321f4d4552fb96a671c3cd194814ad0d4e.tar.gz frameworks_base-0f8056321f4d4552fb96a671c3cd194814ad0d4e.tar.bz2 |
cherrypick Change-Id: Ic268b65b127b356155dd62d737029ce442c12f51
docs: add OEM USB Drivers document
and update install guide with windows 7 procedures
misc style edits
Change-Id: Icadbfc1136463a75039f87e7c0cbc79d29afbd84
Diffstat (limited to 'docs/html/guide/developing/device.jd')
-rw-r--r-- | docs/html/guide/developing/device.jd | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 4bed963..657f549 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -13,8 +13,12 @@ page.title=Connecting Hardware Devices </ol> <h2>See also</h2> <ol> + <li><a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a></li> + <li><a href="{@docRoot}sdk/oem-usb.html">OEM USB Drivers</a></li> <li><a - href="{@docRoot}sdk/win-usb.html">USB Driver for Windows</a></li> +href="{@docRoot}guide/developing/eclipse-adt.html">Developing in Eclipse, with ADT</a></li> + <li><a +href="{@docRoot}guide/developing/other-ide.html">Developing in other IDEs</a></li> </ol> </div> </div> @@ -66,8 +70,10 @@ would on the emulator. Before you can start, there are just a few things to do:< <li>Setup your system to detect your device. <ul> <li>If you're developing on Windows, you need to install a USB driver - for adb. See the <a href="{@docRoot}sdk/win-usb.html">Windows USB - Driver</a> documentation.</li> + for adb. If you're using an Android Developer Phone (ADP), Nexus One, or Nexus S, + see the <a href="{@docRoot}sdk/win-usb.html">Google Windows USB + Driver</a>. Otherwise, you can find a link to the appropriate OEM driver in the + <a href="{@docRoot}sdk/oem-usb.html">OEM USB Drivers</a> document.</li> <li>If you're developing on Mac OS X, it just works. Skip this step.</li> <li>If you're developing on Ubuntu Linux, you need to add a rules file that contains a USB configuration for each type of device you want to use for |