ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device.

learn more… | top users | synonyms

3
votes
0answers
77 views

How to inject javascript code with ADB in a browser open tab?

I'm in the process of creating an Android test farm system, and while at it, I'm trying to find a way to inject javascript in an already open tab in the default browser. I'm trying with adb shell ...
3
votes
0answers
72 views

hierarchyviewer not working

When I run hierarchyviewer I am getting warning SWT folder '/home/sharanu/work/android-ics-source/prebuilt/linux-x86_64/swt/swt.jar' does not exist. Please export ANDROID_SWT to point to the folder ...
3
votes
0answers
141 views

Input keyevent in korean keyboard from adb shell

I want to send Korean or other non English text to android device using adb shell..input keyboard language selected is Korean in mobile.but it always display character in English with adb input ...
3
votes
0answers
319 views

Send non english-text using adb (input keyevent) or using monkeyrunner

I would like to send some non-english text to an Android device. I have been trying both the monkeyrunner type command and adb shell command (input keyevent ...), with no success. Please help.
2
votes
0answers
524 views

adb got same serial number when two phone are connected on a pc. Can I change the serial number?

I have two devices connected at the same time to a computer. If I use command: adb devices, adb got this: List of devices attached 0123456789ABCDEF device 0123456789ABCDEF device So, the devices ...
2
votes
0answers
253 views

android - ADB Logcat error

I got this error, and I have no idea what is happening. Thanks! I/DEBUG ( 78): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 78): Build fingerprint: ...
2
votes
0answers
232 views

Launch Spotify Search via adb for Android

I am hacking my nexus q and setting up some tools to allow users to run apps and one of the things I am trying to do is launch a song on spotify over adb so that way it can be run from say a script or ...
2
votes
0answers
332 views

Logcat displaying “permission denied” error when trying to debug application with ADB

I am using a Reliance 3G TAB at my office. It has a USB debugging option but it doesn't let us debug the application. A message is displayed in logcat that says permission denied. How can I debug my ...
2
votes
0answers
332 views

DDMS doesn't like ADB?

