[android-developers] Re: DDMS in Eclipse returning 0.0 in getBearing

2012-12-16 Thread gjs
Hi, Maybe an obvious/dumb question but does you KML include bearing values for each lat/lon element, if so are they values other than 0.0 ? Regards On Saturday, December 15, 2012 4:24:55 AM UTC+11, ga...@deanblakely.com wrote: > > I've been successfully using a KML file and DDMS to drive my ap

[android-developers] Re: DDMS in Eclipse returning 0.0 in getBearing

2012-12-16 Thread g...@deanblakely.com
ok, that is really funny! :) On Sunday, December 16, 2012 2:53:52 AM UTC-7, Piren wrote: > > be creative! > > http://geekrevolutionradio.com/wp-content/uploads/2012/01/36396-best_computer_backpack.jpg > > > On Friday, December 14, 2012 8:22:58 PM UTC+2, ga...@deanblakely.comwrote: >> >> Bob, >> S

[android-developers] Re: DDMS in Eclipse returning 0.0 in getBearing

2012-12-16 Thread Piren
be creative! http://geekrevolutionradio.com/wp-content/uploads/2012/01/36396-best_computer_backpack.jpg On Friday, December 14, 2012 8:22:58 PM UTC+2, ga...@deanblakely.com wrote: > > Bob, > Since I'm using DDMS you know that I'm running in the emulator on my dev > box which, in my case, is a de

[android-developers] Re: DDMS in Eclipse returning 0.0 in getBearing

2012-12-14 Thread g...@deanblakely.com
Bob, Since I'm using DDMS you know that I'm running in the emulator on my dev box which, in my case, is a desktop computer. The computer plus the monitor weigh quite a bit and I don't have a very long extension coord. So, I don't think running is the solution. BTW, you wouldn't happen to know

[android-developers] Re: DDMS in Eclipse returning 0.0 in getBearing

2012-12-14 Thread bob
bearing |ˈbe(ə)riNG| noun 6 the direction or position of something, or the *direction of movement*, relative to a fixed point Try running real fast in one direction. Then call getBearing while running. On Friday, December 14, 2012 11:24:55 AM UTC-6, ga...@deanblakely.com wrote: > > I've been

[android-developers] Re: DDMS Heap Dump permissions problem

2011-08-04 Thread lz
lz gmail.com> writes: > > mrmanuke gmail.com> writes: > > Hi, I can't find the place you say: I changed the "Connect to PC" setting to > "charge only" ..Could you tell me the way to change? > Hi,I've resolved the problem .The reason of the problem is that I hadn't noticed that I used a e

[android-developers] Re: DDMS Heap Dump permissions problem

2011-08-04 Thread lz
mrmanuke gmail.com> writes: > > Your suggestion led me to discover the problem, which was that my > device was set so that whenever it was connected via USB, the SD card > would be mounted by my development computer. I changed the "Connect to > PC" setting to "charge only" and that fixed it. Th

[android-developers] Re: DDMS

2011-03-19 Thread Rutton
You can also make a memory profiling dump with ddms (dump hprof at the device window) and analyze it with the eclipse memory analyzer. It can list all your memory consuming objects and allows to follow the incoming reference. -- You received this message because you are subscribed to the Google G

[android-developers] Re: DDMS

2011-03-19 Thread lbendlin
what are the dimensions of back.png? Multiply width times height times four to see how many bytes are required in memory to hold that picture. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

Re: [android-developers] Re: DDMS does not show VM list

2011-02-10 Thread Xavier Ducrohet
In the device panel. This is a tree based display with the top level being the devices and the 2nd level being the app. It's a multi column display too. On the device level, last column it should show both the version of Android and the type of build. On Thu, Feb 10, 2011 at 10:21 AM, jotobjects

[android-developers] Re: DDMS does not show VM list

2011-02-10 Thread jotobjects
Well - today the issue is resolved by the action of sunspots maybe :-) Now both phones show the same processes in the upper left quadrant of DDMS. Maybe what happened is that I powered down the development system and the phones overnight. Perhaps the device driver on the development system neede

[android-developers] Re: DDMS does not show VM list

2011-02-09 Thread jotobjects
@ Xavier Ducrohet Where is the "device view" in DDMS? I see a Device menu but nothing that shows the build type @ Kosta It shows online for both devices On Feb 9, 10:41 am, Kostya Vasilyev wrote: > FWIW, my Motorola Milestone (not a Droid2, but same manufacturer and > roughly same hardware) dr

Re: [android-developers] Re: DDMS does not show VM list

