adbsetup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| adbsetup [2011/08/11 18:23] – ggrandou | adbsetup [2011/08/15 18:27] (current) – removed ggrandou | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | DELETEME | ||
| - | |||
| - | ====== ADB setup ====== | ||
| - | |||
| - | What is the Android Debug Bridge (ADB)? See developer.android.com or android-dsl.com. | ||
| - | |||
| - | The following procedure works with Android 2.1. | ||
| - | |||
| - | To have ADB recognize the Toshiba AC100, please do the following : | ||
| - | Download the Android SDK (it includes the adb) | ||
| - | Enable USB Debug on the AC100, Connect your AC100 to your computer using a USB cable | ||
| - | |||
| - | For Linux only: | ||
| - | You can find the " | ||
| - | If you don't want to run adb as root, you should create a udev rule under / | ||
| - | the udev-rule could look something like this: | ||
| - | SUBSYSTEM==" | ||
| - | (This grants read and write access to root and all the users in the group plugdev) | ||
| - | |||
| - | |||
| - | For Windows only: | ||
| - | Windows will fetch for driver, and fails when finding one for ADB Composite Device | ||
| - | Run Android SDK Updater, install USB driver package if it is not already present | ||
| - | Now modify your Android_sdk_directory\usb_driver\android_winusb.inf, | ||
| - | ;NVIDIA Tegra | ||
| - | %SingleAdbInterface% = USB_Install, | ||
| - | %CompositeAdbInterface% = USB_Install, | ||
| - | |||
| - | Now, go to device manager in windows, select ADB Composite Device, update driver, say you want to fetch for a local package, point to android_sdk_directory\usb_driver, | ||
| - | Additionnaly, | ||
| - | |||
adbsetup.1313079806.txt.gz · Last modified: by ggrandou
