Hi,
I use 4AI.1.4-P1 for blaze tablet 2, current hdmi resolution is 1280*720. I want to change the hdmi resolution to 1920*1080 for 24-inch LCD monitor (1080p supported ), I modify the code under mydroid/ device/ti/blaze_tablet/device.mk. I modify code in device.mk as below:
default:
PRODUCT_PROPERTY_OVERRIDES += \
persist.hwc.mirroring.region=0:0:1280:720
modify:
PRODUCT_PROPERTY_OVERRIDES += \
persist.hwc.mirroring.region=0:0:1920:1080
And then I clean and rebuild android filesystem.
But the 1080p resolution display is in the top left corner only 2/3 of the screen, the default resolution 1280*720 is okay for full screen,is there anything I need to modify?
Thanks very much.