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 remount fails - mount: 'system' not in /proc/mounts

I tried all the commands and suggestions available in stackoverflow and online but none worked https://stackoverflow.com/a/13366444/1441666 https://…

android adb mount
How to pull photos with ADB from local storage - android device

i have some problems with my Asus Zenfone 2 device (no root). In particular, some days ago, while i was travelling …

android adb photos pull
How to run adb push as root?

I want to use adb pull to pull a db file from Nexus 7 to PC. My nexus 7 has been rooted. …

android adb root pull
macbook adb cannot open interface

I am encountering a problem with Android ADB debugging through USB. Using Macbook Air 2013 and trying to connect Nexus 6 dev …

android macos usb adb nexus6
How to run logcat on multiple devices?

How can I run logcat on multiple devices at the same time? "adb logcat" command gives an error: error: more …

android device adb logcat
Query Android content provider from command line (adb shell)

There is a command to start an activity based on intent: am start. Also to send a broadcast: am broadcast. …

android adb android-contentprovider android-shell
How to turn on and turn off screen with adb command?

I am using KEYCODE_POWER to turn on and turn off my rooted phone. The bellow command is used in …

android adb android-screen
Is it possible to produce continuous swipe action on the touchscreen, with adb, on Android?

I'm trying to reproduce swipe action, with the help of adb. Currently, this code works (for swipe) adb shell input …

android adb swipe swipe-gesture
Command not found: adb when executed from adb's directory

I just installed android studio and and platform tools and I cant call adb even though its clearly located in …

android adb android-sdk-tools
Run Android emulator without GUI (headless Android)

How can I run emulator without GUI (headless Android)? My requirement is to run the headless Android on the emulator. …

android android-emulator adb headless