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 Diagnostic Mode - How to Enable it?

I would Like to enable Diagnostic (DIAG) Mode on Android. I have the following questions about the same. How is …

android diagnostics adb
Debugging sqlite database on the device

I am presently working on an WiFi application for Android. I am having trouble trying to access the database on …

android sqlite adb
Huawei, logcat not showing the log for my app?

OK, logcat is showing system logs but it is not showing application log on my Huawei Ascend. If I switch …

android android-studio adb logcat android-logcat
What is the command to list the available avdnames

I know I can start the emulator avd by typing emulator.exe @avdname But is there a command to list …

android shell configuration adb avd
backing up android device using adb

I am attempting to copy all the applications and data from a android tablet1 to another android tablet2. Both tablets …

android backup adb
Use adb over tcpip in Android Studio?

Is it possible to show the adb logcat for a tcpip device in Android Studio? I am writing a application …

android-studio tcp adb
React Native adb reverse ENOENT

I am trying to get React-Native to work with Android V4.2.2 (Genymotion) but I am unable to test the app …

android react-native adb genymotion
Need command line to start web browser using adb

How can I start a browser with the adb shell command and make it open a certain web page?

android adb
Android 4.2.2 adb can't find devices

With the new update to 4.2.2 to my Galaxy Nexus and Nexus 7, I can't find both my devices under adb. These …

android adb nexus-7
I am trying to test android deep link urls through adb to launch my app

When I type the command in adb: ./adb shell am start -W -a android.intent.action.VIEW -d "example:gizmos" …

android android-manifest adb deep-linking