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? ...
I am looking for the WinXP Pro SP 3 ADB driver for the HTC Incredible. Does anyone have a link to it? ...
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...
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. ...
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...
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...
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 ...
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. ...
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 ...
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. ...
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...
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...
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...
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...
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. ...
Can you use ADB to type directly on an android device from a computer? If so, how? ...
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. ...
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? ...