2011-02-09 Thread Kostya Vasilyev
FWIW, my Motorola Milestone (not a Droid2, but same manufacturer and roughly same hardware) drops from DDMS every few hours. When that happens, I still see it in the DDMS view, but it goes from "Online" to "Offline" - which does your bad one show? I then unplug it from the computer, wait for

Re: [android-developers] Re: DDMS does not show VM list

2011-02-09 Thread Xavier Ducrohet
The device view in ddms should show the type of build for the device in the top level tree node. If your app is set to debuggable through the manifest, I don't know why it wouldn't show up on the 2nd device. On Wed, Feb 9, 2011 at 6:39 AM, jotobjects wrote: > > On Feb 8, 9:35 pm, Xavier Ducrohet

[android-developers] Re: DDMS does not show VM list

2011-02-09 Thread jotobjects
On Feb 8, 9:35 pm, Xavier Ducrohet wrote: > Looks like you have a phone running a debug build where all the apps > are debuggable by default and the other one is running a production > build ("user" build) where the apps are not debuggable unless they > declare debuggable=true in their manifest.

[android-developers] Re: [DDMS] Framework reboot failed

2010-11-30 Thread Atul Raut
This time I tried for emulator with command below : *% adb shell malloc.debug.qemu 1 <= I have check this property in bionic froyo % adb shell stop % adb shell start* ---

[android-developers] Re: [DDMS] Framework reboot failed

2010-11-29 Thread Atul Raut
+ more points to note is am not seen other process id than system_process. How to seen others process in same tab ? -- Atul Raut Android Telephony Engineer http://rautat

[android-developers] Re: DDMS and Eclipse debugger in SDK 8

2010-10-04 Thread Bret Foreman
It's not a device problem. It fails with the emulator too. I uninstalled my SDK and re-installed and it didn't fix the problem. Not sure what to try next. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers] Re: DDMS and Eclipse debugger in SDK 8

2010-10-04 Thread Bret Foreman
Maybe this is another clue. In the middle of testing my app on my Moto Droid (running Android 2.2), the device went offline and DDMS dumped out this to the console. Maybe we're really looking at a device issue instead of a tools issue. Hmmm. 42:02 E/DDMS: device (040369861601C00A) request rejected

[android-developers] Re: DDMS and Eclipse debugger in SDK 8

2010-10-04 Thread Bret Foreman
Bump. This has been a problem for several weeks now, I've posted a help request here several times, and nobody seems to know what these error messages mean. Is there a way I can send a support request directly to Google? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: DDMS Heap Dump permissions problem

2010-09-05 Thread mrmanuke
Your suggestion led me to discover the problem, which was that my device was set so that whenever it was connected via USB, the SD card would be mounted by my development computer. I changed the "Connect to PC" setting to "charge only" and that fixed it. Thank you! On Sep 3, 6:59 am, fadden wrote

[android-developers] Re: DDMS Heap Dump permissions problem