I'm running into problems where adb.exe is working great on its own. I'm able to communicate with my phone (HTC EVO) from a command line, but whenever I fire up eclipse (or even launch DDMS from ...
1
vote
0answers
19 views

android ioio open accessory doesn't work, while adb works

I'm able to get my application working when I have USB debugging on. But when I turn of debugging so I can use open accessory, the application doesn't work. What happends is that when I connect the ...
1
vote
0answers
49 views

AndroidManifest.xml processed output tool

I'm going off a very vague memory, but there's a tool that is included in the Android SDK which, when you run it against an unsigned or a debug-signed application APK (I do not recall which), it ...
1
vote
0answers
511 views

using adb backup/restore?

I want to use the adb backup / restore . I use adb restore to restore a backup. But my problem after some delay, the mechanism restore stops. I want my restore do not stop. And if possible it starts ...
1
vote
0answers
121 views

Hide/show developer options in settings menu programmatically

I want hide/show developer options in menu (android 4.2.2) I found file responsible for that.. Its /data/data/com.android.settings/shared_prefs/development.xml Content of this file: <?xml ...
1
vote
0answers
181 views

Device Chooser not showing the device in Eclipse (MacBook Pro) -SOLVED

I am working on Mac system,In my Eclipse when i right click on project and run it , it used to run on the device but now suddenly its not showing the device in the Android Device Chooser I have ...
1
vote
0answers
165 views

Compile adb source to generate adb binary

I followed the instruction specified in link http://mancoosi.org/~abate/build-android-adb-debian-sid-amd64 But i am encountering below error make out/host/linux-x86/bin/adb ...
1
vote
0answers
83 views

ADB as post-build event in Visual Studio 2010 makes it freeze

I am calling adb as post build event in Visual Studio 2010. Sometimes, it makes Visual Studio to stop responding (e.g. when the device is not connected). However, when I invoke adb from command line, ...
1
vote
0answers
193 views

Android ADB port number changes, Eclipse can't connect to devices

I upgraded to a new pc using Windows 7. Eclipse can't connect to the ADB. Ever. Task Manager shows the ADB port number to be anywhere from 3180 to 5452, never in the range 5555 to 5585 it should be ...
1
vote
0answers
98 views

Error when building android ADB on ubuntu

I've got a problem when I complied android adb source code. I follow some tips on google: $ git clone git://android.googlesource.com/platform/system/core.git system/core $ git clone ...
1
vote
0answers
2k views

Cause of android adb “usb device not found” problems?

I've found a variety of questions here talking about solutions to the "usb device not found" problem when using adb, but I haven't found any explanations about what's going on or if there's a long ...
1
vote
0answers
127 views

can't get Lenovo a60+ to appear as an available android device in eclipse

Are there any alternative ways to get it to work? Even the adb command of android sdk doesn't detect my phone. Then some said I need to install the phone drivers first, I thought the phone ...
1
vote
0answers
86 views

adb starts but won't respond

I'm using eclipse and, sometimes, adb directly. Either way, the adb server starts but neither eclipse nor the adb command app can make a connection. Eclipse gives error: The connection to adb is ...
1
vote
0answers
150 views

Not able to run adb command in Ui Automator

I am not able to run adb command in UI Automator. When I run a adb command using Runtime r=Runtime.getRuntime().exec("adb devices"); I get the following error: Error executing exec: Command:(adb ...
1
vote
0answers
67 views

I can't push files with chinese names such as “hello你好.txt” through windows adb command line

The failure message: failed to copy 'D:\My Documents\桌面\hello你好.txt' to '/storage/sdcard0/hello你好.txt': Invalid argument The other problem I have suffered from is similar to this one, which the ...
1
vote
0answers
89 views

Disable DeviceAdmin from shell?

I'm trying to uninstall an application from shell, however this application is running as a device administrator and thus shell> adb uninstall com.example.test did not work. How can I disable a ...
1
vote
0answers
61 views

Android ADB Device gone as soon as Eclipse is started (Mac)

>adb devices List of devices attached 0123456789ABCDEF device As soon as I start eclipse the device doesn't show up anymore. To list it again I have to close Eclipse and do >adb ...
1
vote
0answers
102 views

Android ADB locks up debugging over bluetooth

I have managed to configure ADB to connect to a phone over bluetooth (i am unable to use wifi). However, as soon as the phone is connected ADB seems to lock up typing "ADB logcat" doesn't display ...
1
vote
0answers
89 views

INSTALL_FAILED_INSUFFICIENT_STORAGE, due to file that is I have to delete everytime

I used to be able to do adb install test.apk from the consol (or even eclipse) with no issues. I rooted my phone yesterday and then I started getting the following error Failure ...
1
vote
0answers
156 views

Change screen orientation Android using adb

I want to change the orientation of my Nexus S screen. I went through the logs and came across this: I/InputReader( 220): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is ...
1
vote
0answers
59 views

adb severe error in xubuntu

OK I saw this has been asked a few times but it seems it was all for windows. I am trying to learn some android development with my xubuntu machine. But I am not a linux expert either... After ...
1
vote
0answers
188 views

Eclipse not recognise samsung s5660

I'm in Eclipse using the Android Device Chooser, but the chooser does not my Samsung s5660 device. Is this problem with the phone, with linux or with Eclipse? I am using Ubuntu, if that matters. ...
1
vote
0answers
162 views

why i failed to run android in eclipse?

it is a bit confusing that adb.exe is just in the right path ... the version of eclipse i use is Build id: Eclipse Java EE IDE for Web Developers. Version: Juno Release Build id: 20120614-1722 ...
1
vote
0answers
28 views

Logs NOT printing seamlessly/refresh issue while using filters in ddms (Delvik Debug Monitor Systems) from Android SDK

Could any one help me find the issue why ddms log does not refresh seamlessly when I create filters? So explicitly I keeping pressing the filter, then I see the logs. Otherwise when I am NOT using ...
1
vote
0answers
102 views

ADB and Activity Manager Problems

have read with adb Activity Manager the Activity from the App for Launcher on my Galaxy S2. I start ADB Logcat on my Windows PC and launch the App on my Device, then i can see which Activity started ...
1
vote
0answers
73 views

Android WiFi ADB outside local network

ADB via WiFi works grat, but up today I've used it only in local network. I've tried to use it outside my network but ADB was unable to connect Can it be used outside local network? How?
1
vote
0answers
574 views

Turning ADB on or off when Android phone is in accessory mode removes it from accessory mode

I'm writing and application for the Nexus S that interfaces with my computer. After I set the phone in accessory mode, any time I turn ADB on or off while it is in accessory mode, the phone leaves ...
1
vote
0answers
258 views

Could not run ADB

I'm having a problem running ndk-gdb. Here's what I did: ~/< my ndk path >/ndk-gdb --adb="< my sdk path >/platform-tools/adb" but it will produce an error : Could not run ADB ...
1
vote
0answers
88 views

Tty drivers android access from adb?

Can we access the dev/tty folder from the adb? Could you direct to a resource for understanding the dev folder in android?
1
vote
0answers
231 views

Using MadBee android bridge to get list of connected devices

I am developing a small application and using this project as a framework for accessing devices through socket to adb: http://madb.codeplex.com My code in constructor of main form: if (useMadBee()) ...
1
vote
0answers
496 views

Device connection lost after APK install from MacBook

I'm running into a problem on my MacBook Pro. I type in "adb devices" with my device plugged in and I can see it listed there. However, when I install the application with "adb install" the ...
1
vote
0answers
495 views

convert adb command to program code

I know in android I can use adb command adb shell getprop ro.hardware to get info about android and I also use the follow code to get the same info: String line = ""; try { Process ifc = ...
1
vote
0answers
100 views

Connect wi-fi via ADB

How to connect to wi-fi via ADB without root access? Going to settings menu and keyevents isn't working for me.
1
vote
0answers
164 views

Why can't won't ecilpse connect to my Android device?

I've done a bit of searching and found suggested solutions, but nothing works. When I try to run my Android program on my phone, I get this error: 2012-04-11 10:25:00 - Android Cheater Physics] ...
1
vote
0answers
340 views

Error while issuing ping command inside monkeyrunner script

i am facing some issues in device.shell('ping -c 2 192.168.1.1') inside a monkeyrunner script. Its throwing below error:- 120202 20:12:17.192:S [main] [com.android.chimpchat.adb.AdbChimpDevice] Error ...
1
vote
0answers
340 views

Android/adb redirect console app output

I am trying to get the output of a WLAN driver control interface via adb shell on a motorola droid 2. The command is called wlan_cu. To run the command,I am using: % wlan_cu -itiwlan0 -s ...
1
vote
0answers
2k views

Android Intent-Filter only works for “am start” command, but not Live Folder item click

I have a Live Folder that lists custom content from a SQLite DB. When an item is clicked, the detail page for that item should be displayed using this URI: content://com.langley.app/item/detail/# ...
1
vote
0answers
150 views

Creating an intent in application without Activity

I am quite new to Android I use Instrumentation and adb shell commands to launch tests from my apk file on target. I wish to create an intent from Command Line and make some operation in code on ...
0
votes
0answers
11 views

ADB error, “desclength 18 is too small”

I cannot get my adb working for my phone, so I start adb server with all trace messages. Here is what I have done, and I hope someone can give some clues... Run the following command as root: ...
0
votes
0answers
20 views

android_winusb.inf modifications required for Samsung Rugby (SGH-i547)

I cannot manage to get the ADB driver to install for my Samsung Rugby. All the answers that seem applicable for editing android_winusb.inf seem to assume that I'm going to get one or two lines in my ...
0
votes
0answers
15 views

Hanging on localhost:9222 using the remote debugging feature in Chrome for Android

I've followed the official guide but when I enter in Chrome localhost:9222 it just hangs there "Waiting for localhost..." Nothing else. I've enable USB debugging on my device and connected my device ...
0
votes
0answers
16 views

Running an android application through terminal

I want to run an android application through adb command in terminal. I am able to launch application by using am start command. adb shell am start -n activity name Now i want to input some ...

1 2 3 4 5 9