Skip to content

Instantly share code, notes, and snippets.

@lpellegr
Created February 6, 2015 19:40
Show Gist options
  • Save lpellegr/b2ccfd0f062f55c56c3d to your computer and use it in GitHub Desktop.
Save lpellegr/b2ccfd0f062f55c56c3d to your computer and use it in GitHub Desktop.
emulator: found SDK root at /home/lpellegr/Dev/android-sdk
emulator: Android virtual device file at: /home/lpellegr/.android/avd/screenshots.ini
emulator: virtual device content at /home/lpellegr/.android/avd/screenshots.avd
emulator: virtual device config file: /home/lpellegr/.android/avd/screenshots.avd/config.ini
emulator: using core hw config path: /home/lpellegr/.android/avd/screenshots.avd/hardware-qemu.ini
emulator: Found AVD target API level: 21
emulator: Read property file at /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//build.prop
emulator: No boot.prop property file found.
emulator: keyset loaded from: /home/lpellegr/.android/default.keyset
emulator: trying to load skin file '/home/lpellegr/Dev/android-studio/plugins/android/lib/device-art-resources/nexus_6/layout'
emulator: autoconfig: -kernel /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//kernel-qemu
emulator: Auto-detect: Kernel image requires legacy device naming scheme.
emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
emulator: autoconfig: -ramdisk /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//ramdisk.img
emulator: Using initial system image: /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//system.img
emulator: autoconfig: -data /home/lpellegr/.android/avd/screenshots.avd/userdata-qemu.img
emulator: autoconfig: -initdata /home/lpellegr/.android/avd/screenshots.avd/userdata.img
emulator: autoconfig: -cache /home/lpellegr/.android/avd/screenshots.avd/cache.img
emulator: autoconfig: -sdcard /home/lpellegr/.android/avd/screenshots.avd/sdcard.img
emulator: Physical RAM size: 1536MB
emulator: CPU Acceleration: working
emulator: CPU Acceleration status: KVM (version 12) is installed and usable.
emulator: Target arch = 'x86'
emulator: Auto-config: -qemu -cpu qemu32
Content of hardware configuration file:
hw.cpu.arch = x86
hw.cpu.model = qemu32
hw.ramSize = 1536
hw.screen = touch
hw.mainKeys = no
hw.trackBall = no
hw.keyboard = yes
hw.keyboard.lid = no
hw.keyboard.charmap = qwerty2
hw.dPad = no
hw.gsmModem = yes
hw.gps = yes
hw.battery = yes
hw.accelerometer = yes
hw.audioInput = yes
hw.audioOutput = yes
hw.sdCard = yes
hw.sdCard.path = /home/lpellegr/.android/avd/screenshots.avd/sdcard.img
disk.cachePartition = yes
disk.cachePartition.path = /home/lpellegr/.android/avd/screenshots.avd/cache.img
disk.cachePartition.size = 66m
hw.lcd.width = 1440
hw.lcd.height = 2560
hw.lcd.depth = 16
hw.lcd.density = 560
hw.lcd.backlight = yes
hw.gpu.enabled = no
hw.initialOrientation = portrait
hw.camera.back = none
hw.camera.front = none
vm.heapSize = 512
hw.sensors.proximity = yes
hw.sensors.magnetic_field = yes
hw.sensors.orientation = yes
hw.sensors.temperature = yes
hw.useext4 = yes
kernel.path = /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//kernel-qemu
kernel.parameters = androidboot.hardware=goldfish clocksource=pit android.checkjni=1
kernel.newDeviceNaming = no
kernel.supportsYaffs2 = no
disk.ramdisk.path = /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//ramdisk.img
disk.systemPartition.initPath = /home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//system.img
disk.systemPartition.size = 750m
disk.dataPartition.path = /home/lpellegr/.android/avd/screenshots.avd/userdata-qemu.img
disk.dataPartition.size = 550m
avd.name = screenshots
.
QEMU options list:
emulator: argv[00] = "/home/lpellegr/Dev/android-sdk/tools/emulator64-x86"
emulator: argv[01] = "-audio"
emulator: argv[02] = "none"
emulator: argv[03] = "-boot-property"
emulator: argv[04] = "persist.sys.language="
emulator: argv[05] = "-boot-property"
emulator: argv[06] = "persist.sys.country="
emulator: argv[07] = "-enable-kvm"
emulator: argv[08] = "-m"
emulator: argv[09] = "512"
emulator: argv[10] = "-enable-kvm"
emulator: argv[11] = "-android-hw"
emulator: argv[12] = "/home/lpellegr/.android/avd/screenshots.avd/hardware-qemu.ini"
Concatenated QEMU options:
/home/lpellegr/Dev/android-sdk/tools/emulator64-x86 -audio none -boot-property persist.sys.language= -boot-property persist.sys.country= -enable-kvm -m 512 -enable-kvm -android-hw /home/lpellegr/.android/avd/screenshots.avd/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'persist.sys.language' = ''
emulator: Adding boot property: 'persist.sys.country' = ''
emulator: Using kernel serial device prefix: ttyS
emulator: Ramdisk image contains fstab.goldfish file
emulator: Found format of system partition: 'ext4'
emulator: Found format of userdata partition: 'ext4'
emulator: Found format of cache partition: 'ext4'
emulator: system partition format: ext4
emulator: Mapping 'system' partition image to /tmp/android-lpellegr/emulator-kKBSvK
emulator: nand_add_dev: system,size=0x2ee00000,file=/tmp/android-lpellegr/emulator-kKBSvK,initfile=/home/lpellegr/Dev/android-sdk/system-images/android-21/google_apis/x86//system.img,pagesize=512,extrasize=0
emulator: userdata partition format: ext4
emulator: nand_add_dev: userdata,size=0x22600000,file=/home/lpellegr/.android/avd/screenshots.avd/userdata-qemu.img,pagesize=512,extrasize=0
emulator: cache partition format: ext4
emulator: nand_add_dev: cache,size=0x4200000,file=/home/lpellegr/.android/avd/screenshots.avd/cache.img,pagesize=512,extrasize=0
emulator: Adding boot property: 'dalvik.vm.heapsize' = '512m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '640'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'none'
emulator: Initializing hardware OpenGLES emulation support
emulator: Kernel parameters: qemu.gles=0 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 ndns=3
emulator: trying to find: /home/lpellegr/Dev/android-sdk/tools/bios.bin
emulator: trying to find: /home/lpellegr/Dev/android-sdk/tools/lib/pc-bios/bios.bin
emulator: trying to find: /home/lpellegr/Dev/android-sdk/tools/vgabios-cirrus.bin
emulator: trying to find: /home/lpellegr/Dev/android-sdk/tools/lib/pc-bios/vgabios-cirrus.bin
emulator: autoconfig: -scale 0.335953
emulator: emulator window was out of view and was recentered
emulator: Forcing ro.adb.qemud to "0".
emulator: control console listening on port 5554, ADB on port 5555
emulator: sent '0012host:emulator:5555' to ADB server
emulator: ping program: /home/lpellegr/Dev/android-sdk/tools/ddms
emulator: ping command: /home/lpellegr/Dev/android-sdk/tools/ddms ping emulator standalone "NVIDIA Corporation" "GeForce GTX 780 Ti/PCIe/SSE2" "4.5.0 NVIDIA 346.35"
emulator: User-config was not changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment