i was wondering, is there a way in android OS to start a new Dalvik virtual machine, which doesn’t forked from the main zygote process (the zygote virtual machine), either through adb shell, ndk or java ?
does anyone tried to use successfully in one of the adb commands: app_process, dalvikvm, dvz ?
Thanks for the help
dxto convert your bytecode to dexdalvikvmto run itIf you need help use -help option
You can also compile dalvikvm for x86 and run it in your host computer.