2010-09-02 Thread fadden
On Sep 1, 5:04 pm, mrmanuke wrote: > D/ddm-heap(19153): Heap dump: file='/sdcard/com.bunnies.Shhh.hprof' > E/dalvikvm(19153): hprof: can't open /sdcard/com.bunnies.Shhh.hprof- > hptemp: Perm > ission denied. > > I've tried this on an actual device (HTC Desire w/ 2.1 Eclair) and an > emulator (Donu

[android-developers] Re: DDMS Heap Dump permissions problem

2010-09-01 Thread mrmanuke
oops. The error in Eclipse should read "Unable to create HPROF file for application 'com.bunnies.Shhh'. Check logcat for more information." On Sep 2, 9:04 am, mrmanuke wrote: > I'm trying to get a heap dump from ddms in Eclipse, but it gives me > the following error: > > "Unable to create HPROF f

[android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-11 Thread Patrick
On Aug 3, 8:12 pm, Mark Murphy wrote: > -- Most of theSysinfotab (I only get "Memory" to work) CPU load under the Sysinfo tab is something I used quite a bit with an N1 running Android 2.1, but after updating to 2.2 it no longer shows the CPU usage pie chart... This is with the stand-alone DDMS

[android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-05 Thread fadden
On Aug 4, 1:09 am, Mark Murphy wrote: > On Wed, Aug 4, 2010 at 12:24 AM, Bob Kerns wrote: > > Also, you meant, "unless it is rooted." Though I haven't reviewed your > > list in detail, many at least DO work on a rooted device. > > True, and they probably also work on dev phones for similar reason

Re: [android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-04 Thread Mark Murphy
On Wed, Aug 4, 2010 at 12:24 AM, Bob Kerns wrote: > Also, you meant, "unless it is rooted." Though I haven't reviewed your > list in detail, many at least DO work on a rooted device. True, and they probably also work on dev phones for similar reasons. -- Mark Murphy (a Commons Guy) http://commo

[android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-03 Thread Bob Kerns
Also, you meant, "unless it is rooted." Though I haven't reviewed your list in detail, many at least DO work on a rooted device. On Aug 3, 5:12 pm, Mark Murphy wrote: > On Tue, Aug 3, 2010 at 7:58 PM, fadden wrote: > > On Aug 3, 3:27 pm, Mark Murphy wrote: > >> Many DDMS features only work on t

Re: [android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 7:58 PM, fadden wrote: > On Aug 3, 3:27 pm, Mark Murphy wrote: >> Many DDMS features only work on the emulator. It would not surprise me >> if this does not work on a device. > > The Allocation Tracker feature should work equally well on both. > Pretty much everything but E

[android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-03 Thread fadden
On Aug 3, 3:27 pm, Mark Murphy wrote: > Many DDMS features only work on the emulator. It would not surprise me > if this does not work on a device. The Allocation Tracker feature should work equally well on both. Pretty much everything but Emulator Control should work, really. What other DDMS fe

[android-developers] Re: DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-08 Thread Thomas Frick
Yes you are right, I will not touch the privileges of the phone... Thank you anyway for you appreciated help. Best regards, Thomas On 7 Jul., 20:57, Mark Murphy wrote: > On Wed, Jul 7, 2010 at 2:35 PM, Thomas Frick wrote: > > Is there a possibility to change the privileges of this process > >

Re: [android-developers] Re: DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-07 Thread Mark Murphy
On Wed, Jul 7, 2010 at 2:35 PM, Thomas Frick wrote: > Is there a possibility to change the privileges of this process > (DDMS)? Perhaps by rooting your phone. Also, "dev phones" (e.g., ADP1, ADP2) I think run the process with root privileges. Beyond that, I sincerely hope it is not possible to r

[android-developers] Re: DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-07 Thread Thomas Frick
Hi Mark, Thank you for your help. Is there a possibility to change the privileges of this process (DDMS)? Thanks, Thomas On 7 Jul., 20:17, Mark Murphy wrote: > On Wed, Jul 7, 2010 at 2:11 PM, Thomas Frick wrote: > > But when I run the application (every application) on my external > > device,

[android-developers] Re: DDMS('?' in process name field)

2010-05-20 Thread fadden
On May 18, 12:17 am, Mathias Lin wrote: > Faden: why can I not have two DDMS running / DDMS not able to get the > real name then (technically)? Each VM is only listening for one debug connection. -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: DDMS('?' in process name field)

2010-05-18 Thread Mathias Lin
I have the same problem that sometimes my app doesn't show up in the process list properly but just with a ? I figured that it might depend on where I started the app from, i.e. from within my IDE (IntelliJ or Eclipse) or if I start if from the device, i.e. right after a fresh reboot of the device,

Re: [android-developers] Re: DDMS use - allocated memory not freed when BACK pressed?

2010-04-15 Thread Xavier Ducrohet
What Mark said. Also, there's a "force GC" button in ddms, so you could try that to see that once you hit back and run the GC your heap changes. Xav On Thu, Apr 15, 2010 at 9:24 AM, Mark Murphy wrote: > jamesc wrote: >> Thus, I would have expected onDestroy() to free >> allocs? > > onDestroy()

Re: [android-developers] Re: DDMS use - allocated memory not freed when BACK pressed?

2010-04-15 Thread Mark Murphy
jamesc wrote: > Thus, I would have expected onDestroy() to free > allocs? onDestroy() does not "free" anything. At most, onDestroy() will remove some references to an Activity. Once all references to the Activity are gone, on some future garbage collection pass, the memory will be released. --

[android-developers] Re: DDMS use - allocated memory not freed when BACK pressed?

2010-04-15 Thread jamesc
Thanks for replying, Xavier. Sorry if I'm missing something, but onDestroy() is called on the stack of Activities in the Task. The default behaviour of Activity.onKeyDown() results in a call to Activity.finish(), hence the onDestroy() call. Thus, I would have expected onDestroy() to free allocs?

[android-developers] Re: DDMS('?' in process name field)

2010-03-23 Thread fadden
On Mar 23, 3:37 am, Ne0 wrote: > You are right Bob, though the bit that worries me is that the name > never appears! The ? process appears then disappears before DDMS gets > a chance to display the name of the process, which is why it starts > ringing virus alarm bells! It could be anything. Would

[android-developers] Re: DDMS('?' in process name field)

2010-03-23 Thread Ne0
You are right Bob, though the bit that worries me is that the name never appears! The ? process appears then disappears before DDMS gets a chance to display the name of the process, which is why it starts ringing virus alarm bells! It could be anything. Would just like to know what though! On 22 M

[android-developers] Re: DDMS('?' in process name field)

2010-03-22 Thread Bob Kerns
I believe this is simply that DDMS hasn't yet received the name of the process. You'll notice the process number doesn't change. On Mar 22, 2:20 am, Ne0 wrote: > I get this with my Nexus One, the worrying thing is that appears then > disappears very quickly like it is trying hard not to be notice

[android-developers] Re: DDMS('?' in process name field)

2010-03-22 Thread Ne0
I get this with my Nexus One, the worrying thing is that appears then disappears very quickly like it is trying hard not to be noticed. I would associate this sort of behaviour with a virus, trying to remain undetected, but if you are seeing this in an emulator then it may just be a system process.

[android-developers] Re: DDMS('?' in process name field)

2010-03-15 Thread magpad
Did you open two DDMS tools? Just like one is Eclipse DDMS perspective and another is DDMS opened from console-command etc. On 3月12日, 午後3:53, Musafir wrote: > Hi All, > > When i am running DDMS tool to profile the application, In left pane > of the DDMS tool we are able to see all the emulators

[android-developers] Re: DDMS('?' in process name field)

2010-03-15 Thread magpad
Hi Musafir I had the same issue. Did you open two DDMS tools? just like one is opened on Eclipse, and another one is opened from console-command DDMS. So I'm using Eclipse's DDMS only, and '?' is not showing. but I don't know why this problem has occurred... On 3月13日, 午前12:53, Nox wrote: > Wh

[android-developers] Re: DDMS('?' in process name field)

2010-03-12 Thread Nox
Which version of Android do you use, I mean 1.5, 1.6 or an other version? If you get a "?" , one application is unnamed but this shouldn´t be there. In 2.0.1 or in 2.1 this shouldn´t happen again. On 12 Mrz., 07:53, Musafir wrote: > Hi All, > > When i am running DDMS tool to profile th

[android-developers] Re: DDMS on windows stop detecting Emulator after sometime

2010-03-07 Thread havexz
Thanks for the suggestion but someone has to fix this.. @Greg BTW for you is this problem for all Emulators (1.6, 2.1 etc). I have only tried 1.6. Do you know any special command to load Emulator fast or it just that launching from command line is faster than eclipse? On Mar 7, 9:23 pm, Greg

Re: [android-developers] Re: DDMS on windows stop detecting Emulator after sometime

2010-03-07 Thread Greg Donald
On Sun, Mar 7, 2010 at 8:55 PM, havexz wrote: > I do that but that is really annoying ...if i m working for one > hour i have to do that for 5-6 times. And booting emulator takes 2-3 > mins which in itself annoying...:-/ I agree. I find starting the emulator from the command like is slig

[android-developers] Re: DDMS on windows stop detecting Emulator after sometime

2010-03-07 Thread havexz
I do that but that is really annoying ...if i m working for one hour i have to do that for 5-6 times. And booting emulator takes 2-3 mins which in itself annoying...:-/ On Mar 7, 8:38 pm, Greg Donald wrote: > On Sun, Mar 7, 2010 at 7:32 PM, havexz wrote: > > Is anyone facing the problem

[android-developers] Re: ddms is easy to hang

2010-02-22 Thread fadden
On Feb 22, 1:27 am, allstars wrote: > recently i found my ddms is easy to hang > it also hangs when i use ddms in sdk(from 1.6 to 2.1) > and cause a lot of CPU usage on my computer Please file a bug on b.android.com with your findings. -- You received this message because you are subscribed to

[android-developers] Re: DDMS GPS doesn't work: Send -120,35 loc = lm.getLastKnownLocation() returns null

2010-02-02 Thread Lance Nanek
Is the GPS provider running? If nothing has called one of the LocationManager#requestLocationUpdates methods, which can start the GPS provider, then LocationManager#getLastKnownLocation will return null. The getLastKnownLocation method does not start the provider. It returns null if the provider ha

[android-developers] Re: ddms

2009-12-16 Thread Matt Kanninen
Try just using adb pull /data/anr/traces.txt /PC/YOUR_FOLDER On Dec 16, 5:37 am, Business Talk wrote: > I am trying to debug my device from a windows system with no IDE, just > the android sdk, jdk and jre. I am using the ddms to do so. I works > fine. I can see the entries in the logcat in the d

[android-developers] Re: ddms still not recognize my device

2009-12-09 Thread Paul Turchenko
Did you enable debugging in device's preferences? What does Windows 7 devices explorer says about your phone (something like ADB composite interface should be expected)? On Dec 8, 9:59 am, Barina wrote: > Hi all > > i have a G1 and Windows 7 > > i just install the new sdk-r04 windows usb driver a

[android-developers] Re: ddms - allocation tracker - not working

2009-11-30 Thread fadden
On Nov 27, 4:41 am, Vlad Panait wrote: > And now the issue, I need to run "Allocation Tracker", I press the > tab, and when pressing on the "Start Tracking" button, that is > enabled, it does not do anything. Click "Get Allocations". Allocation Tracker records the most recent 512 allocations, wi

[android-developers] Re: DDMS Screenshot and Archos 5 IT

2009-11-13 Thread fadden
On Nov 12, 11:59 pm, arnouf wrote: > I'm trying to make a screenshot of an Archos 5 IT using DDMS (SDK 1.5 > and 2.0) without success. > The screenshot is awful with a lot of yellow. > > Do you have the same issue ? I would like to know if possible if this > issue is due ti an SDK problem or an Ar

[android-developers] Re: DDMS: Debug output issues

2009-11-12 Thread fadden
On Nov 12, 1:44 am, Сергей Митрофанов wrote: > I got very annoying issue. > When I start debugging my application, the debug output is cropped > like > this: > 11-11 20:30:03.614: ERROR/AndroidRuntime(267):     at > com.tank.client.view.TankView.initTankView(TankView.java:119) > 11-11 20:30:03.614

[android-developers] Re: DDMS Error on Launch

2009-11-03 Thread Loki117
Ok my bad turns out my class path was corrupt in the enviro variables. On Nov 3, 10:19 am, Loki117 wrote: > Additional information the DDMS heap window is showing this error in > eclipse Could not create the view: Could not initialize class > org.jfree.chart.JFreeChart I believe this happened aft

[android-developers] Re: DDMS Error on Launch

2009-11-03 Thread Loki117
Additional information the DDMS heap window is showing this error in eclipse Could not create the view: Could not initialize class org.jfree.chart.JFreeChart I believe this happened after installing 2.0. On Nov 3, 9:55 am, Loki117 wrote: > Hey Guys, > > Has anyone seen this error before while wor

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-10-18 Thread claudiotainen
I've found this app to convert .kml files into suitable ones. http://ge2adt.appspot.com/ Hope it helps, cheers On 18 Ott, 20:46, android wrote: > I do read the posts and put into a listview kml can you help me? > > On Sep 27, 11:27 pm, tarek attia wrote: > > > Thn you,,really very t

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-10-18 Thread android
I do read the posts and put into a listview kml can you help me? On Sep 27, 11:27 pm, tarek attia wrote: > Thn you,,really very thanks to you :)),, > Ultimately  It worked fine > > On Sun, Sep 27, 2009 at 10:52 PM, ZA_Alligator > wrote: > > > > > I found this solution on StackOverf

[android-developers] Re: DDMS doesn't show process list on device

2009-10-15 Thread Xavier Ducrohet
I agree that it's a big confusing. Building with ant in debug/release mode is only about how the app is signed (or not signed). The manifest entry tells the VM whether the app can be debugged on non debug device builds, which is basically default builds on consumer device. The emulator is running

[android-developers] Re: DDMS doesn't show process list on device

2009-10-15 Thread Jeremy Slade
> Just enable debugging in your own app and you'll be able to do anything > (with that app) that you'd be able to do on your 1.6-debug build device. Enabling debugging in the app (via the manifest) is evidently different from building it in debug mode? I build w/ "ant debug". I was not aware of

[android-developers] Re: DDMS doesn't show process list on device

2009-10-15 Thread Xavier Ducrohet
The difference is in the ", Debug" part in the device line. Your 1.5 based device is not a debug build. This means you'll only see application that explicitly say debuggable=true in their manifest (and none of the bundled apps have it obviously) Just enable debugging in your own app and you'll be

[android-developers] Re: DDMS doesn't show process list on device

2009-10-15 Thread fadden
On Oct 14, 11:14 pm, Jeremy Slade wrote: > What am I missing here? Obviously the 1.5 device has USB debugging > enabled.  Why does it not show 'debug' in DDMS?  I'm using SDK 1.5_r2 > on linux (Ubuntu 9.04), if that makes a difference. What does "adb shell getprop ro.debuggable" show on the two

[android-developers] Re: ddms and emulator

2009-10-09 Thread recalcati
Beatle was equal to bug. Yes, I press bug. But, if I press bug from eclipse I can do step-by-sterp, but nothing appears in emulator. Instead if I prepare breakpoint in java code and after I press menu in emulator it stops at the first breakpoint and the emulator display what happen. I know, I h

[android-developers] Re: ddms and emulator

2009-10-09 Thread konic
Which icon did you press under: triangle or bug? I mean, are you sure you run debug mode not release? Because breakpoints work only in debug mode. On Oct 9, 7:39 pm, recalcati wrote: > Very strange. > I was not able to do it and now, after I have post a message in the > forum I can. > I launch e

[android-developers] Re: ddms and emulator

2009-10-09 Thread recalcati
Very strange. I was not able to do it and now, after I have post a message in the forum I can. I launch eclipse-rcp and from it the emulator. I don't launch the ddms externally. I launch, from emulator menu, the helloworld example. I put breakpoints in the debug perspective. I see the thread in dd

[android-developers] Re: ddms doesn't work (issue 2545)

2009-09-30 Thread Stefan
Hello, On Sep 30, 5:07 pm, piuccio wrote: > Have you tried sending the coordinates through the terminal ? > > telnet localhost 5554 >  geo fix 50.8780618 6.6014193 > > Does this work ? yes that work, i know. but i want to get new gps data very fast (1 gps point per second) and my scripting skil

[android-developers] Re: ddms doesn't work (issue 2545)

2009-09-30 Thread piuccio
Have you tried sending the coordinates through the terminal ? telnet localhost 5554 geo fix 50.8780618 6.6014193 Does this work ? On Sep 25, 2:02 pm, Stefan wrote: > Hello, > > i am developing on a Mac OS X 10.4 (german version) and with android > sdk 1.6 r1. > The emulator only receive one l

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-09-27 Thread tarek attia
Thn you,,really very thanks to you :)),, Ultimately It worked fine On Sun, Sep 27, 2009 at 10:52 PM, ZA_Alligator wrote: > > I found this solution on StackOverflow.com > > > http://stackoverflow.com/questions/1053721/ddms-wont-load-or-doesnt-parse-kml-file > > basically the namespace

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-09-27 Thread ZA_Alligator
I found this solution on StackOverflow.com http://stackoverflow.com/questions/1053721/ddms-wont-load-or-doesnt-parse-kml-file basically the namespace should read http://earth.google.com/kml/2.x";> and not http://www.opengis.net/kml/2.2";> for your kml files. I've since changed my kml files and

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-09-25 Thread tarek.attia
Anybody resolved this issue or have any idea,,,I do have this problem either and i dunno why!! P.S. I make my .kml files Using Google earth On Aug 28, 12:45 am, MarcoCanali wrote: > I've the same problem click the Button load kML > Select my File. KML > and do nothing !! I use android-

[android-developers] Re: DDMS GPS triggers exactly once

2009-09-16 Thread BJP
Update: Google hasn't bothered to fix this open issue from April: http://code.google.com/p/android/issues/detail?id=2545 The workaround may be found in Comment 38. --Ben On Sep 16, 12:34 am, BJP wrote: > I'm having a problem where I am able to update the location in the > Android Emulator from

[android-developers] Re: DDMS under Mac OS X 10.5 (Snow Leopoard)

2009-08-31 Thread foo
Just in case that didn't work for anyone, for qmodify ddms (TextEdit works) and add '-d32' to the Java options to force the Java VM to 32 bit by modifying this code: # Mac OS X needs an additional arg, or you get an "illegal thread" complaint. if [ `uname` = "Darwin" ]; then os_opts="-XstartO

[android-developers] Re: DDMS under Mac OS X 10.5 (Snow Leopoard)

2009-08-30 Thread Xavier Ducrohet
The SWT library uses a native component that must be loaded by the VM. At this time we only provide the 32bit version. I'm guessing that in Snow Leopard the default VM is now 64 bit instead of 32 bit. To change this go in Applications folder, then Utilities, and launch the "Java Preferences" app.

[android-developers] Re: DDMS under Mac OS X 10.5 (Snow Leopoard)

2009-08-30 Thread Joel Fischer
Sorry, the subject line should have stated Mac OS X 10.6, of course. Under snow leopard I get an error running ddms: > > 11:17 E/ddms: shutting down due to uncaught exception > 11:17 E/ddms: java.lang.UnsatisfiedLinkError: /tools/lib/ > libswt-pi-carbon-3236.jnilib: no suitable image found. Did

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-08-27 Thread MarcoCanali
I've the same problem click the Button load kML > Select my File. KML and do nothing !! I use android-sdk-windows-1.5_r3 ! On 30 Giu, 02:24, nderraugh wrote: > I've tried various permutations of KML files and now I've tried > yours.  Still no luck.  And no error messages either.  It just s

[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread shaun
In the first line in the last post, I meant to say, "I just exited eclipse and ddms, then "STARTED" the emulator from the command line, and ddms from the command line and it looks to work." On Jul 30, 2:05 pm, shaun wrote: > I just exited eclipse and ddms then the emulator from the command > lin

[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread shaun
I just exited eclipse and ddms then the emulator from the command line, and ddms from the command line and it looks to work. eclipse must be running ddms also causing multiple instances to run when I ran ddms from command line like you mentioned. I guess I have to figure out how to use the one i

[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread shaun
I start with eclipse running, emulator not running, ddms not running. I then run my application on emulator (I don't know if the eclipse plugin will start some ddms process at that time or not). Just looking around logcat for errors or strange occurrences and I see quite a few errors and warning

[android-developers] Re: DDMS Allocation Tracker - Start Tracking Disabled

2009-07-30 Thread fadden
On Jul 30, 7:14 am, shaun wrote: > =The emulator is 1.5 avd with an SD card. > =I have a G1 device also. [...] > =The Info tab of DDMS has "DDM-aware? no" for each child entry in the > left pane Is anything peculiar coming out of "logcat", e.g. complaints of multiple connection attempts? I'm wo

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-06-29 Thread nderraugh
I've tried various permutations of KML files and now I've tried yours. Still no luck. And no error messages either. It just seems to ignore me. I'm on a dual processor quad core Xeon system running Vista 64 if it makes any difference. On Jun 27, 6:44 pm, atrekker wrote: > I compare your KML

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-06-29 Thread atrekker
I compare your KML with the one I have been using in DDMS & notice some tag difference. Please try following modified version: http://www.opengis.net/kml/2.2";> Simple placement Simple placemark Attached to the ground. Intelligently places itself at the height of the u

[android-developers] Re: DDMS - lost the tag column?

2009-06-11 Thread Saurav Mukherjee
good that it did... cauz my friend here tried the same thing on my ddms rite now after reading ur email... anyways cheers. On Thu, Jun 11, 2009 at 4:40 PM, Anna PS wrote: > > Hey, that worked! Thanks! It was just hidden under the message > column :) > > On Jun 11, 1:07 pm, Saurav Mukherjee > wro

[android-developers] Re: DDMS - lost the tag column?

2009-06-11 Thread Anna PS
Hey, that worked! Thanks! It was just hidden under the message column :) On Jun 11, 1:07 pm, Saurav Mukherjee wrote: > i cudnt find out a way to da, also... > but i did try hidin my tag by draggin one of the end of the tag col to the > message col, so my suggestion to u is to try separate all th

[android-developers] Re: DDMS - lost the tag column?

2009-06-11 Thread Saurav Mukherjee
i cudnt find out a way to da, also... but i did try hidin my tag by draggin one of the end of the tag col to the message col, so my suggestion to u is to try separate all the cols to the extreme and u might jus end up looking at ur tag col... if u do find a concrete sol, please do reply. cheers.

[android-developers] Re: DDMS.. file explorer problem

2009-05-27 Thread Ask
one observation : Whenever I am puling a file from emulator using DDMS fileexplorer / data/app , one process is created in which file explorer window is continuosly refreshed and emulator remains engaged. So I could not run any application on that instance. To run a new application, I have to

[android-developers] Re: DDMS running on Vista64

2009-04-21 Thread Streets Of Boston
Here is how to setup a 64 bit environment http://forum.xda-developers.com/showthread.php?t=446274&highlight=64+usb+driver It involves installing the 64-bit driver for the Android phone USB device. I have this working and it works well. On Mar 30, 9:07 pm, John Doe wrote: > any help would be gr

[android-developers] Re: DDMS running on Vista64

2009-04-21 Thread hilkiah.lavin...@gmail.com
Hi John, Had the same problem that you are having and found this great workaround : http://itezer.com/my/trbrown/ Basically you install the 32bit java jdk and modify the ddms batch file to point to the java 32 bit executable instead of the java 64bit. Worked nicely for me. Regards, Hilkiah On

[android-developers] Re: DDMS running on Vista64

2009-03-30 Thread John Doe
any help would be greatly appreciated :( On Mar 29, 10:04 am, John Doe wrote: > I installed both version but how can i open DDMS with x86 version of > Java? > > On Mar 29, 4:56 am, Tseng wrote: > > > Sorry for double post. Rereading the error message the reason also > > could be that you only h

[android-developers] Re: DDMS running on Vista64

2009-03-29 Thread John Doe
I installed both version but how can i open DDMS with x86 version of Java? On Mar 29, 4:56 am, Tseng wrote: > Sorry for double post. Rereading the error message the reason also > could be that you only have x64 Java JDK on your system and no x86 > version. Try installing both and see if it works

[android-developers] Re: DDMS running on Vista64

2009-03-29 Thread Tseng
Sorry for double post. Rereading the error message the reason also could be that you only have x64 Java JDK on your system and no x86 version. Try installing both and see if it works On Mar 29, 1:54 pm, Tseng wrote: > Hi, > > I'm using Eclipse/Android 1.1_r1 SDK on Vista x64 too. No problems > t

[android-developers] Re: DDMS running on Vista64

2009-03-29 Thread Tseng
Hi, I'm using Eclipse/Android 1.1_r1 SDK on Vista x64 too. No problems there. Do you have the latest Java 1.6.13 JDK for windows x64 installed on your computer? Or do you have Java x64 installed at all? I'm using the x64 bit version of Java 1.6.x JRE/JDK. Maybe you have only the x86 version inst

[android-developers] Re: DDMS running on Vista64

2009-03-29 Thread John Doe
Sorry about not being specific. The problem is having 64bit operating system. Thats why ddms is not workingç ANy solution to fix this problem? On Mar 28, 9:51 pm, John Doe wrote: > How can we achieve to have DDMS running on Vista? I have a Vista64 > installed computer and when I try to run DDMS

[android-developers] Re: DDMS not listing applications

2009-03-26 Thread Ivan Soto
Do'h!, Thanks a lot :) Ivan Soto Fernandez Web Developer http://ivansotof.com On Thu, Mar 26, 2009 at 12:05 PM, Jon Colverson wrote: > > On Mar 26, 5:33 pm, Ivan Soto wrote: > > Does anybody knows what could be the cause that it's not listing > > applications? It works fine on the emulato

[android-developers] Re: DDMS not listing applications

2009-03-26 Thread Jon Colverson
On Mar 26, 5:33 pm, Ivan Soto wrote: > Does anybody knows what could be the cause that it's not listing > applications? It works fine on the emulator but not on my G1. DDMS only shows applications that are marked as debuggable in their manifests on the G1, whereas it shows all applications on th

[android-developers] Re: DDMS does not list processes

2009-02-17 Thread fadden
On Feb 15, 8:17 am, Rye wrote: >[...] I shut down eclipse and booted up DDMS, and it finds my > device, but lists no processes running (no matter what I run). Did you declare your application "debuggable" in the manifest? This doesn't matter on the emulator, but does on the device. http://code

[android-developers] Re: DDMS does not list processes

2009-02-17 Thread Rye
Thanks Greg, I actually did try to use the emulator for this purpose, but my app does not perform correctly (while it does on the device). It gives me a blank screen, and I can only assume that this is because it is an opengl app. -Rye On Feb 16, 2:32 am, Greg Krimer wrote: > DDMSis indeed th

[android-developers] Re: DDMS does not list processes

2009-02-16 Thread Greg Krimer
DDMS is indeed the tool for the job. You may want to check out Romain's recent post on the subject on the Android blog: http://android-developers.blogspot.com/2009/02/track-memory-allocations.html I think you have to configure something to get your app to be seen by DDMS on a real device. I canno

[android-developers] Re: DDMS and Ubuntu 8.10 64-bit

2009-01-19 Thread mhowellaz
On Dec 22 2008, 2:31 pm, Mark Murphy wrote: [snip] > > -- Installed the ia32-java-6-sun package, which is a 32-bit JRE that > runs under 64-bit Linux > [snip] FWIW the package I needed to install was ia32-sun-java6-bin (note slightly different name). Otherwise, your instructions worked for me, t

[android-developers] Re: DDMS and Ubuntu 8.10 64-bit

2008-12-22 Thread Christine
I have Ubuntu Linux 8.04 on a 64 bit AMD processor, java 6. DDMS installed without a problem, works fine. I do remember that initially, long before I installed the Android sdk, I had problems with Eclipse, until I found what startup command parameters I had to use to make it work properly, and I t

[android-developers] Re: DDMS and Ubuntu 8.10 64-bit

2008-12-22 Thread Mark Murphy
Mark Murphy wrote: > Environment: > -- Ubuntu 8.10 Intrepid Ibex 2.6.27-9-generic x86_64 GNU/Linux > -- Sun Java 6 JDK > java version "1.6.0_10" > Java(TM) SE Runtime Environment (build 1.6.0_10-b33) > Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode) > -- ia32-libs

  1   2   >