I would like to modify a java class file on a Android system in an existing vmdk file.
Why I want to do that is to try to fix one of the Genymotion Android system image, because a .java class file is causing an app crash. My idea is to update this class with a newer version.
I used vmware-mount to mount the .vmdk but the file system is not recognized.
I imagine that I would have to recompile the whole system? Does it sound impossible? Is there an other way?