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
8
votes
5 answers

Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS

I am using Eclipse DDMS to push a file over onto my Android Emulator sdcard. I select the file and press Open, a dialog pops up and starts pushing the file. In the view "File Explorer" in the DDMS perspective I can see the sdcard directory and can…
JPM
  • 9,077
  • 13
  • 78
  • 137
8
votes
4 answers

No device list in Android DDMS

I have the newest eclipse & Android SDK -release 11- installed on Windows Vista. I updated the SDK and chose Android 3.0.1. I connected an Android 3.01 Acer Iconia Tab A500. Installed the original Acer USB driver. The Iconia shows up in Windows and…
Tony Thijs
  • 81
  • 1
  • 1
  • 2
8
votes
6 answers

Android Studio DDMS can't open /data folder in an emulator phone

I recently created an Emulator device with Android Studio,but only to find that I can't open the /data/data folder to get the sqlite db file.The folder just can't open,I have tried to use shell scirpt to chmod the /data directory,but it says the su…
Kevin Zheng
  • 93
  • 1
  • 1
  • 8
8
votes
1 answer

Cannot select my Android client in DDMS perspective of eclipse

I want to check my program code for time consuming operations. I thought DDMS is the best tool to achieve that. However, I cant see Threads, Heaps and so on. It tells my to select a client. But I dont know where other than the Devices Tab, which…
OneWorld
  • 17,512
  • 21
  • 86
  • 136
8
votes
2 answers

Why is DDMS no longer opening?

Android DDMS was working the other day, but today (after 1.1 update) it always pops up an error message, that says to check the log file. The end of the log file is: !ENTRY org.eclipse.osgi 4 0 2015-02-23 20:36:49.944 !MESSAGE Application…
NoBugs
  • 9,310
  • 13
  • 80
  • 146
8
votes
1 answer

What is the difference between 'Wall Time' and 'Thread Time' in 'Tracer for OpenGL ES' in DDMS

There are two kinds of times in Trace OpenGL calls in DDMS, the Wall Times and the Thread Time, so what do they mean? And what is the difference between the two? I could only see that most Thread Time is equal to the Wall Time, while some of the…
Torrence
  • 448
  • 3
  • 20
8
votes
1 answer

Huge byte[] in my app after HPROF

From time to time, especially when implementing new functionalities in my app, I use DDMS + HPROF to analyze memory and heap use. As the App doesn't seem to have any performance-ANR issues and everything works smoothly, initially I didn't care about…
nKn
  • 13,691
  • 9
  • 45
  • 62
8
votes
4 answers

Android attach debugger without running app

I inherited some code that is having an issue when importing files only when the app isn't running. I was wanting to see if there was a way to hookup/monitor an app before it runs and be able to step through code. The problem only comes about when…
Bryan Williams
  • 693
  • 1
  • 10
  • 27
8
votes
5 answers

Remove Folders from DDMS

I need to remove a particular folder from the /mnt/sdcard/new. I am looking at the folder with the DDMS in Eclipse. How do we remove a particular folder. Thanks in advance.
Sekar
  • 1,061
  • 7
  • 21
  • 38
7
votes
3 answers

Android SDK DDMS in Eclipse not recognizing my Android Phone

I just purchased a ZTE Cricket X500 running 2.3.4 for the purpose of testing my Android apps on. When I start the DDMS in the Eclipse Android SDK the device is not listed. The phone is in debug mode, Unknown Sources is enabled, and as far as I can…
Ben Pearce
  • 6,884
  • 18
  • 70
  • 127
7
votes
1 answer

Store, convert to video an stream Android screen

I use DDMS to get screenshots from my Android phone and I need an efficient way for converting them in video and streaming the video over the network. I have a RawImage which is filled with the data of the screenshot: RawImage mRawImage; Until know…
glarkou
  • 7,023
  • 12
  • 68
  • 118
7
votes
2 answers

Android Eclipse DDMS - How to delete directory on device?

Using the DDMS Perspective in Eclipse, can you delete directories on the phone? You can definitely select and delete files, but I can't seem to delete any directories. The only way I have figured out how to is at the command prompt: C:\>adb shell $…
Jake Wilson
  • 88,616
  • 93
  • 252
  • 370
7
votes
4 answers

DDMS (Android debug monitor) doesn't list processes on Galaxy S II

I'm developing on a Samsung Galaxy S II using eclipse and the eclipse android plugin. This is not the first time I'm using DDMS on this computer or phone and everything used to work just fine. Now, when I connect the device, DDMS shows it on the…
Zoltán
  • 21,321
  • 14
  • 93
  • 134
7
votes
4 answers

Android device mirrored PC

I would like to know if there is any possibility to mirror my android device in real time using android studio? Or anything else that may be used just with an usb or hdmi cable with no required registration? I tried a couple of little software apps…
Steffi
  • 867
  • 5
  • 14
  • 29
7
votes
3 answers

How Android OS calculates memory usage of an application?

I mean memory usage of an application displayed on Settings > App > Running. Why is that number far different than Heap size of an app on DDMS? For example, in the picture OS says my app use 151 MB (include Google PLay Service) but DDMS says only…
Wayne
  • 6,361
  • 10
  • 46
  • 69