Switch android x86 screen resolution

后端 未结 8 1349
我寻月下人不归
我寻月下人不归 2020-12-02 03:40

I would like to use Android-x86 2.2 as an emulator on my Windows 7. I have downloaded VirtualBox and the ISO, and I\'ve made a virtual machine with it, but I can\'t set the

8条回答
  •  -上瘾入骨i
    2020-12-02 04:27

    Verified the following on Virtualbox-5.0.24, Android_x86-4.4-r5. You get a screen similar to an 8" table. You can play around with the xxx in DPI=xxx, to change the resolution. xxx=100 makes it really small to match a real table exactly, but it may be too small when working with android in Virtualbox.

    VBoxManage setextradata  "CustomVideoMode1" "440x680x16"
    

    With the following appended to android kernel cmd:

    UVESA_MODE=440x680 DPI=120
    

提交回复
热议问题