views:

593

answers:

1

I feel a bit blind developing on an emulator for Android and not being able to see the file system on the AVD (.img).

Is there a way to mount it in Windows or Linux, so that I could at least see the file listing and maybe contents?

Bonus if it's mounted with write permissions as well.

Thank you.

+1  A: 

How about "adb shell"?

This will give you a root shell (on the emulator)..

Mads Kristiansen
Alright, that's a start (though such a pain in the a$$ on Windows. TAB doesn't work and it is highly primitive). Is there any editor available on it? I tried vi, emacs, nano.
Artem Russakovskii
Looks like cat is my best friend with this primitive system. Also someone suggested installing busybox which has vi in it, which I may try.
Artem Russakovskii