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

Blue X using ddms screenshot tool

I'm trying to take a screenshot of my device and when I bring up the screenshot tool within ddms I see a large blue X with a white background. I've tried it with several emulators and screens sizes but I get the same thing.
DroidT
  • 3,168
  • 3
  • 31
  • 29
0
votes
1 answer

How to draw two different possibility of query tree for the example? in ddbms

select topic from book b, share s, stall st where b.b#=s.b# and st.store#=s.store# I am trying to draw query tree I dont know how to draw query tree for above example.
quin
  • 31
  • 1
  • 8
0
votes
0 answers

Can I hardcode the Eclipse DDMS location?

I'm building Android apps which use location information, in the UK. Every time I start developing I have to remember to go into the DDMS perspective and edit + send new Longitude and Latitude data to be something relevant for the UK. Currently…
iaindownie
  • 1,046
  • 12
  • 28
0
votes
3 answers

Why is my constructor not getting called?

I'm trying to add some records to a SQLite table, but LogCat is telling me the table does not exist. And DDMS shows that, yes, that table is not being/has not been created. Yet I do create the table in the SQLiteOpenHelper class: public class…
0
votes
1 answer

What does native code look like in the DDMS profiler?

I know that the DDMS profiler does not profile native method calls, and I know I can use a variety of methods to profile native code, but what I really want to know is the proportion of native to Java code. In particular, what does DDMS method…
Logan Pickup
  • 2,294
  • 2
  • 22
  • 29
0
votes
2 answers

Eclipse nexus 5 set Location

as the title suggests, developing into a nexus 5 I can not send the coordinates via DDMS. throughout that area tick off. I've never had this problem with other devices. In addition, on the settings of phone I put the check mark for "mock…
Lele
  • 703
  • 3
  • 15
  • 34
0
votes
3 answers

Android SQL database path in DDMS

I have project which goes like this in the DDMS path packagename->FolderA->FolderB->DatabaseFile.db now there are many tables in this db file.I want to insert to a MyTable table. So can anyone help me form the correct uri? content://packagename/ …
vishine
  • 63
  • 8
0
votes
1 answer

"File Exists" error when creating new folder in the DDMS

i'm trying to create a new folder in the DDMS perspective. i'm trying to create a ringtones folder under mnt\sdcard but i keep getting the following error: there was a similar question (Creating folder in file-explorer using DDMS perspective) but…
Dardar
  • 624
  • 3
  • 13
  • 30
0
votes
2 answers

Android Permissions unchanged after chmod in ADB Shell & DDMS

I sent to the emulated android device SD card using DDMS and I can even see these in DDMS. The file names are POS1.png and POS2.png. The sdcard path is /storage/sdcard/foldername In my code I want to check if my file isFile() so i have…
gavinfonseca
  • 33
  • 1
  • 5
0
votes
1 answer

Why I can not see the content (File Explorer) my phone in DDMS?

I have a Galaxy Ace with access to super user and I can not see the contents of the file, I urgently need to access internal database of mobile What can I do?
TuGordoBello
  • 4,350
  • 9
  • 52
  • 78
0
votes
1 answer

Android EGL overlay transparency issues, difference between screenshot and display

My app uses a fullscreen glSurface overlay, with 8888 format. For most devices this works fine - I can draw semi-transparent imagery using OpenGL ES, and this will indeed be overlaid with transparency on top of my other native views. However on…
gregoltsov
  • 2,269
  • 1
  • 22
  • 37
0
votes
2 answers

DDMS data drop down not working

I am running my application in HTC Sensation XE but i couldn't access the data->data files as i click the drop down nothing happens. I tried to reset the connection but it fails all the time don't know what the issue is can anyone help please. I…
Syed Raza Mehdi
  • 4,067
  • 1
  • 31
  • 47
0
votes
1 answer

Can't see Developer options > Root access

As I am testing my app on my phone I need to delete the database in data/data. But when I click on data/ in my Eclipse DDMS on my phone, nothing happends. I can't see "Root access" when I go to "Developer options" on my phone. Could anyone tell me…
Igor Entaltsev
  • 67
  • 1
  • 12
0
votes
0 answers

I Check some Tutorial of Location Manager

It is possible to check location and with address using emulator? with out putting longitude and latitude in DDMS? because I see some tutorial and I try it not working in my emulator or maybe i miss something .. please give some advice . I'm kinda…
Jeremiah Me
  • 153
  • 1
  • 3
  • 11
0
votes
1 answer

How to understand the exact line of error using DDMS in android?

I am beginner for android. Trying to make basic applications. When I tried to run the program after adding an adapter and gridview in my code, the application couldnt be started. These are the lines from the DDMS for failing it. Can anybody please…
Shasi
  • 274
  • 6
  • 21