[android-developers] userdata-qemu.img Help

2009-07-27 Thread ashkash
Is it possible to extract the files and data out of userdata-qemu.img from the emulator? I have tried it with the unyaffs tool, but it does not seem to work. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Yaffs2 Image Help

2009-07-24 Thread ashkash
> all the files/dirs will be dumped in the same directory .. > > -Dan > > > > On Fri, Jul 24, 2009 at 11:29 AM, ashkash wrote: > > > I tried the unyaffs tool you linked to, but it does not seem to work. > > I compiled it and ran it with userdata-qemu.img as the

[android-developers] Re: Yaffs2 Image Help

2009-07-24 Thread ashkash
ffs/ > > -Dan > > > > On Thu, Jul 23, 2009 at 12:50 PM, ashkash wrote: > > > Is there a way to get the files out of a yaffs2 image? I am running > > the Android emulator and see that it creates a userdata-qemu.img which > > I am assuming is a yaffs2 image containi

[android-developers] Yaffs2 Image Help

2009-07-24 Thread ashkash
Is there a way to get the files out of a yaffs2 image? I am running the Android emulator and see that it creates a userdata-qemu.img which I am assuming is a yaffs2 image containing all my user data. Is it possible to take this image and get the actual content (file structure and files) out of it?