ADB Guide

From odroid US
Revision as of 11:04, 11 January 2013 by Sebastian s (Talk | contribs) (Created page with "<p style='color:red'>'''THIS GUIDE IS NOT YET COMPLETE, PLEASE BE PATIENT'''</p> This is a Guide on how to use ADB on all major Platforms (Windows, Linux, Mac) Windows users...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

You can get them either by following this link:

Hardkernel Download Page

or here (might get outdated):

Dropbox Download Link

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

Installing unsigned Windows Drivers in Windows 8

Linux and Mac users dont have to do anything from this.


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

Listing connected devices:

adb list