This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Regard Virtual Display support

Other Parts Discussed in Thread: 4430

Is the source of Release L27.G.4 includes Virtual display support?. Is it possible to enable virtual display support using the release L27.G.4 for Blaze?

Thanks,

Kamal

  • Kamal,

    L27.G.4 should work with Virtual Display. You need to set CONFIG_VIRTUAL_DISPLAY_SUPPORT to '1' or 'y' in the .config. Its off by default.

    After you run 'make ARCH=arm android_4430_defconfig', edit the .config file and change that value to enable it. Alternatively you can run 'make ARCH=arm menuconfig' and find the entry for Virtual Display in the menus and enable it.