Questions tagged [ddms]

DDMS is an Android SDK tool that provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.

The DDMS (Dalvik Debug Monitor Server) is a tool that comes with the android SDK. It provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.

More information about DDMS is at http://developer.android.com/tools/debugging/ddms.html

615 questions
0
votes
1 answer

DDMS freezes when select a device

On linux i have an Android ARM emulator running. I wanted to see the log output, so i started ddms on the command line. After ddms opened i selected the device. Then after two or three seconds DDMS freezes. It freezes only after i select the device.
GOLDEE
  • 2,318
  • 3
  • 25
  • 49
0
votes
1 answer

Android touch event handling from DDMS

Anyone knows if there is a way to add touch events to the DDMS emulator control? Unfortunately i have no real device and i want to make some experiments over the touch events on a AVD 2.3.3 device.
Barışcan Kayaoğlu
  • 1,294
  • 3
  • 14
  • 35
0
votes
1 answer

Can't get any thread in DDMS window when debugging

I downloaded android source code and set up the development environment in eclipse. I wanted to debug some system apps(like mms, etc). But when I attached my galaxy nexus into my laptop, I can't see any thread in the ddms. I have already enabled…
kyoraku
  • 57
  • 7
0
votes
1 answer

Android DDMS mislabels the app

I'm running my app and watching the logs in DDMS. Sometimes the application name would change to "system_process". The app seems to be working properly. Anyone has see this? Does it have any implications?
John W
  • 610
  • 8
  • 20
0
votes
2 answers

Troubleshooting android app memory usage problems

I would like to know how I can troubleshoot high memory usage problems of my app on Android. I've search the internet and found out that the DDMS plugin is useful in taking a memory dump of the heap for my app. This however has been useless. The app…
black
  • 781
  • 1
  • 7
  • 22
0
votes
2 answers

Project structure does not exist in the File Explorer in DDMS view

Why is my project structure not appearing on DDMS perspective when i run it in a real device?
Sterling Diaz
  • 3,789
  • 2
  • 31
  • 35
0
votes
2 answers

AVD emulator launches but does not load new application

I'm developing my android app in Eclipse. I used to debug my android app with the AVD emulator and a real phone device as well. Lately I face the following problems when I try to work with the emulator: When I issue "Run As" or "Debug As" Android…
goseib
  • 737
  • 3
  • 12
  • 24
0
votes
1 answer

Issues with DDMS in Android

Possible Duplicate: Plug-in com.android.ide.eclipse.adt was unable to load class android I update DDMS module in Android (Help> Check for Updates) but now when I start Eclipse this error occurs: Plug-in com.android.ide.eclipse.adt was unable to…
GVillani82
  • 17,196
  • 30
  • 105
  • 172
0
votes
2 answers

Logitech Revue GoogleTv DDMS Screenshot not working

Can anyone take screenshots of their Logitech Revue? Using Ethernet connected computer and GoogleTV (logitech revue, firmware version 3.2) I can successfully see the device in Eclipse after: adb connect 192.168.1.132:5555 But when I try to get a…
Mark Scheel
  • 2,963
  • 1
  • 20
  • 23
0
votes
1 answer

Passing GPS coordinates to Phone

I wanted to know whether there's a way to pass on GPS coordinates to a real device. For example - when I use an emulator , I pass on GPS coordinates to the emulator using DDMS on Eclipse - however , DDMS doesn't seem to work when i want to transfer…
Hormigas
  • 1,429
  • 5
  • 24
  • 45
0
votes
1 answer

Using KML files in the AVD

Using the DDMS view in Eclipse, I see there is the possibility of using KML files to feed locations to the AVD. I have an app that listens for locations and moves a Google mapview around, drawing lines from one spot to another. When I manually feed…
Dean Blakely
  • 3,535
  • 11
  • 51
  • 83
0
votes
2 answers

Strange ddms log output with Samsung Galaxy S3

I have 2 devices. The first one is Asus Eee Pad transformer with Android 4.1 onboard. When I connect it and debug using ddms log (in Eclipse) everything is OK: warnings are yellow, errors are red and so on. Also filters work fine. But when I…
Max
  • 16,679
  • 4
  • 44
  • 57
0
votes
1 answer

DDMS java profiler says: java/lang/StringBuilder. - Where is it in my code?

I have the following java method, written for an android application. private String removeWifiFudge(String message, String removedFudge) { int find1 = 255; //FF int find2 = 0; //00 int find3 = 204; //CC int find4 = 36; …
Pippa Rose Smith
  • 1,377
  • 5
  • 18
  • 42
0
votes
1 answer

SQLite Database Browser shows only the 1st row

I'm implementing an Android Application now. I made a database in the application, and I tried to check it DDMS and SQLite Database Browser 2.0 b1. The table I created has several rows (I could checked by System.out.println in my program), but…
Benben
  • 1,355
  • 5
  • 18
  • 31
0
votes
1 answer

DDMS/ADB Not Detecting Device After Recent Update

I have very little information about what I might have done wrong but my DDMS and ADB have suddenly stopped detecting any Android device that I plug into my MacBook Air running Mac OS 10.7.4. I believe this started happening after a recent update I…
Brian
  • 7,955
  • 16
  • 66
  • 107