Skip to content

Instantly share code, notes, and snippets.

@ivopr
Created February 16, 2022 17:16
Show Gist options
  • Select an option

  • Save ivopr/14dbc9eb1ce812b3303574a0ae205ed2 to your computer and use it in GitHub Desktop.

Select an option

Save ivopr/14dbc9eb1ce812b3303574a0ae205ed2 to your computer and use it in GitHub Desktop.

Revisions

  1. ivopr created this gist Feb 16, 2022.
    111 changes: 111 additions & 0 deletions AVD config.ini
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,111 @@
    PlayStore.enabled = yes
    abi.type = x86
    avd.id = <build>
    avd.ini.encoding = UTF-8
    avd.name = android10
    disk.cachePartition = yes
    disk.cachePartition.size = 66MB
    disk.dataPartition.path = <temp>
    disk.dataPartition.size = 6442450944
    disk.systemPartition.size = 0
    disk.vendorPartition.size = 0
    fastboot.forceColdBoot = yes
    hw.accelerometer = yes
    hw.arc = no
    hw.arc.autologin = no
    hw.audioInput = yes
    hw.audioOutput = yes
    hw.battery = yes
    hw.camera.back = emulated
    hw.camera.front = none
    hw.cpu.arch = x86
    hw.cpu.ncore = 2
    hw.dPad = yes
    hw.display1.density = 0
    hw.display1.flag = 0
    hw.display1.height = 0
    hw.display1.width = 0
    hw.display1.xOffset = -1
    hw.display1.yOffset = -1
    hw.display2.density = 0
    hw.display2.flag = 0
    hw.display2.height = 0
    hw.display2.width = 0
    hw.display2.xOffset = -1
    hw.display2.yOffset = -1
    hw.display3.density = 0
    hw.display3.flag = 0
    hw.display3.height = 0
    hw.display3.width = 0
    hw.display3.xOffset = -1
    hw.display3.yOffset = -1
    hw.displayRegion.0.1.height = 0
    hw.displayRegion.0.1.width = 0
    hw.displayRegion.0.1.xOffset = -1
    hw.displayRegion.0.1.yOffset = -1
    hw.displayRegion.0.2.height = 0
    hw.displayRegion.0.2.width = 0
    hw.displayRegion.0.2.xOffset = -1
    hw.displayRegion.0.2.yOffset = -1
    hw.displayRegion.0.3.height = 0
    hw.displayRegion.0.3.width = 0
    hw.displayRegion.0.3.xOffset = -1
    hw.displayRegion.0.3.yOffset = -1
    hw.gltransport = pipe
    hw.gltransport.asg.dataRingSize = 32768
    hw.gltransport.asg.writeBufferSize = 1048576
    hw.gltransport.asg.writeStepSize = 4096
    hw.gltransport.drawFlushInterval = 800
    hw.gps = yes
    hw.gpu.enabled = no
    hw.gpu.mode = auto
    hw.gsmModem = yes
    hw.gyroscope = yes
    hw.initialOrientation = portrait
    hw.keyboard = yes
    hw.keyboard.charmap = qwerty2
    hw.keyboard.lid = yes
    hw.lcd.backlight = yes
    hw.lcd.density = 280
    hw.lcd.depth = 16
    hw.lcd.height = 1280
    hw.lcd.vsync = 60
    hw.lcd.width = 620
    hw.mainKeys = yes
    hw.ramSize = 4096M
    hw.rotaryInput = no
    hw.screen = multi-touch
    hw.sdCard = yes
    hw.sensor.hinge = no
    hw.sensor.hinge.count = 0
    hw.sensor.hinge.fold_to_displayRegion.0.1_at_posture = 1
    hw.sensor.hinge.sub_type = 0
    hw.sensor.hinge.type = 0
    hw.sensor.roll = no
    hw.sensor.roll.count = 0
    hw.sensor.roll.resize_to_displayRegion.0.1_at_posture = 6
    hw.sensor.roll.resize_to_displayRegion.0.2_at_posture = 6
    hw.sensor.roll.resize_to_displayRegion.0.3_at_posture = 6
    hw.sensors.gyroscope_uncalibrated = yes
    hw.sensors.heart_rate = no
    hw.sensors.humidity = yes
    hw.sensors.light = yes
    hw.sensors.magnetic_field = yes
    hw.sensors.magnetic_field_uncalibrated = yes
    hw.sensors.orientation = yes
    hw.sensors.pressure = yes
    hw.sensors.proximity = yes
    hw.sensors.rgbclight = no
    hw.sensors.temperature = yes
    hw.sensors.wrist_tilt = no
    hw.trackBall = yes
    hw.useext4 = yes
    image.sysdir.1 = system-images/android-30/google_apis_playstore/x86/
    kernel.newDeviceNaming = autodetect
    kernel.supportsYaffs2 = autodetect
    tag.display = Google Play
    tag.id = google_apis_playstore
    test.delayAdbTillBootComplete = 0
    test.monitorAdb = 0
    test.quitAfterBootTimeOut = -1
    vm.heapSize = 64M