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
3 answers

Fetch data from existing sqlite database

I am having an existing sqlite database. I am developing an android app and I want to connect it with this existing sqlite DataBase. Problem 1: I have already included the sqlite database in my project via "DDMS push database function" as per my…
divyang7
  • 309
  • 3
  • 10
  • 22
0
votes
1 answer

Can't open saved tracefile in TraceView - fails with "File could not be found"

I want to open a saved .trace file, which I created using Debug.startMethodTracing() directly from the code. However, after copying it to my PC and trying to open it in DDMS, I get the error "The File [myfile].trace could not be found", which is…
Lennart
  • 9,657
  • 16
  • 68
  • 84
0
votes
1 answer

New instance of android emulator starting on each run

I've checked every single related post (I know there're a lot) but still no one common solution works for me. Almost every time users solve this issue by: adb kill-server sudo start-server But not in my case. I do that and nothing happens.…
Vito Valov
  • 1,765
  • 1
  • 19
  • 37
0
votes
3 answers

How to delete a file with size 0

I'm working on a project that deals with files and I had difficult time trying to delete a file. Luckily, it was working and it still works for me. The problem I had was I was trying to delete a file that is empty: file.length()==0 So I solved my…
user2377897
  • 7
  • 2
  • 5
0
votes
1 answer

Android GPS bearing and speed always zero

I am testing my app on emulator with a gpx file. Coordinates change, but bearing and speed are always zero. I've checked my LocationManager settings, and both .supportsSpeed() and .supportsBearing() return true. My GPS code is almost one-to-one with…
wojciech_rak
  • 2,276
  • 2
  • 21
  • 30
0
votes
1 answer

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 : "Error Loading DDMS Preferences" Why does the…
maskotky
  • 54
  • 5
0
votes
1 answer

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 PATH=${PATH}:~/android-sdk-linux/platform-tools Please help me get going with DDMS on…
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
0
votes
0 answers

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 now getting the following errors within my…
Silenced
  • 103
  • 1
  • 3
  • 10
0
votes
0 answers

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 ?
Bishan
  • 15,211
  • 52
  • 164
  • 258
0
votes
1 answer

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 to using AsyncTasks in which I do the actual call…
AndreiBogdan
  • 10,858
  • 13
  • 58
  • 106
0
votes
0 answers

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. The problem is My version of the app does not…
Daniel Wilson
  • 18,838
  • 12
  • 85
  • 135
0
votes
0 answers

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 creating markers on a GoogleMap with these coordinates I…
soupdiver
  • 3,504
  • 9
  • 40
  • 68
0
votes
1 answer

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.
Venkat Papana
  • 4,757
  • 13
  • 52
  • 74
0
votes
3 answers

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
kongkea
  • 9,788
  • 12
  • 39
  • 49
0
votes
1 answer

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 way to rename the folder?
Jainendra
  • 24,713
  • 30
  • 122
  • 169