Top "Adb" questions

ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device.

How to turn off Wifi via ADB?

Im automating a testing procedure for wifi calling and I was wondering is there a way to turn off/on …

android shell adb android-wifi
How to use Monitor (DDMS) tool to debug application

I'm switching my development environment from Eclipse to Android Studio these days. And I really enjoy its autocompletion and many …

android android-studio ddms android-debug adb
Restart android machine

we have android + linux m/c, we log in into linux shell and boot the machine in android GUI. now …

android adb android-source
Using ADB to capture the screen

I'm trying to get a screenshot of the phone screen as fast as possible. Currently, I am doing: adb shell …

java android adb screenshot
The connection to adb is down, and a severe error has occurred

Possible Duplicate: The connection to adb is down, and a severe error has occured I am currently trying to develop …

android eclipse adb adt
How to restart adb from root to user mode?

Basic question on ADB. adb root restarts adb as root. But what i want is to restart it back to …

android adb root
Get Application Name/ Label via ADB Shell or Terminal

I'm developing an application that uses ADB Shell to interface with android devices, and I need some way of printing …

android shell label adb
Android: ADB Driver for HTC One X

I have been debugging on an HTC Desire for which I had the ADB drivers. Now I have been forced …

android adb driver
Enable USB debugging through Clockworkmod with adb

So, a few days ago my Nexus 7 got dropped, and now there's a big crack in the screen. The touchscreen …

android adb root touchscreen nexus-7
Get Android OS version of device connected via ADB

Can one use adb or adb shell commands to get attached emulator/device OS info, i.e. API version?

android shell adb