1avd.ini.encoding=UTF-8 2disk.dataPartition.size=10G 3fastboot.forceColdBoot = yes 4hw.accelerometer=yes 5hw.audioInput=yes 6hw.battery=yes 7hw.camera.back=virtualscene 8hw.camera.front=emulated 9hw.dPad=no 10hw.gps=yes 11hw.gpu.enabled=yes 12hw.keyboard=yes 13hw.mainKeys=no 14hw.ramSize=4096 15hw.sensors.orientation=yes 16hw.sensors.proximity=yes 17hw.keyboard.lid=yes 18image.sysdir.1=x86/ 19skin.dynamic=no 20 21#main display 22hw.lcd.density=480 23hw.cpu.ncore = 4 24hw.lcd.height=2208 25hw.lcd.width=1768 26 27#secondary display when folded 28hw.displayRegion.0.1.height = 2208 29hw.displayRegion.0.1.width = 884 30hw.displayRegion.0.1.xOffset = 0 31hw.displayRegion.0.1.yOffset = 0 32 33#foldable parameters 34hw.keyboard.lid=yes 35hw.sensor.hinge = yes 36## x-y-width-height format 37hw.sensor.hinge.areas = 884-0-1-2208 38hw.sensor.hinge.count = 1 39## default degree 40hw.sensor.hinge.defaults = 180 41hw.sensor.hinge.ranges = 0-180 42## fold=0 or hinge=1 43hw.sensor.hinge.sub_type = 1 44## horizontal==0 or vertical==1 45hw.sensor.hinge.type = 1 46## each angle range corresponds to the posture in the posture_list 47hw.sensor.hinge_angles_posture_definitions = 0-30, 30-150, 150-180 48## list of supported postures by index. 0: unknown, 1: closed, 2: half-open, 3: open, 4: flipped, 5: tent 49hw.sensor.posture_list = 1,2,3 50