Dopo aver seguito le istruzioni, impostando anche il verbose mod,ho provato una semplice app di streaming video (TRG) ma non mi fa visualizzare nulla!
Da quel che ho capito è colpa delle drm di intel, ma ho anche installato tutto con la app grafica di intel quindi dovrebbe andare
Altra cosa: sembra che il localhost sia già occupato su quella porta su cui prova ad accedere qemu
Eccovi il log completo dell'applicazione:
Codice: Seleziona tutto
emulator: Read property file at /opt/shashlik/android/system/build.prop
emulator: Cannot find boot properties file: /opt/shashlik/android/boot.prop
emulator: Found target API sdkVersion: 22
emulator: virtual device config file: /opt/shashlik/android/config.ini
emulator: /opt/shashlik/android/config.ini: parsing as .ini file
emulator: 1: KEY='hw.accelerometer' VALUE='no'
emulator: 2: KEY='hw.audioInput' VALUE='yes'
emulator: 3: KEY='hw.battery' VALUE='no'
emulator: 4: KEY='hw.camera.front' VALUE='webcam0'
emulator: 5: KEY='hw.cpu.arch' VALUE='x86'
emulator: 6: KEY='hw.dPad' VALUE='yes'
emulator: 7: KEY='hw.device.hash2' VALUE='MD5:51eca6f314e69554b7d9e81451749a9d'
emulator: 8: KEY='hw.device.manufacturer' VALUE='User'
emulator: 9: KEY='hw.device.name' VALUE='Shahslik'
emulator: 10: KEY='hw.gps' VALUE='no'
emulator: 11: KEY='hw.gpu.enabled' VALUE='yes'
emulator: 12: KEY='hw.keyboard' VALUE='yes'
emulator: 13: KEY='hw.keyboard.lid' VALUE='no'
emulator: 14: KEY='hw.lcd.density' VALUE='160'
emulator: 15: KEY='hw.mainKeys' VALUE='no'
emulator: 16: KEY='hw.ramSize' VALUE='1000'
emulator: 17: KEY='hw.sdCard' VALUE='no'
emulator: 18: KEY='hw.sensors.orientation' VALUE='no'
emulator: 19: KEY='hw.sensors.proximity' VALUE='no'
emulator: 20: KEY='hw.trackBall' VALUE='no'
emulator: 21: KEY='hw.screen' VALUE='multi-touch'
emulator: /opt/shashlik/android/config.ini: parsing finished
emulator: using core hw config path: /opt/shashlik/android/hardware-qemu.ini
emulator: Warning: config.ini contains invalid skin.path entry: (null)
emulator: Probing skin directory: /opt/shashlik/android/skins/HVGA
emulator: ignore bad skin directory /opt/shashlik/android/skins/HVGA
emulator: Probing skin directory: /opt/shashlik/android/development/tools/emulator/skins/HVGA
emulator: ignore bad skin directory /opt/shashlik/android/development/tools/emulator/skins/HVGA
emulator: Probing skin directory: /opt/shashlik/skins/HVGA
emulator: ignore bad skin directory /opt/shashlik/skins/HVGA
emulator: Warning: config.ini contains invalid skin.path entry: (null)
emulator: Probing skin directory: /opt/shashlik/android/skins/HVGA
emulator: ignore bad skin directory /opt/shashlik/android/skins/HVGA
emulator: Probing skin directory: /opt/shashlik/android/development/tools/emulator/skins/HVGA
emulator: ignore bad skin directory /opt/shashlik/android/development/tools/emulator/skins/HVGA
emulator: Probing skin directory: /opt/shashlik/skins/HVGA
emulator: ignore bad skin directory /opt/shashlik/skins/HVGA
emulator: autoconfig: -skindir (null)
emulator: no skin-specific hardware.ini in (null)
emulator: adding binding BUTTON_CALL to F3
emulator: adding binding BUTTON_HANGUP to F4
emulator: adding binding BUTTON_HOME to HOME
emulator: adding binding BUTTON_BACK to ESCAPE
emulator: adding binding BUTTON_MENU to F2
emulator: adding binding BUTTON_MENU to PAGEUP
emulator: adding binding BUTTON_STAR to Shift-F2
emulator: adding binding BUTTON_STAR to PAGEDOWN
emulator: adding binding BUTTON_POWER to F7
emulator: adding binding BUTTON_SEARCH to F5
emulator: adding binding BUTTON_CAMERA to Ctrl-KEYPAD_5
emulator: adding binding BUTTON_CAMERA to Ctrl-F3
emulator: adding binding BUTTON_VOLUME_UP to KEYPAD_PLUS
emulator: adding binding BUTTON_VOLUME_UP to Ctrl-F5
emulator: adding binding BUTTON_VOLUME_DOWN to KEYPAD_MINUS
emulator: adding binding BUTTON_VOLUME_DOWN to Ctrl-F6
emulator: adding binding TOGGLE_NETWORK to F8
emulator: adding binding TOGGLE_TRACING to F9
emulator: adding binding TOGGLE_FULLSCREEN to Alt-ENTER
emulator: adding binding BUTTON_DPAD_CENTER to KEYPAD_5
emulator: adding binding BUTTON_DPAD_UP to KEYPAD_8
emulator: adding binding BUTTON_DPAD_LEFT to KEYPAD_4
emulator: adding binding BUTTON_DPAD_RIGHT to KEYPAD_6
emulator: adding binding BUTTON_DPAD_DOWN to KEYPAD_2
emulator: adding binding TOGGLE_TRACKBALL to F6
emulator: adding binding SHOW_TRACKBALL to DELETE
emulator: adding binding CHANGE_LAYOUT_PREV to KEYPAD_7
emulator: adding binding CHANGE_LAYOUT_PREV to Ctrl-F11
emulator: adding binding CHANGE_LAYOUT_NEXT to KEYPAD_9
emulator: adding binding CHANGE_LAYOUT_NEXT to Ctrl-F12
emulator: adding binding ONION_ALPHA_UP to KEYPAD_MULTIPLY
emulator: adding binding ONION_ALPHA_DOWN to KEYPAD_DIVIDE
emulator: keyset loaded from: /home/md/.android/default.keyset
emulator: /home/md/.android/emulator-user.ini: parsing as .ini file
emulator: 1: KEY='window.x' VALUE='826'
emulator: 2: KEY='window.y' VALUE='152'
emulator: 3: KEY='uuid' VALUE='1487351579781'
emulator: /home/md/.android/emulator-user.ini: parsing finished
emulator: found magic skin width=320 height=480 bpp=16
emulator: Auto-detect: Kernel image requires legacy device naming scheme.
emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
emulator: Using initial system image: /opt/shashlik/android/system.img
emulator: WARNING: system partition size adjusted to match image file (750 MB > 200 MB)
emulator: autoconfig: -initdata /opt/shashlik/android/userdata.img
emulator: WARNING: data partition size adjusted to match image file (750 MB > 200 MB)
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
emulator: <memoryFile>: parsing as .ini file
emulator: <memoryFile>: parsing finished
Content of hardware configuration file:
hw.cpu.arch = x86
hw.cpu.model = qemu32
hw.ramSize = 1536
hw.screen = multi-touch
hw.mainKeys = no
hw.trackBall = no
hw.keyboard = yes
hw.keyboard.lid = no
hw.keyboard.charmap = qwerty2
hw.dPad = yes
hw.gsmModem = yes
hw.gps = no
hw.battery = no
hw.accelerometer = no
hw.audioInput = yes
hw.audioOutput = yes
hw.sdCard = no
disk.cachePartition = yes
disk.cachePartition.size = 66m
hw.lcd.width = 320
hw.lcd.height = 480
hw.lcd.depth = 16
hw.lcd.density = 160
hw.lcd.backlight = yes
hw.gpu.enabled = yes
hw.camera.back = emulated
hw.camera.front = webcam0
vm.heapSize = 48
hw.sensors.proximity = no
hw.sensors.magnetic_field = yes
hw.sensors.orientation = no
hw.sensors.temperature = yes
hw.useext4 = yes
kernel.path = /opt/shashlik/android/kernel-qemu
kernel.parameters = androidboot.hardware=goldfish clocksource=pit android.checkjni=1 androidboot.selinux=disabled
kernel.newDeviceNaming = no
kernel.supportsYaffs2 = no
disk.ramdisk.path = /opt/shashlik/android/ramdisk.img
disk.systemPartition.initPath = /opt/shashlik/android/system.img
disk.systemPartition.size = 750m
disk.dataPartition.path = /home/md/.local/share/shashlik/userdata.img
disk.dataPartition.size = 750m
avd.name = <build>
.
QEMU options list:
emulator: argv[00] = "/opt/shashlik/bin/emulator64-x86"
emulator: argv[01] = "-show-kernel"
emulator: argv[02] = "-enable-kvm"
emulator: argv[03] = "-android-hw"
emulator: argv[04] = "/tmp/android-md/emulator-SquIyW"
Concatenated QEMU options:
/opt/shashlik/bin/emulator64-x86 -show-kernel -enable-kvm -android-hw /tmp/android-md/emulator-SquIyW
setting icon3
setting icon1
setting icon
emulator: android_qemud_init
emulator: Registered QEMUD service boot-properties
emulator: registered 'boot-properties' qemud service
emulator: android_qemud_init
emulator: Registered QEMUD service hw-control
emulator: android_hw_control_init: hw-control qemud handler initialized
emulator: /tmp/android-md/emulator-SquIyW: parsing as .ini file
emulator: 1: KEY='hw.cpu.arch' VALUE='x86'
emulator: 2: KEY='hw.cpu.model' VALUE='qemu32'
emulator: 3: KEY='hw.ramSize' VALUE='1536'
emulator: 4: KEY='hw.screen' VALUE='multi-touch'
emulator: 5: KEY='hw.mainKeys' VALUE='no'
emulator: 6: KEY='hw.trackBall' VALUE='no'
emulator: 7: KEY='hw.keyboard' VALUE='yes'
emulator: 8: KEY='hw.keyboard.lid' VALUE='no'
emulator: 9: KEY='hw.keyboard.charmap' VALUE='qwerty2'
emulator: 10: KEY='hw.dPad' VALUE='yes'
emulator: 11: KEY='hw.gsmModem' VALUE='yes'
emulator: 12: KEY='hw.gps' VALUE='no'
emulator: 13: KEY='hw.battery' VALUE='no'
emulator: 14: KEY='hw.accelerometer' VALUE='no'
emulator: 15: KEY='hw.audioInput' VALUE='yes'
emulator: 16: KEY='hw.audioOutput' VALUE='yes'
emulator: 17: KEY='hw.sdCard' VALUE='no'
emulator: 18: KEY='disk.cachePartition' VALUE='yes'
emulator: 19: KEY='disk.cachePartition.size' VALUE='66m'
emulator: 20: KEY='hw.lcd.width' VALUE='320'
emulator: 21: KEY='hw.lcd.height' VALUE='480'
emulator: 22: KEY='hw.lcd.depth' VALUE='16'
emulator: 23: KEY='hw.lcd.density' VALUE='160'
emulator: 24: KEY='hw.lcd.backlight' VALUE='yes'
emulator: 25: KEY='hw.gpu.enabled' VALUE='yes'
emulator: 26: KEY='hw.camera.back' VALUE='emulated'
emulator: 27: KEY='hw.camera.front' VALUE='webcam0'
emulator: 28: KEY='vm.heapSize' VALUE='48'
emulator: 29: KEY='hw.sensors.proximity' VALUE='no'
emulator: 30: KEY='hw.sensors.magnetic_field' VALUE='yes'
emulator: 31: KEY='hw.sensors.orientation' VALUE='no'
emulator: 32: KEY='hw.sensors.temperature' VALUE='yes'
emulator: 33: KEY='hw.useext4' VALUE='yes'
emulator: 34: KEY='kernel.path' VALUE='/opt/shashlik/android/kernel-qemu'
emulator: 35: KEY='kernel.parameters' VALUE='androidboot.hardware=goldfish clocksource=pit android.checkjni=1 androidboot.selinux=disabled'
emulator: 36: KEY='kernel.newDeviceNaming' VALUE='no'
emulator: 37: KEY='kernel.supportsYaffs2' VALUE='no'
emulator: 38: KEY='disk.ramdisk.path' VALUE='/opt/shashlik/android/ramdisk.img'
emulator: 39: KEY='disk.systemPartition.initPath' VALUE='/opt/shashlik/android/system.img'
emulator: 40: KEY='disk.systemPartition.size' VALUE='750m'
emulator: 41: KEY='disk.dataPartition.path' VALUE='/home/md/.local/share/shashlik/userdata.img'
emulator: 42: KEY='disk.dataPartition.size' VALUE='750m'
emulator: 43: KEY='avd.name' VALUE='<build>'
emulator: /tmp/android-md/emulator-SquIyW: parsing finished
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-md/emulator-NBHZgj
emulator: nand_add_dev: system,size=0x2ee00000,file=/tmp/android-md/emulator-NBHZgj,initfile=/opt/shashlik/android/system.img,pagesize=512,extrasize=0
emulator: userdata partition format: ext4
emulator: Creating empty userdata partition image at: /home/md/.local/share/shashlik/userdata.img
Creating filesystem with parameters:
Size: 786432000
Block size: 4096
Blocks per group: 32768
Inodes per group: 8000
Inode size: 256
Journal blocks: 3000
Label:
Blocks: 192000
Block groups: 6
Reserved block group size: 47
Created filesystem with 11/48000 inodes and 6211/192000 blocks
emulator: nand_add_dev: userdata,size=0x2ee00000,file=/home/md/.local/share/shashlik/userdata.img,pagesize=512,extrasize=0
emulator: cache partition format: ext4
emulator: Mapping 'cache' partition image to /tmp/android-md/emulator-agNkl4
emulator: Creating empty cache partition image at: /tmp/android-md/emulator-agNkl4
Creating filesystem with parameters:
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
emulator: nand_add_dev: cache,size=0x4200000,file=/tmp/android-md/emulator-agNkl4,pagesize=512,extrasize=0
emulator: android_qemud_init
emulator: Registered QEMUD service boot-properties
emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '160'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
emulator: android_qemud_init
emulator: Registered QEMUD service gsm
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back'
emulator: Camera 0 'webcam0' connected to '/dev/video0' facing front using YUYV pixel format
emulator: android_qemud_init
emulator: Registered QEMUD service camera
emulator: android_camera_service_init: Registered 'camera' qemud service
emulator: IP address of your DNS(s): 127.0.0.1
emulator: Initializing hardware OpenGLES emulation support
emulator: Kernel parameters: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 androidboot.selinux=disabled ndns=1
emulator: trying to find: /opt/shashlik/bin/bios.bin
emulator: trying to find: /opt/shashlik/bin/vgabios-cirrus.bin
emulator: qpa_audio_init: entering
emulator: qpa_audio_init: exiting
emulator: autoconfig: -scale 1
emulator: android_qemud_init
emulator: Registered QEMUD service sensors
emulator: android_hw_sensors_init: sensors qemud service initialized
serial0 console
emulator: Found ro.adb.qemud build property: 1
emulator: ADB server has been initialized for port 5555. Socket: 30
emulator: android_qemud_init
emulator: Registered QEMUD service adb
emulator: android_adb_service_init: Registered 'adb' qemud service
emulator: android_qemud_init
emulator: Registered QEMUD service adb-debug
emulator: Registered 'adb-debug' qemud service
emulator: control console listening on port 5554, ADB on port 5555
emulator: could not connect client socket to 127.0.0.1:5037: Connection refused
emulator: can't connect to ADB server: Connection refused
emulator: ping program: /opt/shashlik/bin/ddms
emulator: ping command: /opt/shashlik/bin/ddms ping emulator standalone "Intel Open Source Technology Center" "Mesa DRI Intel(R) Sandybridge Mobile " "3.0 Mesa 12.0.6"
emulator: Error while connecting to socket '127.0.0.1:1970': 111 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 29
emulator: Error while connecting to socket '127.0.0.1:1970': 111 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 27
emulator: Error while connecting to socket '127.0.0.1:1970': 111 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 29
emulator: Error while connecting to socket '127.0.0.1:1970': 111 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 27
goldfish_fb_get_pixel_format:169: display surface,pixel format:
bits/pixel: 16
bytes/pixel: 2
depth: 16
red: bits=5 mask=0xf800 shift=11 max=0x1f
green: bits=6 mask=0x7e0 shift=5 max=0x3f
blue: bits=5 mask=0x1f shift=0 max=0x1f
alpha: bits=0 mask=0x0 shift=0 max=0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.67+ (digit@tyrion.par.corp.google.com) (gcc version 4.8 (GCC) ) #3 PREEMPT Tue Sep 16 19:46:22 CEST 2014
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000005fff0000 (usable)
[ 0.000000] BIOS-e820: 000000005fff0000 - 0000000060000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] last_pfn = 0x5fff0 max_arch_pfn = 0x100000
[ 0.000000] Warning only 895MB will be used.
[ 0.000000] Use a HIGHMEM enabled kernel.
[ 0.000000] init_memory_mapping: 0000000000000000-0000000037fe1000
[ 0.000000] RAMDISK: 5fefe000 - 5fff0000
[ 0.000000] Allocated new RAMDISK: 37eef000 - 37fe0344
[ 0.000000] Move RAMDISK from 000000005fefe000 - 000000005ffef343 to 37eef000 - 37fe0343
[ 0.000000] ACPI Error: A valid RSDP was not found (20120320/tbxfroot-219)
[ 0.000000] 895MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37fe1000
[ 0.000000] low ram: 0 - 37fe1000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00037fe1
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0005fff0
[ 0.000000] Allocating PCI resources starting at 60000000 (gap: 60000000:9ffc0000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227440
[ 0.000000] Kernel command line: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 androidboot.selinux=disabled ndns=1
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Memory: 899464k/917380k available (4590k kernel code, 17464k reserved, 2136k data, 312k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfffe3000 - 0xfffff000 ( 112 kB)
[ 0.000000] vmalloc : 0xf87e1000 - 0xfffe1000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7fe1000 ( 895 MB)
[ 0.000000] .init : 0xc0892000 - 0xc08e0000 ( 312 kB)
[ 0.000000] .data : 0xc067b9f7 - 0xc0891d00 (2136 kB)
[ 0.000000] .text : 0xc0200000 - 0xc067b9f7 (4590 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1995.402 MHz processor.
[ 0.010001] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.80 BogoMIPS (lpj=19954020)
[ 0.010004] pid_max: default: 32768 minimum: 301
[ 0.010027] Security Framework initialized
[ 0.010029] SELinux: Initializing.
[ 0.010044] Mount-cache hash table entries: 512
[ 0.010169] Initializing cgroup subsys debug
[ 0.010171] Initializing cgroup subsys cpuacct
[ 0.010173] Initializing cgroup subsys freezer
[ 0.010214] CPU: Intel Pentium II (Klamath) stepping 03
[ 0.010371] Performance Events: Broken PMU hardware detected, using software events only.
[ 0.010813] NET: Registered protocol family 16
[ 0.011414] PCI: PCI BIOS revision 2.10 entry at 0xfb3c0, last bus=0
[ 0.011416] PCI: Using configuration type 1 for base access
[ 0.015554] bio: create slab <bio-0> at 0
[ 0.015614] ACPI: Interpreter disabled.
[ 0.015672] vgaarb: loaded
[ 0.015764] SCSI subsystem initialized
[ 0.015922] usbcore: registered new interface driver usbfs
[ 0.015945] usbcore: registered new interface driver hub
[ 0.015967] usbcore: registered new device driver usb
[ 0.016091] PCI: Probing PCI hardware
[ 0.016119] PCI host bridge to bus 0000:00
[ 0.016122] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.016123] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.017025] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[ 0.017278] cfg80211: Calling CRDA to update world regulatory domain
[ 0.017393] NetLabel: Initializing
[ 0.017394] NetLabel: domain hash size = 128
[ 0.017395] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.017404] NetLabel: unlabeled traffic allowed by default
[ 0.017534] Switching to clocksource pit
[ 0.017534] pnp: PnP ACPI: disabled
[ 0.017534] NET: Registered protocol family 2
[ 0.017534] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.017534] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.017534] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.017534] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.017534] TCP: reno registered
[ 0.017534] UDP hash table entries: 512 (order: 1, 8192 bytes)
[ 0.017534] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[ 0.017534] NET: Registered protocol family 1
[ 0.017534] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.017534] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.017534] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.017534] Trying to unpack rootfs image as initramfs...
[ 0.039277] Freeing initrd memory: 968k freed
[ 0.039599] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.040315] goldfish_new_pdev goldfish_device_bus at ff001000 irq 4
[ 0.040343] goldfish_new_pdev goldfish-battery at ff010000 irq 5
[ 0.040366] goldfish_new_pdev goldfish_nand at ff011000 irq -1
[ 0.040392] goldfish_new_pdev qemu_pipe at ff012000 irq 6
[ 0.040417] goldfish_new_pdev goldfish_tty at ff014000 irq 7
[ 0.040442] goldfish_new_pdev goldfish_tty at ff015000 irq 9
[ 0.040467] goldfish_new_pdev goldfish_fb at ff016000 irq 10
[ 0.040493] goldfish_new_pdev goldfish_events at ff017000 irq 3
[ 0.040518] goldfish_new_pdev goldfish_audio at ff004000 irq 11
[ 0.040647] goldfish_pdev_worker registered goldfish_device_bus
[ 0.040735] goldfish_pdev_worker registered goldfish-battery
[ 0.040814] goldfish_pdev_worker registered goldfish_nand
[ 0.040890] goldfish_pdev_worker registered qemu_pipe
[ 0.040976] audit: initializing netlink socket (disabled)
[ 0.040985] type=2000 audit(1488381388.030:1): initialized
[ 0.052046] goldfish_pdev_worker registered goldfish_tty
[ 0.052121] goldfish_pdev_worker registered goldfish_tty
[ 0.052167] goldfish_pdev_worker registered goldfish_fb
[ 0.052212] goldfish_pdev_worker registered goldfish_events
[ 0.052258] goldfish_pdev_worker registered goldfish_audio
[ 0.060086] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.063445] VFS: Disk quotas dquot_6.5.2
[ 0.063501] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.064247] fuse init (API version 7.18)
[ 0.064399] msgmni has been set to 1758
[ 0.064907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.064909] io scheduler noop registered
[ 0.064911] io scheduler deadline registered
[ 0.064915] io scheduler cfq registered (default)
[ 0.065010] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.065084] goldfish_fb goldfish_fb.0: no framebuffer memblock
[ 0.065404] allocating frame buffer 320 * 480, got f6a00000
[ 0.066022] Non-volatile memory driver v1.3
[ 0.068032] console [ttyS0] enabled
[ 0.068193] Linux agpgart interface v0.103
[ 0.068430] [drm] Initialized drm 1.1.0 20060810
[ 0.068456] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
[ 0.070209] brd: module loaded
[ 0.071139] loop: module loaded
[ 0.071170] goldfish_audio_probe
emulator: goldfish_audio_write: AUDIO_SET_WRITE_BUFFER_1 36b70000
emulator: goldfish_audio_write: AUDIO_SET_WRITE_BUFFER_2 36b74000
emulator: goldfish_audio_read: AUDIO_READ_SUPPORTED returns 1
emulator: goldfish_audio_write: AUDIO_SET_READ_BUFFER 36b78000
[ 0.071505] Loading iSCSI transport class v2.0-870.
[ 0.072657] goldfish nand dev0: size 2ee00000, page 512, extra 0, erase 32768
[ 0.073046] goldfish nand dev1: size 2ee00000, page 512, extra 0, erase 32768
[ 0.073394] goldfish nand dev2: size 4200000, page 512, extra 0, erase 32768
[ 0.073787] tun: Universal TUN/TAP device driver, 1.6
[ 0.073809] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.073887] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
[ 0.073936] ne2k-pci 0000:00:02.0: found PCI INT A -> IRQ 9
[ 0.074255] eth0: RealTek RTL-8029 found at 0xc000, IRQ 9, 52:54:00:12:34:56.
[ 0.074400] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 0.074421] e100: Copyright(c) 1999-2006 Intel Corporation
[ 0.074479] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 0.074499] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.074558] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
[ 0.074578] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[ 0.074638] sky2: driver version 1.30
[ 0.074968] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.075049] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.075117] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.075226] usbcore: registered new interface driver usblp
[ 0.075246] Initializing USB Mass Storage driver...
[ 0.075304] usbcore: registered new interface driver usb-storage
[ 0.075324] USB Mass Storage support registered.
[ 0.075382] usbcore: registered new interface driver libusual
[ 0.075445] mousedev: PS/2 mouse device common for all mice
[ 0.075469] *** events probe ***
[ 0.075489] events_probe() addr=0xf87fa000 irq=3
[ 0.075536] events_probe() keymap=qwerty2
[ 0.075995] input: qwerty2 as /devices/virtual/input/input0
[ 0.076335] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 0.076385] rtc0: alarms up to one day, 114 bytes nvram
[ 0.077010] device-mapper: uevent: version 1.0.3
[ 0.077134] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 0.077233] cpuidle: using governor ladder
[ 0.077252] cpuidle: using governor menu
[ 0.078212] usbcore: registered new interface driver usbhid
[ 0.078235] usbhid: USB HID core driver
[ 0.078375] ashmem: initialized
[ 0.078438] logger: created 256K log 'log_main'
[ 0.078502] logger: created 256K log 'log_events'
[ 0.078565] logger: created 256K log 'log_radio'
[ 0.078628] logger: created 256K log 'log_system'
[ 0.078762] Netfilter messages via NETLINK v0.30.
[ 0.078791] nf_conntrack version 0.5.0 (14069 buckets, 56276 max)
[ 0.078925] ctnetlink v0.93: registering with nfnetlink.
[ 0.079072] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.079117] TCP: cubic registered
[ 0.079402] NET: Registered protocol family 10
[ 0.079887] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 0.079940] IPv6 over IPv4 tunneling driver
[ 0.080127] NET: Registered protocol family 17
[ 0.080154] NET: Registered protocol family 15
[ 0.080431] registered taskstats version 1
[ 0.080519] console [netcon0] enabled
[ 0.080540] netconsole: network logging started
[ 0.080628] Freeing unused kernel memory: 312k freed
[ 0.080739] Write protecting the kernel text: 4592k
[ 0.080775] Write protecting the kernel read-only data: 1812k
[ 0.122200] init: /dev/hw_random not found
[ 0.125469] init: /dev/hw_random not found
[ 0.125614] init: bootcharting ignored
[ 0.128354] EXT4-fs (mtdblock0): mounted filesystem with ordered data mode. Opts: barrier=1
[ 0.128401] fs_mgr: __mount(source=/dev/block/mtdblock0,target=/system,type=ext4)=0
[ 0.130773] EXT4-fs (mtdblock1): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 0.130981] fs_mgr: check_fs(): mount(/dev/block/mtdblock1,/data,ext4)=0
[ 0.132275] fs_mgr: Running /system/bin/e2fsck on /dev/block/mtdblock1
[ 0.163199] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 0.163248] e2fsck: ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap
[ 0.163272] e2fsck: /system/bin/e2fsck: Group descriptors look bad... trying backup blocks...
[ 0.163292] e2fsck: Backing up journal inode block information.
[ 0.163310] e2fsck:
[ 0.163328] e2fsck: Setting free inodes count to 47989 (was 0)
[ 0.163346] e2fsck: Setting free blocks count to 185789 (was 0)
[ 0.163365] e2fsck: /dev/block/mtdblock1: clean, 11/48000 files, 6211/192000 blocks
[ 0.165328] EXT4-fs (mtdblock1): mounted filesystem with ordered data mode. Opts: barrier=1,nomblk_io_submit
[ 0.165361] fs_mgr: __mount(source=/dev/block/mtdblock1,target=/data,type=ext4)=0
[ 0.167428] EXT4-fs (mtdblock2): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 0.167481] fs_mgr: check_fs(): mount(/dev/block/mtdblock2,/cache,ext4)=0
[ 0.172036] fs_mgr: Running /system/bin/e2fsck on /dev/block/mtdblock2
[ 0.181905] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 0.181948] e2fsck: /dev/block/mtdblock2: clean, 11/4224 files, 1302/16896 blocks
[ 0.184085] EXT4-fs (mtdblock2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.184142] fs_mgr: __mount(source=/dev/block/mtdblock2,target=/cache,type=ext4)=0
[ 0.189699] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
[ 0.190288] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
emulator: Connecting ADB debugging guest: '<null>'
emulator: qemud_service_connect_client: registered client channel -1 for 'adb-debug' service
emulator: Connecting ADB guest: '5555'
emulator: qemud_service_connect_client: registered client channel -1 for 'adb' service
emulator: _qemudPipe_sendBuffers: accept
emulator: ADB client 0x510a4b0(o=(nil)) received from guest 6 bytes in accept
emulator: Pend ADB guest 0x50c4b20(o=0x510a4b0)
emulator: _qemudPipe_wakeOn: -> 2
[ 0.204509] binder: 917:917 transaction failed 29189, size 0-0
emulator: qemud_service_connect_client: registered client channel -1 for 'boot-properties' service
emulator: _qemudPipe_sendBuffers: 0004
emulator: _qemudPipe_sendBuffers: list
emulator: _qemud_pipe_send: len= 22 'dalvik.vm.heapsize=48m'
emulator: _qemud_pipe_send: len= 23 'qemu.sf.lcd_density=160'
emulator: _qemud_pipe_send: len= 18 'qemu.hw.mainkeys=0'
emulator: _qemud_pipe_send: len= 24 'qemu.sf.fake_camera=back'
emulator: _qemud_pipe_send: len= 1 '\x00'
emulator: _qemudPipe_recvBuffers: -> 4 (of 4)
emulator: _qemudPipe_recvBuffers: -> 22 (of 22)
emulator: _qemudPipe_recvBuffers: -> 4 (of 4)
emulator: _qemudPipe_recvBuffers: -> 23 (of 23)
emulator: _qemudPipe_recvBuffers: -> 4 (of 4)
emulator: _qemudPipe_recvBuffers: -> 18 (of 18)
emulator: _qemudPipe_recvBuffers: -> 4 (of 4)
emulator: _qemudPipe_recvBuffers: -> 24 (of 24)
emulator: _qemudPipe_recvBuffers: -> 4 (of 4)
emulator: _qemudPipe_recvBuffers: -> 1 (of 1)
emulator: _qemudPipe_closeFromGuest
Sapete darmi qualche dritta?
