Thank you for your answer. i just need to compile a rom for goldfish and 
run it like 

-emualtor -avd <avdname> -system <outputSystemImage> -kernel <outputKernel> 
-ramdisk .. or whatever.




3 Şubat 2015 Salı 22:04:55 UTC+2 tarihinde Glenn Kasten yazdı:
>
> You can't combine components from different build targets.
> For the emulator, you need to build with lunch for goldfish, and use only 
> images from that build.
>
> On Tuesday, February 3, 2015 at 8:24:00 AM UTC-8, [email protected] wrote:
>>
>> Hi everyone just im newbie of google groups and android systems. Sorry 
>> for my english
>>
>> Im just try to run a custom rom on emulator and i take samsung galaxy s3 
>> rom contains
>>
>> -boot.img
>> -recovery.img 
>> -system.img.ext4
>>
>> and i built a goldfish_armv7(3.4 version from git) kernel successfully 
>> named zImage. this image working perfect with sdk images (4.4.2 , 4.2.2)
>>
>> when i give this command;
>>
>>  emulator -avd killer442 -system /home/sfk/Downloads/system.img.ext4 
>> -kernel /home/sfk/goldfish/arch/arm/boot/zImage 
>>    or
>>  emulator -avd killer442 -system /home/sfk/Downloads/system.img.ext4 
>> -kernel /home/sfk/goldfish/arch/arm/boot/zImage -gpu off
>>
>> logcat gives me the log in file. How can i solve this problem. If i 
>> compile this rom from source with editing build.prop for emulator can i run 
>> it on emulator ? or any idea or theory ?
>>
>> thank you.
>>
>> 02-03 13:16:47.960: I/DEBUG(42): !@dumpstate -k -t -z -d -o 
>> /data/log/dumpstate_app_native -m 44
>> 02-03 13:16:48.110: E/dumpstate(92): Cannot get free space size. So, skip 
>> dumpstate.
>> 02-03 13:16:50.280: E/installd(99): Could not create directories; exiting.
>> 02-03 13:16:50.320: E/keystore(100): chdir: /data/misc/keystore: No such 
>> file or directory
>> 02-03 13:16:51.200: E/SurfaceFlinger(96): ro.sf.lcd_density must be 
>> defined as a build property
>> 02-03 13:16:51.260: E/dalvikvm(97): /system/framework/android.policy.jar 
>> odex has stale dependencies
>> 02-03 13:16:51.260: E/dalvikvm(97): /system/framework/services.jar odex 
>> has stale dependencies
>> 02-03 13:16:51.260: E/dalvikvm(97): /system/framework/apache-xml.jar odex 
>> has stale dependencies
>> 02-03 13:16:51.280: I/Adreno(96): open(/dev/kgsl-3d0) failed: errno 2. No 
>> such file or directory
>> 02-03 13:16:51.320: W/libEGL(96): eglInitialize(0x1) failed (EGL_SUCCESS)
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): <qeglDrvAPI_eglGetConfigs:403>: 
>> EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): <qeglDrvAPI_eglGetConfigs:403>: 
>> EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglChooseConfig:571>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/SurfaceFlinger(96): couldn't find an EGLConfig 
>> matching the screen format
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglGetConfigAttrib:457>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglGetConfigAttrib:457>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglGetConfigAttrib:457>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglGetConfigAttrib:457>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglGetConfigAttrib:457>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglGetConfigAttrib:457>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglCreateWindowSurface:901>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/libEGL(96): eglQuerySurface:350 error 300d 
>> (EGL_BAD_SURFACE)
>> 02-03 13:16:51.320: E/libEGL(96): eglQuerySurface:350 error 300d 
>> (EGL_BAD_SURFACE)
>> 02-03 13:16:51.320: E/Adreno200-EGL(96): 
>> <qeglDrvAPI_eglCreateContext:2157>: EGL_NOT_INITIALIZED
>> 02-03 13:16:51.320: E/libEGL(96): call to OpenGL ES API with no current 
>> context (logged once per thread)
>> 02-03 13:16:51.320: A/libc(96): Fatal signal 11 (SIGSEGV) at 0x00000000 
>> (code=1), thread 111 (SurfaceFlinger)
>> 02-03 13:16:51.420: I/DEBUG(42): failed to open tombstone file 
>> '/data/tombstones/tombstone_00': No such file or directory
>>
>>

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to