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.

ADB push multiple files with the same extension with a single command

I want to push some files of the same type (.img) to the /sdcard partition of the phone with a …

android push adb
How to examine SharedPreferences from adb shell?

Now that we can Examining sqlite3 Databases from a Remote Shell, is it possible to examine SharedPreferences from adb shell? …

android adb android-sharedpreferences
Does "adb shell input text" simulate software keyboard input?

adb shell input text "sometext" OR adb shell input keyevent eventid do these simulate actual input from a virtual/ hardware …

android adb android-virtual-keyboard
Not able to run executable file from adb shell

I've added tcpdump binary file to my android device using this command ./adb push ~/tcpdump-4.2.1/tcpdump /data/local The binary …

android shell adb tcpdump
ADB Shell giving bad mode when executing chmod (under su)

I'm having an issue related to the Android ADB Shell. When I try to execute the command chmod he gives …

android shell adb chmod android-2.2-froyo
How to check database on not rooted android device

I am developing an app where i am using sqllite3 database to store values. I have Nexus S and Nexus 7 …

android sqlite adb android-contentprovider android-sqlite
Android device not recognized in Ubuntu 16.04

Recently I installed Ubuntu 16.04, and Android Studio 2.1.2. I have tried these instructions to try to run the app in a …

android ubuntu adb android-studio-2.1
Android 4.2.2 - adb offline, even after SDK upgrade

Edit: Fixed! Looks like there are very many possible causes for this. Mine was one of the more unusual... I …

android adb android-4.2-jelly-bean
Why does adb fail with Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]?

As seen from the result of "jarsigner -verify" my apk is indeed signed, and I still get install "Failure". Any …

android maven installation adb sign
Sending a SMS on Android through ADB

I would like to be able to send a SMS from my Android phone while it's connected to my computer …

android sms adb