Difference between revisions of "ADB Guide"

From odroid US
Jump to: navigation, search
Line 11: Line 11:
 
or here (might get outdated):
 
or here (might get outdated):
  
[https://dl.dropbox.com/u/154183/odroid_xp_composite_driver.zip Dropbox Download Link]
+
[https://dl.dropbox.com/u/154183/odroid_xp_composite_driver.zip Dropbox Download Link from 2011-03-09]
  
  

Revision as of 11:30, 11 January 2013

THIS GUIDE IS NOT YET COMPLETE, PLEASE BE PATIENT

This is a Guide on how to use ADB on all major Platforms (Windows, Linux, Mac)

Windows users should get the drivers first, otherwise nothing will work as expected.

You can get them either by following this link:

Hardkernel Download Page

or here (might get outdated):

Dropbox Download Link from 2011-03-09


Windows 8 Users MUST disable "Signed drivers only" installation, following this guide:

Installing unsigned Windows Drivers in Windows 8

Linux + Mac users dont have to do anything from the above.


Install the SDK via Android SDK Link

add adb command to your PATH variable:


Linux + Mac:

export PATH=$PATH:/your/path/to/sdk/platform-tools

or make it survice the exit of your terminal window:

vi ~/.bash_rc

press :i to get to insert mode and type:

export PATH=$PATH:/your/path/to/sdk/platform-tools

press ESCAPE KEY :wq to get into command mode, write the file and quit the editor

Listing connected devices:

adb list