ddms

Why cann't 'data' folder be displayed just like in DDMS file explorer?

Hi all! I list out files in '/' by: File directory = new File("/"); fill_listview(directory.listFiles()); And I get those in list: sqlite_stmt_journals config cache sdcard d etc system sys sbin proc init.rc init.goldfish.rc init default.prop data root dev I have two questions: 1.Why cann't I access '/data' folder just like Eclips...

Android- the DDMS shows the message: logcat read: Invalid argument

So how can I fix this problem. It seems my DDMS is broken down. ...

Sending jdwp tracking request failed!

I got this message in the DDMS: Sending jdwp tracking request failed! I didn't understand the reasons. Is there a problem using a stream to get the image from the Internet and use the TabBar cause the use of them in different application didn't launch this errors? ...

Android run DDMS command from code

Hello........ I need to run DDMS commands via java code.. So is there any way to run the commands like: geo fix, etc from java code in Android. ...

Android device not showing up in DDMS

Running Android 2.2 on a Galaxy S. Host is an OS X 10.6.4 machine. DDMS in Eclipse reports no devices being connected. adb devices -- nothing. I've tried: Rebooting the phone Toggling the USB development mode Plugging/unplugging the cable Restarting the server (adb kill-server). The weird thing is that sometimes computer will not d...

Wrong Latitude/longitude received in Android Emulator on Mac

Ok, this is a really weird one. I'm sending Latitude/Longitude to Emulator running my App and its getting the wrong Coordinates !!! Everything I send (either via DDMS using GPX file, DDMS Manual, or telnet and using geo fix command), gets received, but when I print the latitude/longitude points received by the app, there are off by jus...

i created a database in my app, but i don't find it in the DDMS

I can't find my test.db in the file manager in DDMS. Does someone know when we create a database, where it's installed ? ...

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

Eclipse Android: Could not open Selected VM debug port (8700)

I am getting an error when opening eclipse: "Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences." - pretty sure DDMS is the Andoid debugger, and I am also pretty sure it is not ...