Hi,
i'm running Android x86 in Parallels, it works just fine. I'd love to use it for debugging my Android Apps. What is holding me back currently is that i can't seem to set a custom screen resolution for the VM. I'd love to have a 320x480 portrait window for the vm. This is possible with virtual box as described here: http://androiddevnotes.com/2011/03/08/1299521520000.html
I'm sure it is somehow possible with Parallels, too. Does anyone know how? It seems to have been possible to add custom video modes in the config editor in earlier versions. I'm using Parallels 6.
My current best guess is to add some custom video line to the config.pvs in this section:
<Video dyn_lists="">
<Enabled>1</Enabled>
<VideoMemorySize>32</VideoMemorySize>
<EnableDirectXShaders>1</EnableDirectXShaders>
<ScreenResolutions dyn_lists="ScreenResolution 0">
<Enabled>1</Enabled>
</ScreenResolutions>
<Enable3DAcceleration>1</Enable3DAcceleration>
<EnableVSync>0</EnableVSync>
<MaxDisplays>0</MaxDisplays>
</Video>
However, i don't know the lines to add...
Regards,
Marko
i'm running Android x86 in Parallels, it works just fine. I'd love to use it for debugging my Android Apps. What is holding me back currently is that i can't seem to set a custom screen resolution for the VM. I'd love to have a 320x480 portrait window for the vm. This is possible with virtual box as described here: http://androiddevnotes.com/2011/03/08/1299521520000.html
I'm sure it is somehow possible with Parallels, too. Does anyone know how? It seems to have been possible to add custom video modes in the config editor in earlier versions. I'm using Parallels 6.
My current best guess is to add some custom video line to the config.pvs in this section:
<Video dyn_lists="">
<Enabled>1</Enabled>
<VideoMemorySize>32</VideoMemorySize>
<EnableDirectXShaders>1</EnableDirectXShaders>
<ScreenResolutions dyn_lists="ScreenResolution 0">
<Enabled>1</Enabled>
</ScreenResolutions>
<Enable3DAcceleration>1</Enable3DAcceleration>
<EnableVSync>0</EnableVSync>
<MaxDisplays>0</MaxDisplays>
</Video>
However, i don't know the lines to add...
Regards,
Marko