Edited by alpek at 2015-12-25 11:46
Use these options to try it. I highlighted in red. sysconfig1.lhs.txt ;---------------------------------------------------------------------------------- ;dispinit configuration ; ;disp_mode (0:screen0<screen0,fb0>;1:screen1<screen1,fb0>) ;screenx_output_type (0:none; 1:lcd; 3:hdmi;) ;screenx_output_mode (used for hdmi output, 0:480i 1:576i 2:480p 3:576p 4:720p50) ; (5:720p60 6:1080i507:1080i60 8:1080p24 9:1080p50 10:1080p60) ;fbxformat (0:ARGB 1:ABGR 2:RGBA3:BGRA 5:RGB565 8:RGB888 12:ARGB4444 16:ARGB1555 18:RGBA5551) ;fbx_width,fbx_height(framebuffer horizontal/vertical pixels, fix to output resolution while equal0) ;lcdx_backlight (lcd init backlight,therange:[0,256],default:197 ;---------------------------------------------------------------------------------- [disp_init] disp_init_enable = 1 disp_mode = 0 screen0_output_type = 3 screen0_output_mode = 2 screen1_output_type = 3 screen1_output_mode = 2 fb0_format = 0 fb0_width = 0 fb0_height = 0 fb1_format = 0 fb1_width = 0 fb1_height = 0 ;----------------------------------------------------------------------------------
buildprop ro.property.tabletUI=true
|