• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.lcd.height=2208
24hw.lcd.width=1768
25
26#secondary display when folded
27hw.displayRegion.0.1.height = 2208
28hw.displayRegion.0.1.width = 884
29hw.displayRegion.0.1.xOffset = 0
30hw.displayRegion.0.1.yOffset = 0
31
32#foldable parameters
33hw.keyboard.lid=yes
34hw.sensor.hinge = yes
35## x-y-width-height format
36hw.sensor.hinge.areas = 884-0-1-2208
37hw.sensor.hinge.count = 1
38## default degree
39hw.sensor.hinge.defaults = 180
40hw.sensor.hinge.ranges = 0-180
41## fold=0 or hinge=1
42hw.sensor.hinge.sub_type = 1
43## horizontal==0 or vertical==1
44hw.sensor.hinge.type = 1
45## each angle range corresponds to the posture in the posture_list
46hw.sensor.hinge_angles_posture_definitions = 0-30, 30-150, 150-180
47## list of supported postures by index. 0: unknown, 1: closed, 2: half-open, 3: open, 4: flipped, 5: tent
48hw.sensor.posture_list = 1,2,3
49