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.

Why is Eclipse's Android Device Chooser not showing my Android device?

I am using the Android plugin for Eclipse, and when I try to run my program using a real device …

android eclipse adb
Get application version name using adb

Is there an easy way to get the version name of an application on an Android device using adb shell? …

android adb
Android adb not found

When I run my android app from eclipse, I get this error. Unexpected exception 'Cannot run program "/home/antz/Development/…

android linux adb
adb pull multiple files

What is the best way to pull multiple files using adb pull I have on my /sdcard/ 25 files with following …

android adb
How to get the Android device screen size from the adb command line?

I need a way to detect device screen size and density with adb. If there is no solution, where can …

android adb
Android adb shell am broadcast: Bad component name

I am trying to 'emulate' a reboot (or anything else with the adb shell am) and am unable to figure …

android adb bootcompleted
Retrieve database or any other file from the Internal Storage using run-as

On a non-rooted android device, I can navigate to the data folder containing the database using the run-as command with …

android database android-sqlite adb internal-storage
Is there any way to ignore INSTALL_FAILED_VERSION_DOWNGRADE on application install with the Android Debug Bridge?

It seems like the most recent Android 4.2 has introduced this error condition on installation when one attempts to install an …

android installation adb
Launch a script as root through ADB

I have created a script to mount partitions and do some stuff in my Android system. I saved the script …

android shell root adb
Install app via usb: The device is temporarily restricted

When I toggle on the install via USB in developer mode: it will pop the toast message said that the …

android adb development-environment miui