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.

learn more… | top users | synonyms

0
votes
1answer
16 views

SQLlite Database is not visible in DDMS folder

I have setup virtual box for emulator, It is working fine but in DDMS I am unable to see the database that got created. This kind of behaviour is because of virtual box or can we do any change so ...
0
votes
1answer
109 views

Android DDMS file explorer not working for Rooted Samsung Galaxy Note GT-N7000

I have been playing at this for two days now. I have a rooted Samsung Galaxy Note GT-N7000 (Android 4.1.2 - hard requirement). I am trying to get the file explorer in DDMS to display in eclipse (I am ...
0
votes
0answers
51 views

Eclipse ADB is rejecting shell commands, and cannot find target of device

This has been addressed a few times, but I need to re-open the issue, as none of the answers either work or explain what is wrong. My phone is a rooted LGl45c, API 10, android 2.3.4. Upon plug-in to ...
0
votes
0answers
43 views

Android monitor.bat does not see processes on Samsung Galaxy S3

I am developing against an Samsung Galaxy S3 that this connected by a USB cable to my Windows 7 laptop. I have installed the most recent version of Samsung Kies and the USB drivers are present. The ...
0
votes
0answers
88 views

sencha touch + cordova deployed app crashes on Android device: How to debug?

Scenario: Bundled a Sencha Touch 2.1.1 app with Cordova 2.5.0. App runs perfectly fine in Web browser and on Android Virtual Device. Problem: Deployed app to phone (HTC Sense running Android ...
0
votes
0answers
10 views

LOGs in DDMS perspective

I an new to Android development and using Eclipse for native Android Apps development. When I connect my Android device to the PC via USB, the DDMS perspective doesn't show trail in LOGCAT for the LOG ...
1
vote
1answer
29 views

How does Eclipse MemoryAnalyzer work?

I'm trying to find a String from an Android app's heap dump I grabbed from Eclipse's DDMS. I converted the file using the SDK's hprof-conv. Now if I open the file in the Eclipse MemoryAnalyzer it ...
0
votes
0answers
236 views

why can't /data folder in file explorer DDMS android eclipse not showing anything?

while i go to my DDMS => file Explorer . there is /data folder but when i click to open it,it contain nothing . please help me out . how i watch my database file after i create it.
0
votes
0answers
57 views

DDMS and virtual creator don't work in eclipse

I came across few problems with eclipse: I downloaded android SDK on Linux (I use ubuntu 11.04) and ADT plugin. I start eclipse using terminal and after the eclipse start working in terminal appears : ...
0
votes
0answers
56 views

Reduce size of “Screen Capture” DDMS for a real device (not simulator)

I am using the "screen capture device" which comes with DDMS in Eclipse, to take snapshots of my real device screen (Samsung Galaxy SIII). The problem is that the screen displayed is huge and it does ...
1
vote
0answers
55 views

ADT get BufferOverflowException in DDMS

I'm using Eclipse Juno with ADT to develop android applications and eclipse is showing the following error every minute: [2013-04-03 17:59:46 - ddms] null java.nio.BufferOverflowException at ...
0
votes
1answer
29 views

Unexpected Error while launching DDMS on Ubuntu 12.04

Getting the below error while starting DDMS first time in Ubuntu 12.04 Added the follwing lines to ~/.bashrc export PATH=${PATH}:~/android-sdk-linux/tools export ...
0
votes
0answers
45 views

Proximity alerts in a service?

i am trying to make a service that updates the user of locations via addProximityAlert(), when i put in the coordinate with DDMS i dont get the Toast, please show me where im going wrong with this: ...
0
votes
1answer
42 views

Android Eclipse ddms thread view perspective

Need help here with the Thread view perspective of Eclipse.. For some reason when I select particular thread in Thread view, the details of the thread are not seen (below Refresh button) The class ...
0
votes
0answers
121 views

Android DDMS Cannot start network statistics with emulator

As soon as the start button is clicked, Error dialog is shown. Problem reading stats Reason: Problem reading xt_qtaguid network statistics from selected device. I am testing with newest 4.2.2 ...
0
votes
1answer
125 views

Why I can't view a local SQLite database when I debug Android application on Kindle Fire device?

I'm developing an Android application and I debug it on Kindle Fire device. I implemented all the steps which is needed to debug on Kindle Fire and everything works good.But the problem I can't view ...
0
votes
0answers
65 views

Android ADT Errors finding DDMS

I downloaded the most recent ADT to start learning how to do some Android Development (I have tried it before but didn't go far with it). So after following the list of things Google says to do I'm ...
2
votes
0answers
96 views

Eclipse DDMS and Jelly Bean . I don't see the Sdcard

I like to transfer Files from my Eclipse ( Java ) to the tablet over DDMS. This worked fine since I got an update to Jelly Bean. I guess it is because connecting to UBS automatically activates Media ...
0
votes
1answer
76 views

Android GPS locations DDMS

I am doing an android project in finding GPS location.My app is working perfectly.I am using an emulator and i have to manually type the values in DDMS>Location controls.Is there a way to store these ...
2
votes
3answers
39 views

Function to get my app's allocated memory heap

Anyone knows what is Android function to get my app's allocated memory info as shown in DDMS? It is the value highlighted by yellow: Thanks
3
votes
1answer
44 views

How to find source that created byte arrays

Using DDMS and creating an HPROF I can see a "histogram" view of the data in my app and have noticed an inordinate number of very large "byte[]" objects. I suspect this is the result of a bug or other ...
0
votes
1answer
204 views

failed to pull selection null

when i try to save my database on desktop to edit it with SQLite browser i have do like this in File Explorer Tab you will follow the path : data > data > my-package-name > databases > ...
0
votes
0answers
32 views

how to analyze DDMS snapshots

how to analyze DDMS snapshots, what actually snapshot reveals. is there any documentation, what to be interpreted as memory leak from snapshot data
0
votes
0answers
59 views

Nexus one device not showing up in DDMS

I have enabled Network debugging in my Google Nexus One device. device is connected to the WiFi network. but device is not show up in eclipse DDMS perspective. how can i fix this ?
0
votes
1answer
368 views

Eclipse DDMS does not show contents of sdcard

File Explorer of Eclipse shows an sdcard folder for both an Android emulator and an Android device. However, it does not show any contents of the folder. Does this sdcard folder corresponds to an SD ...
0
votes
1answer
30 views

Android DDMS Threads

DDMS threads option is sometimes showing which methods in my code are being run by the thread which is very useful. But Most of the times it is showing till Looper.loop() for handler threads and ...
1
vote
2answers
178 views

how to use ddms for memory leaks in c++ code

how to use android tool DDMS for memory leaks in c++ code i tried, by taking snapshots with NativeHeap enabled, but i am not understanding what snapshots are saying, and symbols are not resolving , ...
0
votes
1answer
46 views

Android. AsyncTasks

I'm using an ad network to display some ads in my app. The loadAd function from their library sometimes causes the emulator to freeze (maybe because of some firewall issues). Anyway, I've since moved ...
1
vote
1answer
57 views

DDMS missing columns in allocation tracker

In the DDMS view in Eclipse I'm missing all the columns of the second section of the allocation tracker... I can see a list with "alloc order" and "alloc size" and such but clicking on any of those ...
0
votes
0answers
25 views

Android AVD not connecting to our server

so I am one team member on a small project and we are using a Git repo so have identical code. The application was working fine and I think I may have done something to eclipse but I'm just not sure. ...
0
votes
0answers
17 views

Why the Hello World process doesn't end when I press the “home” or “back arrow” key?

I am fairly new to debugging using Eclipse. I am using the "hello world" program to begin to understand processes. When I start "Hello World" I see the process in DDMS. When I close "Hello World", ...
2
votes
1answer
166 views

Installation of compatible Android DDMS from eclipse

I updated android development environment after which I had Android DDMS 12.x.x, ADT 21.1.0, Android Hierarchy viewer 12.0.0, Android Native Development Tools 21.1.0, Android Traceview 12.0.0 ...
0
votes
1answer
34 views

Occasionaly closed Devices tab in DDMS

While developing my application in Eclipse, I occassionaly closed Devices tab in DDMS. So, I can't choose devices any more. How can I return this tab back? Thanks for any help in advance. Already ...
0
votes
0answers
42 views

coordinates from kml file arrive modified in emulator

I have some trouble while sending coordinates form a kml file to my emulator. For example I'm sending long: 13,428753 lat: 52,518823 and I receive: 13.428751666666669and 52.51882166666666 When ...
0
votes
1answer
47 views

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 ...
1
vote
1answer
659 views

Android - How to copy a folder from File System to SD card using DDMS?

I have a folder on the file system . The folder contains around 200 files. I want to copy this to a particular folder on SD card. The problem is - DDMS only gives the option of pushing a file onto ...
0
votes
1answer
97 views

Android: My emulator is not showing up in DDMS devices list

Sometimes suddenly I'm unable to connect to Emulator from my eclipse, same time I'm not seeing the emultor under devices in DDMS perspective.
0
votes
0answers
85 views

How do I make the DDMS native heap tab visible?

I have read online about the native heap tab, however I do not see the tab in my DDMS view. My question is, how do I make this tab visible so that I can see an overview of the native heap usage of my ...
2
votes
1answer
122 views

Edit shared preferences from DDMS

I want to edit shared preferences values from DDMS, if I double click the file it doen't saves the changes. Do I do something wrong or there is special plugin for that?
2
votes
2answers
512 views

Android, the standalone version of traceview is deprecated

I want to see my traces. 1- In code, I have added these lines of code: // Start trace recording android.os.Debug.startMethodTracing("hc_traceview"); and // Stop trace recording ...
0
votes
4answers
83 views

Can we show database in row and column like phpAdmin in wamp ? (db in DDMS) android

I pulled file database from device (DDMS) and I don't know how to show it like row and column. Anyone have idea, tell me please. like this
1
vote
1answer
99 views

How to rename a folder from DDMS in eclipse emulator?

I want to rename the folder from DDMS. The DDMS only supports deletion of a file and an empty folder. I want to change the name of folder /mnt/sdcard/NewFolder to /mnt/sdcard/NewFolder2. Is there a ...
1
vote
1answer
67 views

Stop Android(DDMS) Profiler programmatically

does anybody know whether i can stop the profiler from ddms programatically? I have a bit longer process and want to stop the profile after this process is done and not manually. Is there any method ...
1
vote
2answers
248 views

How to get android log from the users for Android 4.1 without rooting?

Starting Android 4.1 gettings android log requires ROOT permission, so now it's impossible to ask users to send log using apps like LogCollector, which just get android log and send it to email. ...
6
votes
1answer
310 views

Empty File Explorer in Eclipse DDMS

I am trying to access db files on my Android phone through Eclipse's DDMS. However, file explorer is empty. Ive tried restarting adb server, restarting eclipse, and it still does not work. My phone ...
0
votes
0answers
43 views

ddms options si disabled

I need to get an sqlite file from my device (samsung galaxy s2). the device is rooted but i can't see the any file in the file explorer and the emulator control is disabled. i added two screen ...
0
votes
1answer
389 views

Android: No files appearing in File Explorer

I found out that I couldn't view my Android database files in Eclipse without rooting my phone, so I ended up rooting my Samsung Galaxy SII using the directions here: ...
1
vote
1answer
156 views

Thread status is “native” in Eclipse DDMS

I noticed that some threads from an ExecutorService object I had created had "native" status. What does "native" mean?
-6
votes
2answers
190 views

I am not able to push files in to my sdcard [closed]

Please tell me steps - how to go to AVD Manager and select your AVD then Click on Edit and in the Hardware add SDCard Support.
1
vote
1answer
110 views

Android emulator send network provider updates

How do I send updates to an Android emulator as if they were coming from the "network" provider. DDMS seems to send as the "gps" provider, with no way to change it.

1 2 3 4 5 7