Project

General

Profile

Actions

ADB » History » Revision 2

« Previous | Revision 2/10 (diff) | Next »
Paul Kocialkowski, 02/02/2014 10:22 AM


ADB

Installing ADB

Instructions to install ADB: ToolsInstallation

Authorizing the device

In order to allow your host computer to access ADB on the device, it must be allowed on the device. A window should pop up when connecting USB, asking whether to allow USB debugging.
Note: when booting with USB plugged in, the window doesn't pop up and you have to disconnect and reconnect the USB cable to see it happen.

Accessing root shell

Once allowed, you can access the device shell using:

adb shell

The shell is running as an unprivileged user. To gain root access, use:

adb root

The following shells will then be run as root.

Updated by Paul Kocialkowski about 10 years ago · 2 revisions

Also available in: PDF HTML TXT