[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-18 Thread GiladH
Works fine with adb. Tnx guys. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send e

[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-17 Thread blake
You can do this with adb. It's a freaking nuisance, however, that the eclipse plugin doesn't work. I noted this problem, too, in this forum, a couple days ago. I'm guessing that the plugin doesn't do an "su", as it must, to see the device. -blake On Jan 17, 9:56 am, Joel Knighton wrote: > An

[android-developers] Re: Viewing G1's data folder (via DDMS)

2009-01-17 Thread Joel Knighton
Any reason you couldn't do an "./adb pull /data/anr/traces.txt ~/traces.txt"? (modify for windows if necessary) On Sat, Jan 17, 2009 at 7:26 AM, GiladH wrote: > > Hi, > > I fail to to view the content of my G1's data folder via the DDMS > console. > In fact - the DDMS will not even allow me to