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 use adb command to push a file on device without sd card

How to push a file from computer to an Android device having no SD Card in it. I tried: C:\…

android adb
ADB Shell Input Events

What is the basic difference between adb shell input keyevent and adb shell sendevent? Which one should I use for …

android adb
How to start an application using android ADB tools?

How do I send an intent using Android's ADB tools?

android adb
Set up adb on Mac OS X

I spent quite sometime figuring how to set up adb on Mac, so I figure writing how to set it …

android macos adb
INSTALL_FAILED_NO_MATCHING_ABIS when install apk

I tried to install my app into Android L Preview Intel Atom Virtual Device, it failed with error: INSTALL_FAILED_…

android apk adb intel virtual-device-manager
How do I get an apk file from an Android device?

How do I get the apk file from an android device? Or how do I transfer the apk file from …

android adb apk
How to use ADB Shell when Multiple Devices are connected? Fails with "error: more than one device and emulator"

$ adb --help -s SERIAL use device with given serial (overrides $ANDROID_SERIAL) $ adb devices List of devices attached emulator-5554 device 7…

android shell cmd adb android-debug
Where can I find the .apk file on my device, when i download any app and install?

Where can I find the .apk file of an application on my device, which I downloaded and installed from Google …

android adb apk
Why do I get access denied to data folder when using adb?

I connected to my live device using the adb and the following commands: C:\>adb -s HT829GZ52000 shell $ …

android adb
adb shell su works but adb root does not

I rooted my unlocked Galaxy S3 (SGH-T999) Now, I'm trying to run adb root from Windows Command Prompt, however, I'm …

android shell adb root