Tagged 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.
72
votes
10answers
15k views
Android adb “Unable to open sync connection!”
I can run and debug my Android app on my phone just fine, most of the time. Then, seemingly randomly, when I try to run or debug my app from Eclipse, the Console in Eclipse says:
[2010-10-12 09:36:48 ...
36
votes
12answers
55k views
How can I connect to Android with ADB over TCP?
I am attempting to debug an application on a Motorola Droid but I am having some difficulty connecting to the device via USB. My development server is a Windows 7 64bit VM running in HyperV and so I ...
18
votes
6answers
34k views
Why do I get access denied to data folder when using adb?
I connected to my live device using the adb and the following commands:
C:\>adb -s HT829GZ52000 shell
$ ls
ls
sqlite_stmt_journals
cache
sdcard
etc
system
sys
sbin
proc
logo.rle
init.trout.rc
...
15
votes
9answers
12k views
The connection to adb is down, and a severe error has occured
I've spent days trying to launch any Android program. Even "Hello World" gives me the same error: "The connection to adb is down, and a severe error has occured".
I'm running Eclipse Galileo, Google ...
13
votes
6answers
8k views
Why is Eclipse's Android Device Chooser not showing my Android device?
I am using the Android plugin for Eclipse, and when I try to run my program using a real device through the Android device chooser, my phone is not listed as a device. I have updated Eclipse, all of ...
12
votes
13answers
11k views
How to resolve “Waiting for Debugger” message?
I have HTC Comet connected to Eclipse with SDK 2.2. I do a debug build - the application does not run; though it does get installed on the device. On the device I get this message box on the Comet ...
10
votes
5answers
813 views
Why is Eclipse and ADB not recognizing my Android Device?
My device is Alcatel OneTouch 890 with Android 2.1. I configured in 51-android.rules in rules.d of /etc/udev folder.
My operation system is Ubuntu.
I enabled the usb debugging mode in my device.
...
9
votes
4answers
318 views
Adb stops detecting my phone after a while
I am developing for android on a linux machine and I have already created a udev rule for android and it works. After a while if I unplug the device and plug it back in again, adb doesn't recognize ...
9
votes
5answers
8k views
adb devices command not working
I'm running Ubuntu 10.10 64 bit. I have ia32-libs installed along with Android Debug Bridge version 1.0.26.
My problem(s):
$ adb devices >>> ???????????? no permissions
$ sudo adb devices >>>> ...
9
votes
6answers
3k views
Debugging in Eclipse with real Android phone on Ubuntu 10.10
I can't get adb to recognising my HTC Desire on my new upgrade of Ubuntu 10.10 Maverick Meerkat.
adb devices shows
List of devices attached
???????????? no permissions
Now, there are plenty of ...
7
votes
7answers
4k views
my eclipse ADB server didn't ACK, failed to start daemon
After updating the sdk, my eclipse shows this error "ADB server didn't ACK, failed to start daemon". When I run an android application, it gives me the following "Please ensure that adb is correctly ...
7
votes
3answers
5k views
Why do I get a “sqlite3: not found” error on a rooted Nexus One when I try to open a database using the adb shell?
# sqlite3 /data/data/com.moodme.android/databases/moodme
sqlite3 /data/data/com.moodme.android/databases/moodme
sqlite3: not found
7
votes
1answer
4k views
Android emulator system partition no space from start
I have a weird problem with the Android emulator. I have created a virtual device through Android AVD manager (newly created emulator with platform 2.1 and API level 7). I have tried with standard ...
6
votes
2answers
1k views
Eclipse DDMS not showing Emulator on restart
I'm running Eclipse: Helios. Here's the issue. When I leave my Android Emulator running for about 20 minutes while I'm programming, if I try to install and run my application, I receive this error in ...
6
votes
1answer
4k views
How to start an application using android ADB tools?
How do I send an intent using Android's ADB tools?
5
votes
3answers
2k views
ADB, Wifi and Eclipse: how I can configure?
Recently I see that is possible to debug app development by use WIFI instead of USB debug method. I make a search and I found an app called abdWireless but I have a problem.
How I can tell to Eclipse ...
5
votes
3answers
435 views
Logcat and Eclipse
As an Android developer, I'm a little bored with Logcat, and specially its integration in Eclipse.
Most of the times, it works fine, but I sometimes have to restart Eclipse in order to have those ...
5
votes
6answers
742 views
Ant versus Eclipse builds for Android: Strengths of Each?
I've used Eclipse and vim variously as development environments for Android applications and found both the Eclipse plugin and the command-line SDK tools to be of similar capability.
Since I haven't ...
5
votes
2answers
972 views
Fake Incoming Call Android
How can I fake an incoming call inside the android emulator?
The following lets me make a call but I'd like to force the emulator to receive
a call, preferably from a number I've selected.
adb shell ...
5
votes
2answers
9k views
DDMS throwing ADB error since SDK API 9 upgrade
I upgraded to Gingerbreak 2.3 SDK today and started receiving this error when I try to run DDMS:
Failed to get adb version: Cannot run program "adb": CreateProcess error=2, The system cannot find ...
5
votes
2answers
810 views
Developing on android-based device via wireless
One known way to develop your android application directly onto the device is using the usb connector and install the driver using eclipse. As such, is there a known way to do this wireless?
EDIT:
...
5
votes
5answers
5k views
Filter tags in LogCat (in Android Eclipse Plug-In)
There is a TextField "Filter" below the LogCat output. However, it seems to filter only the Message-column. Id like to filter Tags also. Because there are my class names.
How can I achieve it?
5
votes
2answers
11k views
How to attach back the Android emulator to ADB?
After I start the emulator by hitting Debug in Eclipse, after certain time it disconnects from the ADB, but the emulator stays open. It is responsive, I can navigate and start apps.
How can I attach ...
5
votes
4answers
11k views
Adb shell commands to change settings or perform tasks on a phone
How do I use adb to perform some automated tasks on my android phone? I need to find commands that I can issue from the command line (ideally, using a .bat file) that will be capable of more than ...
4
votes
1answer
569 views
ADB Doesn't recognize Nexus S in Mac 10.6 [closed]
I just bought the Nexus S with the android version 2.3.3, which I update it to 2.3.4. I use to develop my android apps in my Mac but when i tried to connect my new Nexus S with the ADB it wasn't ...
4
votes
1answer
447 views
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 than one device and emulator
4
votes
3answers
2k views
ADB Crashing in Eclipse
This question relates to this thread, however that thread has no answers so this it not technically a duplicate.
I've got ADB 1.0.26 running on my Windows 7 x64 and Eclipse SDK 3.6.2 with ADT 10.0.1 ...
4
votes
3answers
13k views
The application has stopped unexpectedly: How to Debug?
Please note, unlike many other questions having the subject title "application has stopped unexpectedly", I am not asking for troubleshooting a particular problem.
Rather, I am asking for an outline ...
4
votes
3answers
7k views
Android adb doesnt recognize Samsung Galaxy S (I9000) on Windows 7 64 bit
Has anyone been successful with hooking up a Samsung Galaxy S (I9000) with ADB running on Win 7? Links to already existing threads or tutorials related to this would be much appreciated! Thanks!
4
votes
3answers
3k views
ADB Driver for HTC Incredible
I am looking for the WinXP Pro SP 3 ADB driver for the HTC Incredible. Does anyone have a link to it?
4
votes
1answer
3k views
adb forward remote port to local machine
This is a query regarding the usage of adb on android.
Is there a way to forward the remote port i.e. port on the android device/emulator to the local machine to which the device is connected?
$ adb ...
4
votes
6answers
3k views
R.java file not updating with UI element's id
I added some UI elements to the main.xml file in the res\layout folder and when I try to access them through the call, R.layout.my_uielement, the UI element that I created is not there. Even when I ...
4
votes
7answers
12k views
Failed to parse the output of 'adb version'?
I am running Windos 7 and Eclipse 3.5 and I don't know why I keep getting this error. When I try run the program it gives me:
[2010-02-13 23:09:41 - HelloAndroid]The connection to adb is down, and a ...
4
votes
4answers
6k views
How can you access the contents of Android Emulator databases?
I've read the answer to a question as to how to access the contents of the databases, however I cannot seem to get it to work on my machine. Here is the shell log:
C:\android-sdk-windows\tools>adb ...
3
votes
1answer
82 views
Sending AT commands from Powershell script to Android phone via adb
I have a little script that I run in adb shell of Android phone (/system/etc directory), which enables to communicate with the modem by sending/receiving a single AT command.
The script itself, if run ...
3
votes
3answers
120 views
Is it possible to install an application via adb but still get Google Market updates?
My company is distributing both the hardware (samsung galaxy tab 10.1) and the software (my application) to our customers.
My intent is to "skip" the google account linking and use adb to install my ...
3
votes
3answers
241 views
Eclipse, adb, and ddms not detecting Android Emulator
I wanted to try my hand at programming android devices, so I followed the directions from the android website, installed the sdk, the java sdk, and eclipse. My computer is Windows 7 64-Bit, but I ...
3
votes
0answers
97 views
Android device :elocity A7 040 not detected
I am trying to develop on an android tablet : elocity A7 040. I cannot find the device through adb once I connect it using the USB cable provided along.
I have already done the following
1)USB ...
3
votes
4answers
142 views
Start debugging Android application right after reboot
Helo !
I am working right now with an application that uses BOOT_COMPLETED receiver.
So if I want to debug this application with some breakpoints in its class, I have to reboot my phone and connect ...
3
votes
2answers
96 views
Trouble having when pushing files to DDMS?
I'm trying to push one mp3 file to (Emulator) the location /system/media/audio/ui using command adb push But, i'm having
E:\Android\android-sdk\platform-tools>adb push song.mp3 ...
3
votes
3answers
1k views
How to start and stop android service from a adb shell?
I need to write a shell script to start and stop an android service .
3
votes
2answers
722 views
Reboot offline Android device remotely
I would like to reboot a connected but offline Motorola Droid 2 device via ADB (or monkeyrunner).
Restarting ADB via adb kill-server and then adb devices has not brought the device back online. So I ...
3
votes
3answers
528 views
Android: Read/Send text messages on Ubuntu?
As an android programmer I spend an awful lot of time with my test device (phone) plugged into my computer. And being as lazy as I am, I would like to be able to send texts via my computer through my ...
3
votes
1answer
321 views
Android ADB Logcat— showing full logcat
I'm using 'adb -d logcat' in terminal to view my applications log files. Recently, I've been hitting a large block of Runtime Errors- all of which I cannot see for some reason. It just stops at the ...
3
votes
2answers
372 views
How does installing an Android app from the market differ from sideloading via web download or adb?
I know of four ways to install an Android application on a rooted phone:
Install via the Android market
Enable 'Unknown sources' in Settings->Applications and download an .apk from the web
Enable ...
3
votes
2answers
531 views
How to exclude certain messages by TAG name using Android adb logcat?
Logcat allows filtering logs but it works like that: You define filters and logcat only displays messages which matches filters. But is there a way to display all logs EXCEPT some TAGs defined by ...
3
votes
1answer
2k views
How to install or get access to sqlite3 from adb shell
I need a way to install or somehow get access to sqlite3 in the adb shell. I have rooted my device.
I've tried to find an answer but the closed I could come is:
Why do I get a "sqlite3: not ...
3
votes
3answers
896 views
Working with the Android shell under Linux
I recently upgraded to the new Android SDK and I noticed something very very bothering. It seems it is no more possible to use the command history in the shell. Are you noticing the same? The Android ...
3
votes
2answers
4k views
How to define and use a system property in Android Instrumentation test?
I am trying to use some arguments for an Instrumentation test. I noticed that I can read system properties with System.getProperty() function. So I use setprop command to set a system property. For ...
3
votes
4answers
3k views
Stopping an Android app from console
Is it possible to stop an Android app from the console? Something like:
adb stop com.my.app.package
It would speed up our testing process so much. Right now we uninstall/install the app each time ...