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: How to strace an app using ADB shell am start

I need help on stracing Android apps in the SDK emulator. Here is my setup: I have an Android SDK …

android shell runtime adb strace
adb can't find Galaxy S3 Android 4.3

I update android version of my Galaxy S3 to Android 4.3. I have activated the developer mode by clicking Build Number …

android windows-7 android-studio adb android-4.3-jelly-bean
Cannot install ADB for Kindle Fire HD

I'm trying to root it although after i install the correct ADB drivers, when I plug in my Kindle fire …

android adb device kindle-fire
Nexus 5 (Kitkat 4.4) won't authorize my Windows 8 computer

I'm trying to do some app development for Android with Eclipse and my Nexus 5. However, after the first time loading …

android eclipse windows-8 adb android-4.4-kitkat
How to make sense of dumpsys SurfaceFlinger

Is there any documentation on the output of the adb command "dumpsys SurfaceFlinger"? In particular, I'd like to understand what …

android adb surfaceflinger
ADB says 'Device Not Found' at last stage of sideloading lollipop

I'm trying to sideload Lollipop onto my Nexus 5 from the OTA zip file. At this point, the adb recognizes the …

adb nexus-5 sideloading
Android 4.2.2 Device Offline

I've read several users having similar problems, but none of the solutions I've found have solved my issue. I have …

android adb offline device
Where is the deployed apk file? how to uninstall it with adb?

I have tried to install my apk using adb like this: D:\C_Desktop\Development\Android SDK\platform-tools>adb …

android adb android-sdk-2.3
Detailed debug logs with Volley

In Restkit on iOS there is a verbose debug option. RKLogConfigureByName("*", RKLogLevelTrace);. Does anyone know if there is an equivalent …

android adb android-volley android-logcat
ADB: missing port in specification

I've recently upgraded to Android SDK Platform-Tools version 28.0.2. Version information: $ adb version Android Debug Bridge version 1.0.40 Version 28.0.2-5303910 When using …

android adb android-sdk-tools