adb

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? ...

Eclipse Device Chooser cant find my Dell Streak

Im starting to develop for android and i would like to test my aplication in my Dell Streak, its running 1.6 and my OS is Windows 7. According to this link http://developer.android.com/guide/developing/eclipse-adt.html all that i need to do to deploy on my device is: Declare your application as debuggable in your manifest: i ready ha...

How to find out the size of a directory in adb shell?

I want to find out storage usage of an app. I can list file size in adb shell using ls command. But, I didn't find 'du' command in adb shell. Is there any command or tool that allows me to figure out the storage usage of a directory? Thanks. ...

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 example: adb shell setprop AP 123. Inside my Test code I try to read this AP property with : tmp = System.getProperty("AP"); Log.d("MyTes...

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/# (e.g. content://com.langley.app/item/detail/100). Whenever I test this using the "am start" command, the detail activity loads perfectly. Ho...

adb bugreport: Is there a way to reset the log?

Hey, I'm new to Android/ADB I've been asked to dump an adb bugreport log by someone. I managed to do this, but the report was 640k and had a ton of crash dumps for various apps that I was playing with. I'm trying to present just the information for the app we're interested in. Is there a way to reset the log so that I don't have all ...

Changing default port (i.e. 5037) on which adb server runs

I googled for 5 mins. I also searched for '5037' in all files in android sdk directory. I am a budding android developer and if there is no easy way of configuring adb to run on another port then I am ***king quitting android app development. ...

Nexus One not recognized after 2.2 upgrade

Using Mac OSX 10.6.4, device was recognized with the stock 2.1-update1 version. Manually upgraded to 2.2 (FR91), and device is no longer recognized by adb. Suggestions? /Russ ...

Huawei U8100 connection error to Blocks Editor in AppInventor

I continue getting connection errors when I try to connect my Huawei U8100 to the Blocks Editor in AppInventor. My phone shows usb debugging as well as usb connected when plugged into my pc. I'm running Windows 7. Any help on this question is greatly appreciated. ...

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 - myapp] Android Launch! [2010-10-12 09:36:48 - myapp] adb is running normally. [2010-10-12 09:36:48 - myapp] Performing com.mycompany.mya...

Setting up android phone with eclipse

Hi, I have been developing a project app to learn about android, I can upload my app to my htc desire on my desktop using linux ubuntu and eclipse, I have the same setup on my laptop but I cannot upload apps to my phone. When I try to install the app to the phone it shows up in avd manager as ??????? ????? Unknown, I've googled this an...

USB debug with eclipse

Unable to launch App in telephone device. Device is visible (ADB devices), debug USB on(in phone). In Eclipse I get the following timeout error: [2010-10-14 14:07:30 - TA] Android Launch! [2010-10-14 14:07:30 - TA] adb is running normally. [2010-10-14 14:07:30 - TA] Performing com.xxxxx.ta.TA activity launch [2010-10-14 14:08:00 - TA] U...

Does the Android debugger truncate debug messages ?

Im asking because Im trying to debug a SQL query problem and adb only seems to show part of the SQL string and chops off the end. Im getting an "unrecognized token" error when running a query: W/System.err(18917): android.database.sqlite.SQLiteException: unrecognized token: "931C6752DF97CFDACD130A06CAE0E7DA6320DE2945FFFA0A65629BC687256...

How to traceroute in adb shell?

Hi, I have a rooted device, I type "su" in adb shell, then I try to traceroute. It says "traceroute: not found". I can't find traceroute in any bin folders. Thanks for any hints. ...

Typing on an Android Device straight from computer?

Can you use ADB to type directly on an android device from a computer? If so, how? ...

I accidentally exited out of the popup where app inventor asked for the path to adb

How can I get it back again so I can put the right path into it? I think this is the reason that app inventor wont connect to my phone. ...

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? ...