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
-1
votes
1 answer

regarding error in starting DDMS

i have eclipse Galileo, SDK, and android on my system, the problem is that when i run eclipse,sometimes it runs and sometimes it says "failed to initialize Monitor Thread", unable to establish Loopback connection....and the console in eclipse…
sonal
  • 101
  • 1
  • 4
  • 13
-1
votes
1 answer

Is it possible for an Android app to kill its own process

Is it possible for an Android app to kill its own process? Say, as an anti-tampering feature, the app detects that its integrity has been breached, say by checking the app signer cert. It then exits the app, but the app process still lingers in…
user1118764
  • 9,255
  • 18
  • 61
  • 113
-1
votes
1 answer

Eclipse Logcat: only shows “Device disconnected”

When I run GeoQuiz, the only output I got from Logcat is "Device Disconnected" I tried several ways to fix this but they didn’t work. Click the device, aka the emulator, but still nothing; Reset ADB, didn’t work either. This’s really frustrating.…
-1
votes
1 answer

Systrace - error truncating /sys/kernel/debug/tracing/set_ftrace_filter: No such device (19) unable to start

I am currently working on a project which aims to find out what the system is doing behind a series of user interaction on the android UI. For example, if user click send button in Facebook Messenger, the measured response time for such action is…
M.Mike
  • 19
  • 2
-1
votes
1 answer

I can't open data/data in ddms, but it's okay by the adb shell

I have root my phone and by using the CMD and ADB shell, I can see everything under the data/data. But in ddms's file explorer the data file can't be opened neither can I set lng or lat. so it's quite uncomfortable . The phone's debugMode is on…
niu rage
  • 7
  • 1
-1
votes
1 answer

Android Eclipse DDMS Update Heap Button Disabled

I am trying to profile memory usage of my Android application using DDMS. When I start the tool with my device connected, the device shows up. However, the button/tab for "Update Heap" is greyed out (disabled). Any idea why?
Abhijit
  • 89
  • 12
-1
votes
1 answer

Device is not getting detected in eclipse.

I have MI pad, android version 4.4.4 KTU84P, MIUI VERSION-6.7.2.0(KFXMICH). I am developing under windows 8. Device is not getting detected in eclipse android DDMS. I have tried with some XIOAMI usb drivers but it didnt worked for me. Can any help…
-1
votes
2 answers

Where can I find the file explorer in Android studio 1.0.1?

I found a lot of similar questions to mine and everyone tells me it's under Tools > Android > Android Device Monitor. I did this and there I have to select the file explorer tab, the problem is there is no such tab. The only thing I see is a list…
HeadachePanda
  • 175
  • 1
  • 12
-1
votes
2 answers

Is there a way to debug another developer app

So I know to debug an app you must build a debug version and set debug-able to true. what if I want to debug another developer app is that possible?
RL.AdmiralX
  • 133
  • 1
  • 8
-1
votes
3 answers

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 > my-database-file. i select the file, click on the disket icon…
Zero-dev
  • 340
  • 6
  • 17
-2
votes
1 answer

How to use DDMS within Android Studio?

I'm trying to see the contents of a database I'm using through the execution of my program via DDMS. I've looked at lot of questions on here that explain how it's done. My understanding relies on the fact that on clicking Tools--> Android--> Android…
Asher
  • 811
  • 3
  • 10
  • 19
-3
votes
1 answer

How to link already made SQLite DB into an apk file or Android application?

i have made an android application using a SQLite db with an extension .sqlite3 . my application is successfully running on an Android emulator 2.3.3 and i have put the db in Assets folder and also pushed it in DDMS with the following path ="…
-3
votes
1 answer

Android DDMS activityManager

Possible Duplicate: Activity not started, its current task has been brought to the front Why does this error appear when i am launching my application ?? [2012-06-16 14:13:17 - Cameraaaa] ActivityManager: Warning: Activity not started, its…
Mahmoud Emam
  • 1,499
  • 4
  • 20
  • 37
-4
votes
1 answer

Error Capture Screen Android by ddms

Please help me! I use ddms other to take screenshot on my phone, but It don't work good! This is screen shot https://i.stack.imgur.com/KgMpk.png I try to capture with emulator or other android phone, it OK. I don't know why! Thank so much!
-7
votes
1 answer

I am not able to push files in to my sdcard

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.
Anu0042
  • 253
  • 4
  • 12
1 2 3
40
41