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

How does traceview work in Eclipse?

What I'm talking about is the Method Profiling in Eclipse or Android Device Monitor. When you choose a process from the list and press the button(I can't post image, the button is in the left of the 'stop' button), it will start recording the…
Misty Zhu
  • 83
  • 2
  • 7
0
votes
0 answers

DDMS: Screen capture: screen not available

Android tablet 4.1.2 is connected via USB. DDMS 24.0.2 (Win 7) Device can be seen in the left pane, there is also log in the bottom pane. However, instead of the screen capture I see white rectangular with blue diagonal cross. I assume I have…
laechoppe
  • 232
  • 3
  • 14
0
votes
2 answers

android device monitor not running in Android Studio

The android device monitor in Android Studio is not running no matter how many times I click on it, there are no errors showing up or warnings.It's just not running, I don't know why this is happening because I used to open it with no problems…
0
votes
1 answer

DDMS "Can't bind to local 8612 for debugger" in Android Studio 1.0.2

I want to pull a file from genymotion virtual machine with DDMS, but in my Android Studio platform, I can only read sdcard file and is unable to see file in sdcard, the console log [2015-01-05 09:34:03 - ddms] Can't bind to local 8612 for debugger.
roger
  • 9,063
  • 20
  • 72
  • 119
0
votes
1 answer

How to stop video on Android after calling ddmlib's startScreenRecorder method?

I am using ddmlib of Android and there is this method (1). By that I can, obviously, start to record some video. The question is, how do I stop the video from recording? There is not equivalent stop method. Thanks! (1)…
stewenson
  • 1,282
  • 3
  • 15
  • 34
0
votes
2 answers

Android Studio Ubuntu - Android Device Monitor - Empty View

I am trying to use the Android Device Monitor within Android Studio in Ubuntu, somehow I managed to remove all views. I have tried resetting the perspectives, Window->Show View->(Any View), and even re-installing Android Studio but nothing shows…
Shiv
  • 689
  • 8
  • 23
0
votes
3 answers

Emulator : Dev tools has stopped on running media provider

I added few songs using DDMS and in the emulator opened Dev tools->Media Provider and ran scan SD card but got the error msg : Dev tools has stopped. Any idea how to resolve this ? I tried creating new AVD also both in Eclipse and Android Studio ,…
Siju
  • 2,585
  • 4
  • 29
  • 53
0
votes
0 answers

DDMS and android studio Unable to see google glass

I am new to google glass and trying to set google glass with eclipse and android studio to get start developing with it but despite my all efforts I am unable to see it. I have ran all the instructions mentioned on glass page and tried all the…
Umair
  • 6,366
  • 15
  • 42
  • 50
0
votes
1 answer

DDMS not showing list of processes on device

I am facing a problem with the DDMS in Eclipse (Eclipse + ADT) in order to debug my Android application directly on my device. In the DDMS devices tab, I am able to see my device : Name of my device (Samsung S5...). Status ONLINE Version of the…
Joze
  • 1,285
  • 4
  • 19
  • 33
0
votes
2 answers

can't get logcat to work android studio

I've been trying to figure out why my app isn't working, but I can't find Logcat! I just uploaded the new Android Studio release. I've researched and found out where to look to get this message: ddms: Can't bind to local 8610 for debugger All the…
999
  • 83
  • 1
  • 1
  • 9
0
votes
1 answer

How make eclipse adc see my phone?

I'm trying to run my App on a real hardware phone. I have the adb installed and I tried to kill-server, then start-server and every time when I write adb devices my device shows up okay. Then I go to the DDMS in the Eclipse and there also my phone…
0
votes
1 answer

DDms is not opened sometimes

In my system sometimes ddms (dalvik debugger) tool sometimes doesn't open. What is the problem? And what can I do for this problem? When I open it through command prompt it displays the following error: 38:16 E/DeviceMonitor: Failed to read the adb…
Pinki
  • 21,723
  • 16
  • 55
  • 88
0
votes
1 answer

how save a folder with some sub folders and files in mnt->sdcard?

I want save a folder with some sub folders and files in mnt->sdcard on emulator from DDMS.I can save files one after other but I cant save many files at a time or cant save a folder totally in sdcard because I am new by android.I did some searches…
sarah
  • 125
  • 3
  • 12
0
votes
1 answer

No "Android DDMS" in Tools->Android menu?

In IDEA I can open DDMS from inside it via Tools->Android menu. However in Androdi Studio there is no such entry. How can I open DDMS from Android Studio? Is this feature ported from IDEA to Android Studio?
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
1 answer

Android Studio : monitor.exe has stopped working

Backgruond : IDE : Android Studio 0.8.9. I know that ddms was depracted and Android Studio Actually use monitor.exe. Note : The ddms mork for me. What I have tried The same question already was asked and the solution was to set path enviroment with…
TooCool
  • 10,598
  • 15
  • 60
  • 85