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.

Android ADB access to application databases without root

Can anyone tell me, is it possible to use the ADB to pull and push a database from an app, …

android adb root
How do I run "adb shell" commands in a terminal emulator locally on an Android device?

From a shell on my PC, I can run adb shell cmd package list packages, and get a list of …

android shell adb termux
How to make Android's aapt and adb work on 64-bit Ubuntu without ia32-libs (works for versions 12, 13 and 14)

Since Ubuntu 13.10 no longer has ia32-libs I cannot get my android development environment running on a clean install of 13.10. …

android ubuntu adb 32bit-64bit aapt
ADB root is not working on emulator (cannot run as root in production builds)

I have just updated emulator 26.0.3, now I cannot run adb root command for new created emulator. the error shown is …

android android-emulator adb root
How to make adb shell ps list all processes in Android O?

adb shell ps not working in O android release adb shell ps command in Android O release is listing only …

android adb ps usb-debugging android-8.0-oreo
Not able to connect adb after upgrate Android Studio to 3.4

unable to connect to adb.check the event log for a possible issue, verify that localhost entry is pointing to 127.0.0.1 …

android-studio build adb android-studio-3.4
Sending AT Commands Via ADB Android

I have a task at work to investigate if it is possible to send AT commands to an android device …

android cmd adb at-command
How to attach back the Android emulator to ADB?

After I start the emulator by hitting Debug in Eclipse, after certain time it disconnects from the ADB, but the …

android eclipse android-emulator emulation adb
adb logcat hangs with "waiting for device" message

When I type adb devices command on terminal, it shows device is connected List of devices attached 0123456789ABCDEF device But …

android adb android-logcat cts