[DEV] Porting 3.4 kernel. - Streak 5 Android Development

ITT: hunderteins doing wonders working on kernel.
No troll.
Chance appeared.
OK.
What do we have to start with:
Current (kibuuka's) camera implementation is in using camera wrapper / HAL that provides HAL functions, bridging them to libcamera.so
Unfortunately, libcamera uses three overlay functions, used to be in libui in Gingerbread.
Now they are in liboverlay.so (and two haven't exact analogs).
My thoughts:
Does liboverlay actually work?
Can we simply add/replace needed functions -
overlay:: Overlay::setFd(int) _ZN7overlay7Overlay5setFdEi - new impl uses second channel parameter.
overlay:: Overlay::setCrop(unsigned int, unsigned int, unsigned int, unsigned int) _ZN7overlay7Overlay7setCropEjjjj - present as is.
overlay:: Overlay::queueBuffer(void *) _ZN7overlay7Overlay11queueBufferEPv - dunno.
So far: i've made a simple hacks to liboverlay and libcamera - wrappers loads fine.
But on Camera init if fails (seems like on wrapper init):
Code:
I/CameraService( 117): Opening camera 0
D/CameraHAL( 117): qcamera_device_open: name:0 device:0x153e4 cameraId:0
F/libc ( 117): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
I/Process ( 184): Sending signal. PID: 653 SIG: 3
I/dalvikvm( 653): threadid=3: reacting to signal 3
I/dalvikvm( 653): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 250): GC_CONCURRENT freed 285K, 27% free 10229K/13959K, paused 7ms+14ms
D/dalvikvm( 653): GC_CONCURRENT freed 206K, 4% free 9376K/9671K, paused 4ms+11ms
D/dalvikvm( 653): GC_FOR_ALLOC freed 21K, 3% free 9768K/10055K, paused 20ms
I/DEBUG ( 111): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 111): Build fingerprint: 'dell/dell_streak/streak:4.0.4/IMM76L/eng.den.20120711.230916:eng/test-keys'
I/DEBUG ( 111): pid: 117, tid: 117 >>> /system/bin/mediaserver <<<
I/DEBUG ( 111): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 111): r0 00000000 r1 40f463b0 r2 ffffff54 r3 ffffff58
I/DEBUG ( 111): r4 40f4622c r5 405aa4b1 r6 beb2c9dc r7 00000000
I/DEBUG ( 111): r8 0000028d r9 beb2caa4 10 beb2c9f0 fp 40f462e8
I/DEBUG ( 111): ip ffffff50 sp beb2c970 lr ffffff48 pc 40f44322 cpsr 40000030
I/DEBUG ( 111): d0 496172656d616320 d1 0076007200650035
I/DEBUG ( 111): d2 0065007200610033 d3 0061004300490065
I/DEBUG ( 111): d4 0069007300730069 d5 006f0043006e006f
I/DEBUG ( 111): d6 006f00720074006e d7 00720065006c006c
I/DEBUG ( 111): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 111): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 111): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 111): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 111): d16 0000000000000000 d17 3fefae147ae147ae
I/DEBUG ( 111): d18 4000000000000000 d19 3fcce748f8ed8687
I/DEBUG ( 111): d20 3f11504c209ef562 d21 bebbb370fb6f0b05
I/DEBUG ( 111): d22 3ff0000000000000 d23 3ff43d16aee00482
I/DEBUG ( 111): d24 3e66376972bea4d0 d25 0000000000000000
I/DEBUG ( 111): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 111): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 111): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 111): scr 20000010
I/DEBUG ( 111):
D/dalvikvm( 653): GC_CONCURRENT freed 15K, 2% free 10233K/10439K, paused 2ms+15ms
I/DEBUG ( 111): #00 pc 00002322 /system/lib/hw/camera.streak.so (_Z21qcamera_set_callbacksP13camera_devicePFviiiPvEPFviPK13camera_memoryjP21camera_frame_metadataS1_EPFvxiS6_jS1_EPFPS4_ijjS1_ES1_)
I/DEBUG ( 111): #01 pc 0000a84a /system/lib/libcameraservice.so (_ZN7android13CameraService6ClientC1ERKNS_2spIS0_EERKNS2_INS_13ICameraClientEEERKNS2_INS_23CameraHardwareInterfaceEEEiii)
I/DEBUG ( 111): #02 pc 0000aba6 /system/lib/libcameraservice.so (_ZN7android13CameraService7connectERKNS_2spINS_13ICameraClientEEEi)
I/DEBUG ( 111): #03 pc 000174b6 /system/lib/libcamera_client.so (_ZN7android15BnCameraService10onTransactEjRKNS_6ParcelEPS1_j)
I/DEBUG ( 111): #04 pc 00008d62 /system/lib/libcameraservice.so (_ZN7android13CameraService10onTransactEjRKNS_6ParcelEPS1_j)
I/DEBUG ( 111): #05 pc 00017ec0 /system/lib/libbinder.so (_ZN7android7BBinder8transactEjRKNS_6ParcelEPS1_j)
I/DEBUG ( 111): #06 pc 0001b1ea /system/lib/libbinder.so (_ZN7android14IPCThreadState14executeCommandEi)
I/DEBUG ( 111): #07 pc 0001b3c6 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb)
I/DEBUG ( 111): #08 pc 00008a96 /system/bin/mediaserver
I/DEBUG ( 111): #09 pc 00016524 /system/lib/libc.so (__libc_init)
I/DEBUG ( 111):
I/DEBUG ( 111): code around pc:
I/DEBUG ( 111): 40f44300 58216029 9d064811 f854600a 5821200c )`!X.H...`T.. !X
I/DEBUG ( 111): 40f44310 c03cf8df f8546013 6808300e 601d4a0d ..<..`T..0.h.J.`
I/DEBUG ( 111): 40f44320 68054b0d 58e358a1 200cf854 94009c07 .K.h.X.XT.. ....
I/DEBUG ( 111): 40f44330 47a0692c bf00bd3e 00001f38 ffffff3c ,i.G>...8...<...
I/DEBUG ( 111): 40f44340 ffffff40 ffffff44 ffffff48 ffffff4c @...D...H...L...
I/DEBUG ( 111):
I/DEBUG ( 111): code around lr:
I/DEBUG ( 111): ffffff28 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 111): ffffff38 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 111): ffffff48 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 111): ffffff58 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 111): ffffff68 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 111):
I/DEBUG ( 111): stack:
I/DEBUG ( 111): beb2c930 000224e0 [heap]
I/DEBUG ( 111): beb2c934 4008b498
I/DEBUG ( 111): beb2c938 405abe48 /system/lib/libcameraservice.so
I/DEBUG ( 111): beb2c93c 40057a1d /system/lib/libc.so
I/DEBUG ( 111): beb2c940 000224e0 [heap]
I/DEBUG ( 111): beb2c944 4008b4a8
I/DEBUG ( 111): beb2c948 00013758 [heap]
I/DEBUG ( 111): beb2c94c 000137a4 [heap]
I/DEBUG ( 111): beb2c950 405ae194 /system/lib/libcameraservice.so
I/DEBUG ( 111): beb2c954 beb2c9dc [stack]
I/DEBUG ( 111): beb2c958 00014ad0 [heap]
I/DEBUG ( 111): beb2c95c 000153e0 [heap]
I/DEBUG ( 111): beb2c960 00014ad0 [heap]
I/DEBUG ( 111): beb2c964 000153e0 [heap]
I/DEBUG ( 111): beb2c968 df0027ad
I/DEBUG ( 111): beb2c96c 00000000
I/DEBUG ( 111): #00 beb2c970 00014710 [heap]
I/DEBUG ( 111): beb2c974 405a8571 /system/lib/libcameraservice.so
I/DEBUG ( 111): beb2c978 405a9031 /system/lib/libcameraservice.so
I/DEBUG ( 111): beb2c97c 00013758 [heap]
I/DEBUG ( 111): beb2c980 40f442e9 /system/lib/hw/camera.streak.so
I/DEBUG ( 111): beb2c984 405ab84d /system/lib/libcameraservice.so
I/DEBUG ( 111): #01 beb2c988 405aa4b1 /system/lib/libcameraservice.so
I/DEBUG ( 111): beb2c98c 000153e0 [heap]
I/DEBUG ( 111): beb2c990 00013758 [heap]
I/DEBUG ( 111): beb2c994 00000000
I/DEBUG ( 111): beb2c998 0000fd88 [heap]
I/DEBUG ( 111): beb2c99c beb2ca90 [stack]
I/DEBUG ( 111): beb2c9a0 0000028d
I/DEBUG ( 111): beb2c9a4 405ae194 /system/lib/libcameraservice.so
I/DEBUG ( 111): beb2c9a8 beb2c9dc [stack]
I/DEBUG ( 111): beb2c9ac 405abbab /system/lib/libcameraservice.so
In attach:
libcamera.so (libui reference changed to libov.so, android:: Overlay changed to overlay:: Overlay) and libov.so (quickly built liboverlay variant)
Useful only if you want to debug the issue further.

This libcamera2
https://github.com/Dorregaray/libcamera2
uses the very same Overlay functions. Anyone willing to rewrite?

Some light on ICS camera implementation:
http://marakana.com/static/courseware/android/Aptina-Android-Camera-Internals.pdf

http://forum.xda-developers.com/showthread.php?t=1379368
Looks like this is the only patch we can take.
--
In attach - built lib (/system/lib/hw)
To avoid init error in Camera - do a
chmod -R 666 /dev/msm_camera/*
--
Doesn't work now - but hey, it at least doesn't die

@all the streakers , where are your thanks, don't you see what's going on over here, thank the guy a thousand times.
Thank you , n0p

Need more explanation!
_n0p_ said:
http://forum.xda-developers.com/showthread.php?t=1379368
Looks like this is the only patch we can take.
--
In attach - built lib (/system/lib/hw)
To avoid init error in Camera - do a
chmod -R 666 /dev/msm_camera/*
--
Doesn't work now - but hey, it at least doesn't die
Click to expand...
Click to collapse
I do not really understand this problem! You can add is not clear? camera.streak.zip for any rom? Does the [ROM] [Early pre-alpha] AOSP ICS 4.0.4_r2.1 for DS5.
Thank!

This camera.streak.so is just a quickly built HAL/wrapper for liboemcamera.
Now it only shows blank screen, but it at least:
Allows camera app to work.
Correctly loads our liboemcamera.
Eliminates need of intermidiate libcamera.so.
I hope i'll be able to make it at least shoot, taking sources from old CAF camera libraries.
Too bad I don't have much time, and most important, abilities for that, so the process will be slow.
Other path we could take - fully reimplementing camera support by using kernel msm camera sources as base, but I doubt that I can handle this much of R&D work.

Does it useful for us?
http://forum.xda-developers.com/showthread.php?t=1448303
Or this:
http://www.spinics.net/lists/linux-media/msg51836.html
http://www.spinics.net/lists/linux-omap/msg69649.html
http://www.spinics.net/lists/linux-media/msg37279.html

Thank you! First one is a very nice piece of work!

_n0p_ said:
Thank you! First one is a very nice piece of work!
Click to expand...
Click to collapse
All the thanks to me are belong to you Sergei; you are the man!
---------- Post added at 01:09 PM ---------- Previous post was at 01:02 PM ----------
I have seen another camera development for ics one month ago and the dev wrote that,it can work on ds5 but i forgot the link.
It was on xda too.
The dev have been released a flashable zip which includes all the files required to work camera on ics.

Possible cam issue solution
The link below contains some information about ov5642 and ov 5640 cameras.
The person is a android developer, maybe we can get help from him.
http://cn.linkedin.com/pub/lu-wei/37/602/484

sinan33 said:
All the thanks to me are belong to you Sergei; you are the man!
---------- Post added at 01:09 PM ---------- Previous post was at 01:02 PM ----------
I have seen another camera development for ics one month ago and the dev wrote that,it can work on ds5 but i forgot the link.
It was on xda too.
The dev have been released a flashable zip which includes all the files required to work camera on ics.
Click to expand...
Click to collapse
First link you posted is very valuable. Dunno if it could be directly reused, but patches actually should solve the exact problems we have with our libcamera (overlay libui functions). I will try to apply patches and build libs asap.

We are waiting your great news about ICS progress, n0p. Dont hesitate to let us know if you need any help from us.

Todays log:
Code:
D/CameraHAL( 1274): CameraHAL_GetNum_Cameras: loading libcamera at 0xb000e8a8
I/CameraService( 1274): Opening camera 0
D/CameraHAL( 1274): qcamera_device_open: name:0 device:0x13b64 cameraId:0
D/CameraHAL( 1274): loading libcamera at 0xb000e8a8
D/QualcommCameraHardware( 1274): openDualCamera: E
D/QualcommCameraHardware( 1274): openDualCamera: ov5642 is found
D/PrintK ( 1274): <6>msm_camera: sensor_store: sensor ov5642 found
D/QualcommCameraHardware( 1274): openDualCamera: X, 1
D/QualcommCameraHardware( 1274): createInstance: E
E/QualcommCameraHardware( 1274): Sensor name ov5642 is found
D/PrintK ( 1274): <6>msm_camera: msm_camio_enable: turn on camera power
D/PrintK ( 1274): <6>vreg_enable: wlan enabled
D/PrintK ( 1274): <6>vreg_enable: gp5 enabled
D/PrintK ( 1274): <6>vreg_enable: msme2 enabled
D/PrintK ( 1274): <6>vreg_enable: gp3 enabled
D/dalvikvm( 1286): GC_CONCURRENT freed 199K, 4% free 9354K/9671K, paused 3ms+2ms
D/dalvikvm( 1286): GC_FOR_ALLOC freed 10K, 4% free 9378K/9671K, paused 24ms
D/dalvikvm( 1286): GC_FOR_ALLOC freed 13K, 3% free 9766K/10055K, paused 22ms
D/PrintK ( 1274): <6>msm_camera: ov5642_reg_init(403): 90 ms
D/dalvikvm( 1286): GC_CONCURRENT freed 58K, 3% free 10198K/10439K, paused 3ms+3ms
F/PrintK ( 104): <2>[I2C]IRQ: 78 W33 Error (21D0)
W/PrintK ( 1274): [I2C]Recover (0000) intf 300: Bus busy cleared after 1 clock cycles
D/PrintK ( 1274): <6>msm_camera: ov5642_i2c_burst_write: write 51h 33 bytes successfully at retryCnt=1
D/PrintK ( 1274): <6>msm_camera: ov5642_reg_init(424): 310 ms
D/PrintK ( 1274): <6>msm_camera: __msm_open: sensor ov7690 power down
D/PrintK ( 1274): <6>msm_camera: ov5642_sensor_init: 1D sensor
W/PrintK ( 1274): msm_get_sensor_info: sensor_name ov5642
D/QualcommCameraHardware( 1274): initDefaultParameters E
E/mm-camera( 1274): cam_conf: sensor name:ov5642 and length:6
E/mm-camera( 1274): cam_conf: open sensor name ov5642
W/PrintK ( 1274): msm_get_sensor_info: sensor_name ov5642
F/libc ( 1274): Fatal signal 8 (SIGFPE) at 0x000004fa (code=0)
I/Process ( 182): Sending signal. PID: 1286 SIG: 3
I/dalvikvm( 1286): threadid=3: reacting to signal 3
I/dalvikvm( 1286): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 182): Sending signal. PID: 1286 SIG: 3
I/dalvikvm( 1286): threadid=3: reacting to signal 3
I/dalvikvm( 1286): Wrote stack traces to '/data/anr/traces.txt'
D/PrintK ( 1274): <6>msm_enqueue: queue control new max is 1
D/QualcommCameraHardware( 1274): findSensorType: sensorType is 5mp
D/QualcommCameraHardware( 1274): filterPictureSizes: supportedPictureSizesCount=6
D/QualcommCameraHardware( 1274): ctrlCmd.value = 30
D/QualcommCameraHardware( 1274): Maximum zoom value is 30
D/QualcommCameraHardware( 1274): initDefaultParameters X
D/QualcommCameraHardware( 1274): createInstance: X created hardware=0x13be8
E/ExtendedExtractor( 1274): Failed to open MM_PARSER_LIB, dlerror = Cannot load library: reloc_library[1285]: 1274 cannot locate '_ZN7android11MediaSource23getNumberOfVideoBuffersEv'...
E/ExtendedExtractor( 1274):
E/ExtendedExtractor( 1274): Failed to open MM_PARSER_LITE_LIB, dlerror = Cannot load library: load_library[1091]: Library 'libmmparser_lite.so' not found

did you tried a simple
#touch /system/lib/libmmparser_lite.so
maybe its not very much needed,at least for now.

https://github.com/ThePlayground/proprietary_vendor_qcom/commits/ics
https://github.com/aospX/platform_vendor_qcom_proprietary/commits/ics-devel
https://github.com/aospX/platform_vendor_qcom_proprietary/commits/ics-devel
Are those useful for us?

I actually don't think it's the real problem - look at SIGFPE in libc while getting camera parameters.
--
I'm still hesitating what path should we take (keeping in mind that i have less than hour per day for tests).
Anyway - after applying (thank you, sinan33) patches, libcamera loads and seems to work (mm-camera).
We having this on GB camera start:
Code:
W/PrintK ( 1785): msm_get_sensor_info: sensor_name ov5642
D/QualcommCameraHardware( 1785): initDefaultParameters E
E/mm-camera( 1785): cam_conf: sensor name:ov5642 and length:6
E/mm-camera( 1785): cam_conf: open sensor name ov5642
W/PrintK ( 1785): msm_get_sensor_info: sensor_name ov5642
D/PrintK ( 1785): <6>msm_enqueue: queue control new max is 1
and this on ICS:
Code:
W/PrintK ( 1274): msm_get_sensor_info: sensor_name ov5642
D/QualcommCameraHardware( 1274): initDefaultParameters E
E/mm-camera( 1274): cam_conf: sensor name:ov5642 and length:6
E/mm-camera( 1274): cam_conf: open sensor name ov5642
W/PrintK ( 1274): msm_get_sensor_info: sensor_name ov5642
F/libc ( 1274): Fatal signal 8 (SIGFPE) at 0x000004fa (code=0)

https://bugzilla.mozilla.org/show_bug.cgi?id=766395
pastebin.com/6BBkRMBs
And those?
---------- Post added at 10:55 AM ---------- Previous post was at 10:47 AM ----------
pastebin.com/b1cB4SFF
Maybe this would help us?
---------- Post added at 10:56 AM ---------- Previous post was at 10:55 AM ----------
http://fixunix.com/unix/335322-catching-sigfpe-signal.html
---------- Post added at 10:58 AM ---------- Previous post was at 10:56 AM ----------
Description of SIGFPE 8:
Action:Core
Comment:Floating point exception.
"SIGFPE 8 Core Floating point exception"

_n0p_ said:
I actually don't think it's the real problem - look at SIGFPE in libc while getting camera parameters.
--
I'm still hesitating what path should we take (keeping in mind that i have less than hour per day for tests).
Anyway - after applying (thank you, sinan33) patches, libcamera loads and seems to work (mm-camera).
We having this on GB camera start:
Code:
W/PrintK ( 1785): msm_get_sensor_info: sensor_name ov5642
D/QualcommCameraHardware( 1785): initDefaultParameters E
E/mm-camera( 1785): cam_conf: sensor name:ov5642 and length:6
E/mm-camera( 1785): cam_conf: open sensor name ov5642
W/PrintK ( 1785): msm_get_sensor_info: sensor_name ov5642
D/PrintK ( 1785): <6>msm_enqueue: queue control new max is 1
and this on ICS:
Code:
W/PrintK ( 1274): msm_get_sensor_info: sensor_name ov5642
D/QualcommCameraHardware( 1274): initDefaultParameters E
E/mm-camera( 1274): cam_conf: sensor name:ov5642 and length:6
E/mm-camera( 1274): cam_conf: open sensor name ov5642
W/PrintK ( 1274): msm_get_sensor_info: sensor_name ov5642
F/libc ( 1274): Fatal signal 8 (SIGFPE) at 0x000004fa (code=0)
Click to expand...
Click to collapse
can you please upload the latest build

Uploading to SkyDrive now, but doubt that it has any practical effect.
https://skydrive.live.com/redir.asp...!Amrj8sR38ZY7OSw&Bpub=SDX.SkyDrive&Bsrc=Share
In attach - version of camera.streak.so that should dump camera parameters to log.
Don't forget to
chmod 666 /dev/msm_camera/*
So far:
Code:
D/PrintK ( 118): <6>msm_camera: ov5642_reg_init(403): 100 ms
D/dalvikvm( 671): GC_CONCURRENT freed 13K, 2% free 10233K/10439K, paused 2ms+2ms
D/PrintK ( 118): <6>msm_camera: ov5642_reg_init(424): 170 ms
D/PrintK ( 118): <6>msm_camera: __msm_open: sensor ov7690 power down
D/PrintK ( 118): <6>msm_camera: ov5642_sensor_init: 1D sensor
W/PrintK ( 118): msm_get_sensor_info: sensor_name ov5642
D/QualcommCameraHardware( 118): initDefaultParameters E
E/mm-camera( 118): cam_conf: sensor name:ov5642 and length:6
D/PrintK ( 118): <6>msm_enqueue: queue event new max is 1
E/mm-camera( 118): cam_conf: open sensor name ov5642
W/PrintK ( 118): msm_get_sensor_info: sensor_name ov5642
F/libc ( 118): Fatal signal 8 (SIGFPE) at 0x00000076 (code=0)
I/Process ( 185): Sending signal. PID: 671 SIG: 3
I/dalvikvm( 671): threadid=3: reacting to signal 3
I/dalvikvm( 671): Wrote stack traces to '/data/anr/traces.txt'
D/PrintK ( 118): <6>msm_enqueue: queue control new max is 1
D/QualcommCameraHardware( 118): findSensorType: sensorType is 5mp
D/QualcommCameraHardware( 118): filterPictureSizes: supportedPictureSizesCount=6
D/QualcommCameraHardware( 118): ctrlCmd.value = 30
D/QualcommCameraHardware( 118): Maximum zoom value is 30
D/QualcommCameraHardware( 118): initDefaultParameters X
D/QualcommCameraHardware( 118): createInstance: X created hardware=0x186f0
D/CameraHAL( 118): camera_set_callbacks
D/CameraHAL( 118): camera_enable_msg_type: type 13
D/CameraHAL( 118): camera_enable_msg_type: CAMERA_MSG_ERROR
D/CameraHAL( 118): camera_enable_msg_type: CAMERA_MSG_FOCUS
D/CameraHAL( 118): camera_enable_msg_type: CAMERA_MSG_ZOOM
I/AwesomePlayer( 118): setDataSource_l('/system/media/audio/ui/camera_click.ogg')
E/OMXCodec( 118): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
E/OMXCodec( 118): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/AwesomePlayer( 118): setDataSource_l('/system/media/audio/ui/VideoRecord.ogg')
E/OMXCodec( 118): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
E/OMXCodec( 118): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
D/CameraHAL( 118): camera_get_parameters
D/CameraHAL( 118): camera_get_parameters
D/Camera ( 671): app passed NULL surface
D/CameraHAL( 118): camera_get_camera_info: id:0 faceing:0 orientation: 90
D/CameraHAL( 118): camera_get_parameters
V/camera ( 671): Preview size is 640x480
D/CameraHAL( 118): camera_set_parameters
D/QualcommCameraHardware( 118): setParameters: E params = 0xbea15a3c
D/QualcommCameraHardware( 118): requested preview size 640 x 480
D/QualcommCameraHardware( 118): requested picture size 1280 x 960
D/QualcommCameraHardware( 118): Set zoom=0
I/DEBUG ( 111): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 111): Build fingerprint: 'dell/dell_streak/streak:4.0.4/IMM76L/eng.den.20120711.230916:eng/test-keys'
I/DEBUG ( 111): pid: 118, tid: 689 >>> /system/bin/mediaserver <<<
I/DEBUG ( 111): signal 8 (SIGFPE), code 0 (?), fault addr 00000076
I/DEBUG ( 111): r0 00000000 r1 00000008 r2 ffffffff r3 00000000
I/DEBUG ( 111): r4 00000008 r5 000003c0 r6 0000000a r7 00000025
I/DEBUG ( 111): r8 a7762fa0 r9 41b52aa8 10 41b52ac4 fp 00000000
I/DEBUG ( 111): ip 4005c12d sp 41b529e8 lr 4005c13b pc 400506b0 cpsr 00000010
I/DEBUG ( 111): d0 0000079800000000 d1 44a0000000000002
I/DEBUG ( 111): d2 4000333340000000 d3 0000000000000a20
I/DEBUG ( 111): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 111): d6 0000050000000000 d7 0000000000000000
I/DEBUG ( 111): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 111): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 111): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 111): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 111): d16 3fe0000000000000 d17 4001540d31d1dd7f
I/DEBUG ( 111): d18 4000000000000000 d19 bfc540d31d1dd7f1
I/DEBUG ( 111): d20 3f1153849946b6ba d21 bebbb89c51a06d6e
I/DEBUG ( 111): d22 3ff0000000000000 d23 3feb390135d1ac72
I/DEBUG ( 111): d24 3e66376972bea4d0 d25 0000000000000000
I/DEBUG ( 111): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 111): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 111): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 111): scr 20000010
I/DEBUG ( 111):
I/DEBUG ( 111): #00 pc 0000d6b0 /system/lib/libc.so (kill)
I/DEBUG ( 111): #01 pc 00019138 /system/lib/libc.so (raise)
I/DEBUG ( 111):
I/DEBUG ( 111): code around pc:
I/DEBUG ( 111): 40050690 e2601000 e0100001 116f0f10 12600020 ..`.......o. .`.
I/DEBUG ( 111): 400506a0 e12fff1e e92d50f0 e3a07025 ef000000 ../..P-.%p......
I/DEBUG ( 111): 400506b0 e8bd50f0 e1b00000 512fff1e ea00b0f8 .P......../Q....
I/DEBUG ( 111): 400506c0 e92d50f0 e3a070ee ef000000 e8bd50f0 .P-..p.......P..
I/DEBUG ( 111): 400506d0 e1b00000 512fff1e ea00b0f1 f5d0f000 ....../Q........
I/DEBUG ( 111):
I/DEBUG ( 111): code around lr:
I/DEBUG ( 111): 4005c118 0002a37a 461cb537 e9cd17dd f7f34500 z...7..F.....E..
I/DEBUG ( 111): 4005c128 bd3ee9c0 4604b510 e81cf7f3 f7f44621 ..>....F....!F..
I/DEBUG ( 111): 4005c138 bd10eab6 49034602 2300b510 f7f44802 .....F.I...#.H..
I/DEBUG ( 111): 4005c148 bd10e8b4 28121969 fee1dead 2400b513 ....i..(.......$
I/DEBUG ( 111): 4005c158 94019400 ef5af7f3 bf00bd1c 4c11b570 ......Z.....p..L
I/DEBUG ( 111):
I/DEBUG ( 111): stack:
I/DEBUG ( 111): 41b529a8 00000000
I/DEBUG ( 111): 41b529ac 00000000
I/DEBUG ( 111): 41b529b0 a7762288
I/DEBUG ( 111): 41b529b4 a7763f48
I/DEBUG ( 111): 41b529b8 00001000
I/DEBUG ( 111): 41b529bc 00000000
I/DEBUG ( 111): 41b529c0 a7763e88
I/DEBUG ( 111): 41b529c4 00000000
I/DEBUG ( 111): 41b529c8 00001000
I/DEBUG ( 111): 41b529cc 00000001
I guess we are dealing with some parser error in CameraParameters.cpp. I mean some value supplied to liboemcamera breaks it.
Would someone strace it?

Related

[HELP] VMware View crashing

ok... VMware View crashes as soon as I try to connect to a desktop
I'm running Kang 7.2RC0 but this crashes on standard CM7.1 and MUIU. I finally got a logcat of what's going on and the following loops constantly. I can understand it has something to do with audio, but would someone please help me decipher what it's saying so I can fix it?
Code:
D/AndroidRuntime( 2587):
D/AndroidRuntime( 2587): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
I/AndroidRuntime( 2587): Heap size: -Xmx48m
D/AndroidRuntime( 2587): CheckJNI is OFF
D/dalvikvm( 2587): creating instr width table
I/DEBUG ( 1031): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 1031): Build fingerprint: 'google/passion/passion:2.3.6/GRK39F/18990
4:user/release-keys'
I/DEBUG ( 1031): pid: 2587, tid: 2587 >>> zygote <<<
I/DEBUG ( 1031): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 3e79f30
e
I/DEBUG ( 1031): r0 40019818 r1 3e79f30e r2 4000e878 r3 0000ce60
I/DEBUG ( 1031): r4 40019818 r5 be908828 r6 be908820 r7 000020ee
I/DEBUG ( 1031): r8 aca12080 r9 aca9d014 10 00000003 fp aca9f368
I/DEBUG ( 1031): ip 00000004 sp be9087b8 lr aca15c1c pc aca18c0c cpsr 200
00010
I/DEBUG ( 1031): d0 643a64696f72646e d1 6472656767756265
I/DEBUG ( 1031): d2 431eee6c431eee1e d3 431eeed4431eee43
I/DEBUG ( 1031): d4 431eef3c431eef08 d5 4321f5f0431eef70
I/DEBUG ( 1031): d6 4321f6584321f624 d7 4321f6c04321f68c
I/DEBUG ( 1031): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1031): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1031): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1031): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1031): d16 0000000000000001 d17 0000000000000000
I/DEBUG ( 1031): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 1031): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 1031): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 1031): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1031): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1031): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1031): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1031): scr 60000000
I/DEBUG ( 1031):
I/DEBUG ( 1031): #00 pc 00018c0c /system/lib/libdvm.so
I/DEBUG ( 1031): #01 pc 00015c18 /system/lib/libdvm.so
I/DEBUG ( 1031):
I/DEBUG ( 1031): code around pc:
I/DEBUG ( 1031): aca18bec 0a00000e e1540001 03a04001 05854000
I/DEBUG ( 1031): aca18bfc 0a000008 e3510000 0a000003 e5942000
I/DEBUG ( 1031): aca18c0c e5913000 e1520003 0a00000a e3a04001
I/DEBUG ( 1031): aca18c1c e3a01000 e5851000 e1a00004 e8bd8070
I/DEBUG ( 1031): aca18c2c e59f0058 e1a01004 e1a02004 e08f0000
I/DEBUG ( 1031):
I/DEBUG ( 1031): code around lr:
I/DEBUG ( 1031): aca15bfc e320f000 e1d4a0b2 e2861008 e5054008
I/DEBUG ( 1031): aca15c0c e24dd008 e1a00627 e58d1000 eb0003ea
I/DEBUG ( 1031): aca15c1c e28dd008 e3500000 0a00054b e1f470b6
I/DEBUG ( 1031): aca15c2c e207c0ff e088f30c e320f000 e320f000
I/DEBUG ( 1031): aca15c3c e320f000 e1d4a0b2 e2861008 e5054008
I/DEBUG ( 1031):
I/DEBUG ( 1031): stack:
I/DEBUG ( 1031): be908778 43a0e703
I/DEBUG ( 1031): be90877c 40017228
I/DEBUG ( 1031): be908780 00016f30
I/DEBUG ( 1031): be908784 43220724
I/DEBUG ( 1031): be908788 43a0e703
I/DEBUG ( 1031): be90878c 40017228
I/DEBUG ( 1031): be908790 00016f30
I/DEBUG ( 1031): be908794 00000860
I/DEBUG ( 1031): be908798 00000002
I/DEBUG ( 1031): be90879c 00000000
I/DEBUG ( 1031): be9087a0 aca9f368
I/DEBUG ( 1031): be9087a4 aca66a41 /system/lib/libdvm.so
I/DEBUG ( 1031): be9087a8 00016ef8
I/DEBUG ( 1031): be9087ac 000003fe
I/DEBUG ( 1031): be9087b0 df002777
I/DEBUG ( 1031): be9087b4 e3a070ad
I/DEBUG ( 1031): #00 be9087b8 437c7fca
I/DEBUG ( 1031): be9087bc 431ecd18
I/DEBUG ( 1031): be9087c0 be908820
I/DEBUG ( 1031): be9087c4 aca15c1c /system/lib/libdvm.so
I/DEBUG ( 1031): #01 be9087c8 be908828
I/DEBUG ( 1031): be9087cc aca13cec /system/lib/libdvm.so
I/DEBUG ( 1031): be9087d0 be9087f8
I/DEBUG ( 1031): be9087d4 be908820
I/DEBUG ( 1031): be9087d8 00000001
I/DEBUG ( 1031): be9087dc 00000000
I/DEBUG ( 1031): be9087e0 0000ce68
I/DEBUG ( 1031): be9087e4 00016f30
I/DEBUG ( 1031): be9087e8 acaa4d38
I/DEBUG ( 1031): be9087ec fffffe84
I/DEBUG ( 1031): be9087f0 aca9f368
I/DEBUG ( 1031): be9087f4 aca1c168 /system/lib/libdvm.so
I/DEBUG ( 1031): be9087f8 be908820
I/DEBUG ( 1031): be9087fc 0000ce60
I/DEBUG ( 1031): be908800 aca1c0d8 /system/lib/libdvm.so
I/DEBUG ( 1031): be908804 432205b8
I/DEBUG ( 1031): be908808 00000000
I/DEBUG ( 1031): be90880c aca1b060 /system/lib/libdvm.so
I/ServiceManager( 1028): service 'media.audio_flinger' died
I/ServiceManager( 1028): service 'media.player' died
I/ServiceManager( 1028): service 'media.camera' died
I/ServiceManager( 1028): service 'media.audio_policy' died
I/Netd ( 2589): Netd 1.0 starting
I/ ( 2588): ServiceManager: 0xad50
E/ALSALib ( 2588): external/alsa-lib/src/control/control.c:882:(snd_ctl_open_nou
pdate) Invalid CTL AndroidOut
W/AudioHardwareALSA( 2588): Unable to attach mixer to device AndroidOut: No such
file or directory
E/ALSALib ( 2588): external/alsa-lib/src/control/control.c:882:(snd_ctl_open_nou
pdate) Invalid CTL AndroidIn
W/AudioHardwareALSA( 2588): Unable to attach mixer to device AndroidIn: No such
file or directory
D/Omap3ALSA( 2588): OMAP3 ALSA module opened
D/Omap3ALSA( 2588): Initializing devices for OMAP3 ALSA module
I/CameraService( 2588): CameraService started (pid=2588)
D/AudioHardwareALSA( 2588): openOutputStream called for devices: 0x00000002
D/Omap3ALSA( 2588): open called for devices 00000006 in mode 0 channels 00000000
...
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
E/ALSALib ( 2588): external/alsa-lib/src/pcm/pcm_hw.c:1400:(_snd_pcm_hw_open) In
valid value for card
D/Omap3ALSA( 2588): open called for devices 00000002 in mode 0 channels 00000000
...
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
I/Omap3ALSA( 2588): Set PLAYBACK PCM format to S16_LE (Signed 16 bit Little Endi
an)
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
I/Omap3ALSA( 2588): Using 2 channels for PLAYBACK.
E/Omap3ALSA( 2588): direction requext. devices 42895, mask 43007, result 42895
I/Omap3ALSA( 2588): Set PLAYBACK sample rate to 44100 HZ
I/Omap3ALSA( 2588): Buffer size: 4000
I/Omap3ALSA( 2588): Latency: 90702
E/ALSAControl( 2588): Control 'HandsfreeR Switch' cannot get element info: -2
E/ALSAControl( 2588): Control 'HandsfreeL Switch' cannot get element info: -2
E/ALSAControl( 2588): Control 'HandsfreeR Mux' cannot get element info: -2
E/ALSAControl( 2588): Control 'HandsfreeL Mux' cannot get element info: -2
E/ALSAControl( 2588): Control 'HeadsetR Mixer AudioR2' cannot get element info:
-2
E/ALSAControl( 2588): Control 'HeadsetL Mixer AudioL2' cannot get element info:
-2
I/Omap3ALSA( 2588): Initialized ALSA PLAYBACK device default
I/AudioHardwareALSA( 2588): buffer size (bytes) to AF = 8192
D/AudioFlinger( 2588): setParameters(): io 1, keyvalue routing=2, tid 2594, call
ing tid 2588
I/AudioFlinger( 2588): AudioFlinger's thread 0x1e130 ready to run
D/Omap3ALSA( 2588): route called for devices 00000002 in mode 0...

[Q] unable to display a mail content with gmail ( + other errors)

I successfully installed GT-I9100_TPH_I9100XWLPD_I9100XXLPW_I9100OXXLPJ on my SGS2 (multi CSC, my phone should use XEF, which is included )
All was formatted before instal. All apps are "clean" and freshly installed.
In Gmail, i can list my mail, but when i try to open one mail (to look at the content), i have the following trace in the logcat console (adb -logcat)
--> same problem when trying to access google.com with included webbrowser, but installed chrome browser successfully achieve to display google.com. Many apps seems to work as usual, without any problem.
--> I did not see any other curious error inside my logcat
--> after a while, the app brutally close, without any error (no ask for report, no log)
Code:
D/SocialHubService( 3053): [ContactCache] onChange() >> Contact Provider is changed!! self - false
D/STATUSBAR-NetworkController( 2107): onDataActivity: direction=3
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 12 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 11 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
I/InputReader( 1984): dispatchTouch::touch event's action is 0 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0]
I/InputDispatcher( 1984): Delivering touch to current input target: action: 0, channel 'xxxx'
I/InputDispatcher( 1984): Delivering touch to current input target: action: 0, channel 'xxxx'
E/lights ( 1984): write_int: path /sys/devices/virtual/sec/sec_touchkey/brightness, value 1
I/PowerManagerService( 1984): Ulight 3->7|0
D/PowerManagerService( 1984): setLightBrightness : mButtonLight : 160
E/DataRouter( 1823): usb connection is true
E/DataRouter( 1823): DSR is ON. Don't send DTR ON.
I/InputReader( 1984): dispatchTouch::touch event's action is 1 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0]
I/InputDispatcher( 1984): Delivering touch to current input target: action: 1, channel 'xxxx'
I/InputDispatcher( 1984): Delivering touch to current input target: action: 1, channel 'xxxx'
D/STATUSBAR-NetworkController( 2107): onDataActivity: direction=0
D/dalvikvm( 5880): GC_CONCURRENT freed 436K, 6% free 9807K/10375K, paused 2ms+3ms
I/webclipboard( 5880): clipservice: [email protected]
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 10 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
D/dalvikvm( 5880): GC_FOR_ALLOC freed 67K, 6% free 9808K/10375K, paused 17ms
I/dalvikvm-heap( 5880): Grow heap (frag case) to 10.394MB for 768016-byte allocation
D/dalvikvm( 5880): GC_FOR_ALLOC freed <1K, 6% free 10557K/11143K, paused 16ms
D/dalvikvm( 5880): GC_CONCURRENT freed 13K, 5% free 10673K/11143K, paused 1ms+3ms
D/WML_SISO( 5880): InitPasteboardJni
D/dalvikvm( 5880): GC_CONCURRENT freed 327K, 4% free 10981K/11399K, paused 2ms+3ms
D/dalvikvm( 5880): GC_FOR_ALLOC freed 462K, 7% free 11117K/11847K, paused 15ms
D/dalvikvm( 5880): GC_FOR_ALLOC freed 509K, 7% free 11204K/11975K, paused 19ms
F/libc ( 5880): Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1)
D/GLWebViewState( 5880): Disappearing white area time and Sharpening time after zooming: -792252246255446009284224155586413572466884689443328824933945986737014592311901076586496.000 milliSecs
I/DEBUG ( 5822): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 5822): Build fingerprint: 'samsung/GT-I9100/GT-I9100:4.0.3/IML74K/XWLPD:user/release-keys'
I/DEBUG ( 5822): pid: 5880, tid: 5916 >>> com.google.android.gm <<<
I/DEBUG ( 5822): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000010
I/DEBUG ( 5822): r0 00000000 r1 01dd0000 r2 40688d34 r3 4fd01dd0
I/DEBUG ( 5822): r4 00000000 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 5822): r8 002d9058 r9 53cf6440 10 4d80b444 fp 53cf6484
I/DEBUG ( 5822): ip 4fd01e20 sp 53cf63d8 lr 40688d40 pc 40688c44 cpsr 60000010
I/DEBUG ( 5822): d0 ffffffffffffffff d1 bf800000bf800000
I/DEBUG ( 5822): d2 bf800000bf800000 d3 0000000047960000
I/DEBUG ( 5822): d4 bf800000bf800000 d5 bf800000bf800000
I/DEBUG ( 5822): d6 bf800000bf800000 d7 403b00000000001b
I/DEBUG ( 5822): d8 0000000000004699 d9 41d3f435636807bc
I/DEBUG ( 5822): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 5822): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 5822): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 5822): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 5822): d18 41219a3000000000 d19 0000000000000000
I/DEBUG ( 5822): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 5822): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 5822): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 5822): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 5822): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 5822): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 5822): scr 60000013
I/DEBUG ( 5822):
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 9 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
E/lights ( 1984): write_int: path /sys/devices/virtual/sec/sec_touchkey/brightness, value 2
W/PowerManagerService( 1984): Timer 0x7->0x3|0x0
I/PowerManagerService( 1984): Ulight 7->3|0
D/PowerManagerService( 1984): setLightBrightness : mButtonLight : 0
I/DEBUG ( 5822): #00 pc 0003ac44 /system/lib/libskia.so (_ZN8SkRegion8freeRunsEv)
I/DEBUG ( 5822): #01 pc 0003ad3c /system/lib/libskia.so (_ZN8SkRegionD1Ev)
I/DEBUG ( 5822): #02 pc 00281e50 /system/lib/libwebcore.so
I/DEBUG ( 5822): #03 pc 00284c7e /system/lib/libwebcore.so
I/DEBUG ( 5822): #04 pc 00285050 /system/lib/libwebcore.so
I/DEBUG ( 5822): #05 pc 0027ec66 /system/lib/libwebcore.so
I/DEBUG ( 5822): #06 pc 0029af54 /system/lib/libwebcore.so
I/DEBUG ( 5822): #07 pc 0001ecf0 /system/lib/libdvm.so (dvmPlatformInvoke)
I/DEBUG ( 5822): #08 pc 00058fac /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 5822):
I/DEBUG ( 5822): code around pc:
I/DEBUG ( 5822): 40688c24 ebffe5e2 e2700001 33a00000 e8bd8070 ......p....3p...
I/DEBUG ( 5822): 40688c34 e3a00001 e8bd8070 e92d4010 e1a04000 [email protected]@..
I/DEBUG ( 5822): 40688c44 e5900010 e2403001 e3730003 88bd8010 [email protected]
I/DEBUG ( 5822): 40688c54 ebffe5d9 e3500001 18bd8010 e5940010 ......P.........
I/DEBUG ( 5822): 40688c64 e8bd4010 ea0138c9 e92d4010 e1a04000 [email protected]@[email protected]
I/DEBUG ( 5822):
I/DEBUG ( 5822): code around lr:
I/DEBUG ( 5822): 40688d20 e1a04000 e5803010 ebffffef e1a00004 [email protected]
I/DEBUG ( 5822): 40688d30 e8bd8010 e92d4010 e1a04000 ebffffbe [email protected]@......
I/DEBUG ( 5822): 40688d40 e1a00004 e8bd8010 e92d4070 e1a05000 [email protected]
I/DEBUG ( 5822): 40688d50 e2810002 e1a04001 e1a00100 eb0138da [email protected]
I/DEBUG ( 5822): 40688d60 e3a03001 e5850010 e8800018 e8bd8070 .0..........p...
I/DEBUG ( 5822):
I/DEBUG ( 5822): stack:
I/DEBUG ( 5822): 53cf6398 003f2500 [heap]
I/DEBUG ( 5822): 53cf639c 00125728 [heap]
I/DEBUG ( 5822): 53cf63a0 004d1d28 [heap]
I/DEBUG ( 5822): 53cf63a4 0044c970 [heap]
I/DEBUG ( 5822): 53cf63a8 00000000
I/DEBUG ( 5822): 53cf63ac 00000001
I/DEBUG ( 5822): 53cf63b0 003f2500 [heap]
I/DEBUG ( 5822): 53cf63b4 00125728 [heap]
I/DEBUG ( 5822): 53cf63b8 004d1d28 [heap]
I/DEBUG ( 5822): 53cf63bc 0044c970 [heap]
I/DEBUG ( 5822): 53cf63c0 00000000
I/DEBUG ( 5822): 53cf63c4 4fa3f3c9 /system/lib/libwebcore.so
I/DEBUG ( 5822): 53cf63c8 002d9688 [heap]
I/DEBUG ( 5822): 53cf63cc 004d1d28 [heap]
I/DEBUG ( 5822): 53cf63d0 df0027ad
I/DEBUG ( 5822): 53cf63d4 00000000
I/DEBUG ( 5822): #00 53cf63d8 00000000
I/DEBUG ( 5822): 53cf63dc 40688d40 /system/lib/libskia.so
I/DEBUG ( 5822): #01 53cf63e0 002d9688 [heap]
I/DEBUG ( 5822): 53cf63e4 4f7ede53 /system/lib/libwebcore.so
E/DataRouter( 1823): usb connection is true
E/DataRouter( 1823): DSR is ON. Don't send DTR ON.
D/KeyguardViewMediator( 1984): handleTimeout
If someone have any idea...
NicholasLyon said:
I successfully installed GT-I9100_TPH_I9100XWLPD_I9100XXLPW_I9100OXXLPJ on my SGS2 (multi CSC, my phone should use XEF, which is included )
All was formatted before instal. All apps are "clean" and freshly installed.
In Gmail, i can list my mail, but when i try to open one mail (to look at the content), i have the following trace in the logcat console (adb -logcat)
--> same problem when trying to access google.com with included webbrowser, but installed chrome browser successfully achieve to display google.com. Many apps seems to work as usual, without any problem.
--> I did not see any other curious error inside my logcat
--> after a while, the app brutally close, without any error (no ask for report, no log)
Code:
D/SocialHubService( 3053): [ContactCache] onChange() >> Contact Provider is changed!! self - false
D/STATUSBAR-NetworkController( 2107): onDataActivity: direction=3
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 12 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 11 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
I/InputReader( 1984): dispatchTouch::touch event's action is 0 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0]
I/InputDispatcher( 1984): Delivering touch to current input target: action: 0, channel 'xxxx'
I/InputDispatcher( 1984): Delivering touch to current input target: action: 0, channel 'xxxx'
E/lights ( 1984): write_int: path /sys/devices/virtual/sec/sec_touchkey/brightness, value 1
I/PowerManagerService( 1984): Ulight 3->7|0
D/PowerManagerService( 1984): setLightBrightness : mButtonLight : 160
E/DataRouter( 1823): usb connection is true
E/DataRouter( 1823): DSR is ON. Don't send DTR ON.
I/InputReader( 1984): dispatchTouch::touch event's action is 1 (deviceType=0) [pCnt=1, pending(waiting finished signal)=0]
I/InputDispatcher( 1984): Delivering touch to current input target: action: 1, channel 'xxxx'
I/InputDispatcher( 1984): Delivering touch to current input target: action: 1, channel 'xxxx'
D/STATUSBAR-NetworkController( 2107): onDataActivity: direction=0
D/dalvikvm( 5880): GC_CONCURRENT freed 436K, 6% free 9807K/10375K, paused 2ms+3ms
I/webclipboard( 5880): clipservice: [email protected]
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 10 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
D/dalvikvm( 5880): GC_FOR_ALLOC freed 67K, 6% free 9808K/10375K, paused 17ms
I/dalvikvm-heap( 5880): Grow heap (frag case) to 10.394MB for 768016-byte allocation
D/dalvikvm( 5880): GC_FOR_ALLOC freed <1K, 6% free 10557K/11143K, paused 16ms
D/dalvikvm( 5880): GC_CONCURRENT freed 13K, 5% free 10673K/11143K, paused 1ms+3ms
D/WML_SISO( 5880): InitPasteboardJni
D/dalvikvm( 5880): GC_CONCURRENT freed 327K, 4% free 10981K/11399K, paused 2ms+3ms
D/dalvikvm( 5880): GC_FOR_ALLOC freed 462K, 7% free 11117K/11847K, paused 15ms
D/dalvikvm( 5880): GC_FOR_ALLOC freed 509K, 7% free 11204K/11975K, paused 19ms
F/libc ( 5880): Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1)
D/GLWebViewState( 5880): Disappearing white area time and Sharpening time after zooming: -792252246255446009284224155586413572466884689443328824933945986737014592311901076586496.000 milliSecs
I/DEBUG ( 5822): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 5822): Build fingerprint: 'samsung/GT-I9100/GT-I9100:4.0.3/IML74K/XWLPD:user/release-keys'
I/DEBUG ( 5822): pid: 5880, tid: 5916 >>> com.google.android.gm <<<
I/DEBUG ( 5822): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000010
I/DEBUG ( 5822): r0 00000000 r1 01dd0000 r2 40688d34 r3 4fd01dd0
I/DEBUG ( 5822): r4 00000000 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 5822): r8 002d9058 r9 53cf6440 10 4d80b444 fp 53cf6484
I/DEBUG ( 5822): ip 4fd01e20 sp 53cf63d8 lr 40688d40 pc 40688c44 cpsr 60000010
I/DEBUG ( 5822): d0 ffffffffffffffff d1 bf800000bf800000
I/DEBUG ( 5822): d2 bf800000bf800000 d3 0000000047960000
I/DEBUG ( 5822): d4 bf800000bf800000 d5 bf800000bf800000
I/DEBUG ( 5822): d6 bf800000bf800000 d7 403b00000000001b
I/DEBUG ( 5822): d8 0000000000004699 d9 41d3f435636807bc
I/DEBUG ( 5822): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 5822): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 5822): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 5822): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 5822): d18 41219a3000000000 d19 0000000000000000
I/DEBUG ( 5822): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 5822): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 5822): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 5822): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 5822): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 5822): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 5822): scr 60000013
I/DEBUG ( 5822):
D/STATUSBAR-NetworkController( 2107): onSignalStrengthsChanged signalStrength=SignalStrength: 9 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 3 level=3
E/lights ( 1984): write_int: path /sys/devices/virtual/sec/sec_touchkey/brightness, value 2
W/PowerManagerService( 1984): Timer 0x7->0x3|0x0
I/PowerManagerService( 1984): Ulight 7->3|0
D/PowerManagerService( 1984): setLightBrightness : mButtonLight : 0
I/DEBUG ( 5822): #00 pc 0003ac44 /system/lib/libskia.so (_ZN8SkRegion8freeRunsEv)
I/DEBUG ( 5822): #01 pc 0003ad3c /system/lib/libskia.so (_ZN8SkRegionD1Ev)
I/DEBUG ( 5822): #02 pc 00281e50 /system/lib/libwebcore.so
I/DEBUG ( 5822): #03 pc 00284c7e /system/lib/libwebcore.so
I/DEBUG ( 5822): #04 pc 00285050 /system/lib/libwebcore.so
I/DEBUG ( 5822): #05 pc 0027ec66 /system/lib/libwebcore.so
I/DEBUG ( 5822): #06 pc 0029af54 /system/lib/libwebcore.so
I/DEBUG ( 5822): #07 pc 0001ecf0 /system/lib/libdvm.so (dvmPlatformInvoke)
I/DEBUG ( 5822): #08 pc 00058fac /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 5822):
I/DEBUG ( 5822): code around pc:
I/DEBUG ( 5822): 40688c24 ebffe5e2 e2700001 33a00000 e8bd8070 ......p....3p...
I/DEBUG ( 5822): 40688c34 e3a00001 e8bd8070 e92d4010 e1a04000 [email protected]@..
I/DEBUG ( 5822): 40688c44 e5900010 e2403001 e3730003 88bd8010 [email protected]
I/DEBUG ( 5822): 40688c54 ebffe5d9 e3500001 18bd8010 e5940010 ......P.........
I/DEBUG ( 5822): 40688c64 e8bd4010 ea0138c9 e92d4010 e1a04000 [email protected]@[email protected]
I/DEBUG ( 5822):
I/DEBUG ( 5822): code around lr:
I/DEBUG ( 5822): 40688d20 e1a04000 e5803010 ebffffef e1a00004 [email protected]
I/DEBUG ( 5822): 40688d30 e8bd8010 e92d4010 e1a04000 ebffffbe [email protected]@......
I/DEBUG ( 5822): 40688d40 e1a00004 e8bd8010 e92d4070 e1a05000 [email protected]
I/DEBUG ( 5822): 40688d50 e2810002 e1a04001 e1a00100 eb0138da [email protected]
I/DEBUG ( 5822): 40688d60 e3a03001 e5850010 e8800018 e8bd8070 .0..........p...
I/DEBUG ( 5822):
I/DEBUG ( 5822): stack:
I/DEBUG ( 5822): 53cf6398 003f2500 [heap]
I/DEBUG ( 5822): 53cf639c 00125728 [heap]
I/DEBUG ( 5822): 53cf63a0 004d1d28 [heap]
I/DEBUG ( 5822): 53cf63a4 0044c970 [heap]
I/DEBUG ( 5822): 53cf63a8 00000000
I/DEBUG ( 5822): 53cf63ac 00000001
I/DEBUG ( 5822): 53cf63b0 003f2500 [heap]
I/DEBUG ( 5822): 53cf63b4 00125728 [heap]
I/DEBUG ( 5822): 53cf63b8 004d1d28 [heap]
I/DEBUG ( 5822): 53cf63bc 0044c970 [heap]
I/DEBUG ( 5822): 53cf63c0 00000000
I/DEBUG ( 5822): 53cf63c4 4fa3f3c9 /system/lib/libwebcore.so
I/DEBUG ( 5822): 53cf63c8 002d9688 [heap]
I/DEBUG ( 5822): 53cf63cc 004d1d28 [heap]
I/DEBUG ( 5822): 53cf63d0 df0027ad
I/DEBUG ( 5822): 53cf63d4 00000000
I/DEBUG ( 5822): #00 53cf63d8 00000000
I/DEBUG ( 5822): 53cf63dc 40688d40 /system/lib/libskia.so
I/DEBUG ( 5822): #01 53cf63e0 002d9688 [heap]
I/DEBUG ( 5822): 53cf63e4 4f7ede53 /system/lib/libwebcore.so
E/DataRouter( 1823): usb connection is true
E/DataRouter( 1823): DSR is ON. Don't send DTR ON.
D/KeyguardViewMediator( 1984): handleTimeout
If someone have any idea...
Click to expand...
Click to collapse
Although you wrote that all apps are clean and sd card was formatted, try to wipe cache (and Dalvik cache) in recovery mode.
Just to be sure that it is no cache issue.
If that does not help, try to remove your Google account and recreate it.
If that does not help either, you may have to flash the ROM again.
Good luck !

[porting]Meizu Flyme OS to Galaxy s2

For some time i am trying to make it work, but because i never ported a rom before i can't figure this one out.
I followed a few different porting guide's but unfortunately not successful. And my logcat logs where not very hopeful to find the solution.
So finally i am calling for help!!
Al what i need is a port that actually boot up.
further compatibility, tweak and update changes would not be to difficult for me.
I don't know if it will help but on July 12th will Flyme OS 1.0 officially come out.
So probably also a rom for the Meizu MX instead of only M9, this will maybe a advantage because the Meizu MX has more Similarities with Galays2.
Files is used:
CyanogenMod 9, ICS 4.0.4 Sorry downlink not allowed so google
Meizu m9 Flyme OS 1.0.5, ICS 4.0.3 Sorry downlink not allowed so google, or PM me for link to .zip file because Meizu uses a encrypted .bin
More screenshots of Flyme OS: Sorry not allowed so google
Progress
video of boot: youtube.com/watch?v=AXZCXCISAqs
Last Build of the ROM V5: mediafire.com/?851ywml3d44yk2y
Flyme 1.0.5: download.meizu.com/Firmware/Flyme/1.0.5-8580/MX/HK/update.zip
Cm9: download.cyanogenmod.com/get/jenkins/5803/cm-9.0.0-galaxys2.zip
Look in adb logcat (imo that is porting 101). It might be related to tvout, compile tvoutdummy.
natacrew said:
video of boot: youtube.com/watch?v=AXZCXCISAqs
Rom i made: mediafire.com/?gmk0ow9jxbqzk12
Flyme 1.0.5: download.meizu.com/Firmware/Flyme/1.0.5-8580/MX/HK/update.zip
Cm9:b download.cyanogenmod.com/get/jenkins/5803/cm-9.0.0-galaxys2.zip
Click to expand...
Click to collapse
Hello, it start to look better. But still no boot. The most faults i could trace are solved know.
But there are still some errors cause continue to bootloop.
Last build V5: mediafire.com/?851ywml3d44yk2y
Here is have the adb logcat file:
Code:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
--------- beginning of /dev/log/main
I/DEBUG ( 1857): debuggerd: Aug 6 2012 13:50:28
I/Netd ( 1856): Netd 1.0 starting
I/ServiceManager( 1855): Waiting for service SecTVOutService...
--------- beginning of /dev/log/system
I/Vold ( 1855): Vold 2.1 (the revenge) firing up
I/ ( 1861): ServiceManager: 0x8e3950
I/SurfaceFlinger( 1859): SurfaceFlinger is starting
D/SurfaceFlinger( 1859): >>> Run service
D/SecTVOutService( 1859): SecTVOutService instantiate
D/SecTVOutService( 1859): virtual void android::SecTVOutService::setHdmiStatus(uint32_t) HDMI cable status = 1
D/AndroidRuntime( 1860):
D/AndroidRuntime( 1860): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1860): CheckJNI is OFF
D/ ( 1859): bool android::SecHdmi::connect()::m_flagHWConnected() fail
E/SecTVOutService( 1859): virtual void android::SecTVOutService::setHdmiStatus(uint32_t)::mSecHdmi.connect() fail
D/SecTVOutService( 1859): SecTVOutService r=0
I/SurfaceFlinger( 1859): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
I/gralloc ( 1859): using (fd=15)
I/gralloc ( 1859): id = s3cfb
I/gralloc ( 1859): xres = 480 px
I/gralloc ( 1859): yres = 800 px
I/gralloc ( 1859): xres_virtual = 480 px
I/gralloc ( 1859): yres_virtual = 1600 px
I/gralloc ( 1859): bpp = 32
I/gralloc ( 1859): r = 16:8
I/gralloc ( 1859): g = 8:8
I/gralloc ( 1859): b = 0:8
I/gralloc ( 1859): width = 56 mm (217.714279 dpi)
I/gralloc ( 1859): height = 93 mm (218.494629 dpi)
I/gralloc ( 1859): refresh rate = 60.38 Hz
D/libEGL ( 1859): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 1859): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL ( 1859): loaded /system/lib/egl/libGLESv2_mali.so
D/ ( 1859): Device driver API match
D/ ( 1859): Device driver API version: 10
D/ ( 1859): User space API version: 10
D/ ( 1859): mali: REVISION=Linux-r2p4-02rel0 BUILD_DATE=Mon May 14 20:33:23 KST 2012
I/SurfaceFlinger( 1859): EGL informations:
I/SurfaceFlinger( 1859): # of configs : 24
I/SurfaceFlinger( 1859): vendor : Android
I/SurfaceFlinger( 1859): version : 1.4 Android META-EGL
I/SurfaceFlinger( 1859): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 1859): Client API: OpenGL ES
I/SurfaceFlinger( 1859): EGLSurface: 8-8-8-8, config=0x4
I/SurfaceFlinger( 1859): OpenGL informations:
I/SurfaceFlinger( 1859): vendor : ARM
I/SurfaceFlinger( 1859): renderer : Mali-400 MP
I/SurfaceFlinger( 1859): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 1859): extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_texture_npot GL_OES_query_matrix GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_draw_texture GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_framebuffer_object GL_OES_stencil8 GL_OES_depth24 GL_ARM_rgba8 GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_EXT_discard_framebuffer
I/SurfaceFlinger( 1859): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 1859): GL_MAX_VIEWPORT_DIMS = 4096 x 4096
I/SurfaceFlinger( 1859): flags = 00000000
E/HAL ( 1859): load: module=/system/lib/hw/hwcomposer.exynos4.so
E/HAL ( 1859): Cannot load library: reloc_library[1285]: 1859 cannot locate '_ZN7android13SecHdmiClient9blit2HdmiEiiiijjjjjjjjjjj'...
W/SurfaceFlinger( 1859): hwcomposer module not found
I/SamplingProfilerIntegration( 1860): Profiling disabled.
D/Vold ( 1855): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Zygote ( 1860): Preloading classes...
D/dalvikvm( 1860): GC_EXPLICIT freed 37K, 84% free 414K/2560K, paused 1ms+0ms
D/dalvikvm( 1860): GC_EXPLICIT freed 4K, 82% free 479K/2560K, paused 1ms+1ms
D/dalvikvm( 1860): GC_EXPLICIT freed 20K, 80% free 515K/2560K, paused 1ms+0ms
D/dalvikvm( 1860): GC_EXPLICIT freed 26K, 79% free 542K/2560K, paused 0ms+0ms
D/dalvikvm( 1860): GC_EXPLICIT freed 14K, 78% free 585K/2560K, paused 0ms+0ms
D/libEGL ( 1905): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 1905): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/Vold ( 1855): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
E/DirectVolume( 1855): Dv:partAdd: ignoring part_num = 5 (max: 4)
D/libEGL ( 1905): loaded /system/lib/egl/libGLESv2_mali.so
D/ ( 1905): Device driver API match
D/ ( 1905): Device driver API version: 10
D/ ( 1905): User space API version: 10
D/ ( 1905): mali: REVISION=Linux-r2p4-02rel0 BUILD_DATE=Mon May 14 20:33:23 KST 2012
E/DirectVolume( 1855): Invalid 'PARTN' value
E/DirectVolume( 1855): Invalid 'PARTN' value
E/DirectVolume( 1855): Invalid 'PARTN' value
E/DirectVolume( 1855): Invalid 'PARTN' value
E/DirectVolume( 1855): Invalid 'PARTN' value
E/DirectVolume( 1855): Invalid 'PARTN' value
E/DirectVolume( 1855): Invalid 'PARTN' value
D/Vold ( 1855): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
W/Vold ( 1855): Duplicate state (1)
W/Vold ( 1855): Duplicate state (1)
W/Vold ( 1855): Duplicate state (1)
D/dalvikvm( 1860): GC_EXPLICIT freed 25K, 76% free 614K/2560K, paused 1ms+0ms
D/dalvikvm( 1860): GC_EXPLICIT freed 32K, 76% free 638K/2560K, paused 1ms+0ms
D/TextLayoutCache( 1860): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1860): Class not found for preloading: android.media.AudioManager$2
E/dalvikvm( 1860): ERROR: couldn't find native method
E/dalvikvm( 1860): Requested: Landroid/media/MediaPlayer;._setDataSource:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
E/dalvikvm( 1860): Candidate: Landroid/media/MediaPlayer;._setDataSource:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
E/JNIHelp ( 1860): RegisterNatives failed for 'android/media/MediaPlayer', aborting
F/libc ( 1860): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG ( 1857): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1857): Build fingerprint: 'Meizu/meizu_mx/mx:4.0.3/IML74K/eng.flyme.20120806.134909:user/test-keys'
I/DEBUG ( 1857): pid: 1860, tid: 1860 >>> zygote <<<
I/DEBUG ( 1857): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 1857): r0 deadbaad r1 00000001 r2 40000000 r3 00000000
I/DEBUG ( 1857): r4 00000000 r5 00000027 r6 40873b3d r7 00000023
I/DEBUG ( 1857): r8 4c4a2af8 r9 01d05d90 10 00000001 fp 00000000
I/DEBUG ( 1857): ip ffffffff sp beb086e8 lr 400aa159 pc 400a68b8 cpsr 60000030
I/DEBUG ( 1857): d0 4140000000000000 d1 40dd40003f800000
I/DEBUG ( 1857): d2 0000000000000000 d3 c1322000403b8000
I/DEBUG ( 1857): d4 40dd4000c14ac800 d5 0006ea0000000000
I/DEBUG ( 1857): d6 4516300000000000 d7 4100000000000200
I/DEBUG ( 1857): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1857): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1857): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1857): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1857): d16 0000000740b0ba38 d17 3fe999999999999a
I/DEBUG ( 1857): d18 41b3e03c11000000 d19 0000000000000000
I/DEBUG ( 1857): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 1857): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 1857): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1857): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1857): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1857): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1857): scr 60000010
I/DEBUG ( 1857):
I/DEBUG ( 1857): #00 pc 000178b8 /system/lib/libc.so
I/DEBUG ( 1857): #01 pc 0000c282 /system/lib/libnativehelper.so (jniRegisterNativeMethods)
I/DEBUG ( 1857): #02 pc 00045e90 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime21registerNativeMethodsEP7_JNIEnvPKcPK15JNINativeMethodi)
I/DEBUG ( 1857): #03 pc 00008974 /system/lib/libmedia_jni.so (JNI_OnLoad)
I/DEBUG ( 1857): #04 pc 0005a9d4 /system/lib/libdvm.so (_Z17dvmLoadNativeCodePKcP6ObjectPPc)
I/DEBUG ( 1857): #05 pc 00072b30 /system/lib/libdvm.so
I/DEBUG ( 1857): #06 pc 0005abdc /system/lib/libdvm.so (_Z22dvmResolveNativeMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 1857): #07 pc 00030a4c /system/lib/libdvm.so
I/DEBUG ( 1857): #08 pc 00034230 /system/lib/libdvm.so (_Z12dvmInterpretP6ThreadPK6MethodP6JValue)
I/DEBUG ( 1857): #09 pc 0006c8be /system/lib/libdvm.so (_Z14dvmCallMethodVP6ThreadPK6MethodP6ObjectbP6JValueSt9__va_list)
I/DEBUG ( 1857): #10 pc 0006c8e0 /system/lib/libdvm.so (_Z13dvmCallMethodP6ThreadPK6MethodP6ObjectP6JValuez)
I/DEBUG ( 1857): #11 pc 00076c7c /system/lib/libdvm.so (dvmInitClass)
I/DEBUG ( 1857): #12 pc 00076e28 /system/lib/libdvm.so (_Z12dvmFindClassPKcP6Object)
I/DEBUG ( 1857): #13 pc 00070a82 /system/lib/libdvm.so (_Z18dvmFindClassByNameP12StringObjectP6Objectb)
I/DEBUG ( 1857): #14 pc 00072886 /system/lib/libdvm.so
I/DEBUG ( 1857): #15 pc 00030a4c /system/lib/libdvm.so
I/DEBUG ( 1857): #16 pc 00034230 /system/lib/libdvm.so (_Z12dvmInterpretP6ThreadPK6MethodP6JValue)
I/DEBUG ( 1857): #17 pc 0006c8be /system/lib/libdvm.so (_Z14dvmCallMethodVP6ThreadPK6MethodP6ObjectbP6JValueSt9__va_list)
I/DEBUG ( 1857): #18 pc 00054e76 /system/lib/libdvm.so
I/DEBUG ( 1857): #19 pc 0004561a /system/lib/libandroid_runtime.so
I/DEBUG ( 1857): #20 pc 00046182 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
I/DEBUG ( 1857): #21 pc 00008f0a /system/bin/app_process
I/DEBUG ( 1857): #22 pc 0001673c /system/lib/libc.so (__libc_init)
I/DEBUG ( 1857):
I/DEBUG ( 1857): code around pc:
I/DEBUG ( 1857): 400a6898 4623b15c 2c006824 e026d1fb b12368db \.#F$h.,..&..h#.
I/DEBUG ( 1857): 400a68a8 21014a17 6011447a 48124798 24002527 .J.!zD.`.G.H'%.$
I/DEBUG ( 1857): 400a68b8 f7f47005 2106ee4c eedaf7f5 460aa901 .p..L..!.......F
I/DEBUG ( 1857): 400a68c8 f04f2006 94015380 94029303 eaa4f7f5 . O..S..........
I/DEBUG ( 1857): 400a68d8 4622a905 f7f52002 f7f4eaae 2106ee38 .."F. ......8..!
I/DEBUG ( 1857):
I/DEBUG ( 1857): code around lr:
I/DEBUG ( 1857): 400aa138 41f0e92d 46804c0c 447c2600 68a56824 -..A.L.F.&|D$h.h
I/DEBUG ( 1857): 400aa148 e0076867 300cf9b5 dd022b00 47c04628 gh.....0.+..(F.G
I/DEBUG ( 1857): 400aa158 35544306 37fff117 6824d5f4 d1ee2c00 .CT5...7..$h.,..
I/DEBUG ( 1857): 400aa168 e8bd4630 bf0081f0 000283a2 41f0e92d 0F..........-..A
I/DEBUG ( 1857): 400aa178 fb01b086 9004f602 461f4815 4615460c .........H.F.F.F
I/DEBUG ( 1857):
I/DEBUG ( 1857): memory map around addr deadbaad:
I/DEBUG ( 1857): beae8000-beb09000 [stack]
I/DEBUG ( 1857): (no map for address)
I/DEBUG ( 1857): ffff0000-ffff1000 [vectors]
I/DEBUG ( 1857):
I/DEBUG ( 1857): stack:
I/DEBUG ( 1857): beb086a8 4bdc2748 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 1857): beb086ac 4bdc2c18 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 1857): beb086b0 4c49e4a1 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): beb086b4 01d05dd0 [heap]
I/DEBUG ( 1857): beb086b8 400d270c /system/lib/libc.so
I/DEBUG ( 1857): beb086bc 400d7808
I/DEBUG ( 1857): beb086c0 00000000
I/DEBUG ( 1857): beb086c4 400aa159 /system/lib/libc.so
I/DEBUG ( 1857): beb086c8 00000000
I/DEBUG ( 1857): beb086cc beb086fc [stack]
I/DEBUG ( 1857): beb086d0 40873b3d /system/lib/libdvm.so
I/DEBUG ( 1857): beb086d4 00000023
I/DEBUG ( 1857): beb086d8 4c4a2af8 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): beb086dc 400a92c5 /system/lib/libc.so
I/DEBUG ( 1857): beb086e0 df0027ad
I/DEBUG ( 1857): beb086e4 00000000
I/DEBUG ( 1857): #00 beb086e8 27900019
I/DEBUG ( 1857): beb086ec ebd9419b
I/DEBUG ( 1857): beb086f0 4c49dff0 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): beb086f4 01c28300 [heap]
I/DEBUG ( 1857): beb086f8 4c49dff0 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): beb086fc fffffbdf
I/DEBUG ( 1857): beb08700 00000023
I/DEBUG ( 1857): beb08704 01c28300 [heap]
I/DEBUG ( 1857): beb08708 4c49dff0 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): beb0870c 4017f285 /system/lib/libnativehelper.so
I/DEBUG ( 1857): #01 beb08710 01c28300 [heap]
I/DEBUG ( 1857): beb08714 27900019
I/DEBUG ( 1857): beb08718 01d05b68 [heap]
I/DEBUG ( 1857): beb0871c 00000000
I/DEBUG ( 1857): beb08720 4c496949 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): beb08724 01c2b868 [heap]
I/DEBUG ( 1857): beb08728 408d0f90 /system/lib/libdvm.so
I/DEBUG ( 1857): beb0872c 40259e93 /system/lib/libandroid_runtime.so
I/Netd ( 1960): Netd 1.0 starting
D/AndroidRuntime( 1961):
D/AndroidRuntime( 1961): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1961): CheckJNI is OFF
I/SamplingProfilerIntegration( 1961): Profiling disabled.
I/Zygote ( 1961): Preloading classes...
D/dalvikvm( 1961): GC_EXPLICIT freed 37K, 84% free 414K/2560K, paused 0ms+1ms
D/dalvikvm( 1961): GC_EXPLICIT freed 4K, 82% free 479K/2560K, paused 0ms+0ms
D/dalvikvm( 1961): GC_EXPLICIT freed 20K, 80% free 515K/2560K, paused 0ms+0ms
D/dalvikvm( 1961): GC_EXPLICIT freed 27K, 79% free 542K/2560K, paused 0ms+0ms
D/dalvikvm( 1961): GC_EXPLICIT freed 14K, 78% free 585K/2560K, paused 0ms+0ms
D/dalvikvm( 1961): GC_EXPLICIT freed 25K, 76% free 614K/2560K, paused 1ms+1ms
D/dalvikvm( 1961): GC_EXPLICIT freed 32K, 76% free 638K/2560K, paused 1ms+1ms
D/TextLayoutCache( 1961): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1961): Class not found for preloading: android.media.AudioManager$2
E/dalvikvm( 1961): ERROR: couldn't find native method
E/dalvikvm( 1961): Requested: Landroid/media/MediaPlayer;._setDataSource:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
E/dalvikvm( 1961): Candidate: Landroid/media/MediaPlayer;._setDataSource:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
E/JNIHelp ( 1961): RegisterNatives failed for 'android/media/MediaPlayer', aborting
F/libc ( 1961): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG ( 1857): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1857): Build fingerprint: 'Meizu/meizu_mx/mx:4.0.3/IML74K/eng.flyme.20120806.134909:user/test-keys'
I/DEBUG ( 1857): pid: 1961, tid: 1961 >>> zygote <<<
I/DEBUG ( 1857): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 1857): r0 deadbaad r1 00000001 r2 40000000 r3 00000000
I/DEBUG ( 1857): r4 00000000 r5 00000027 r6 408a4b3d r7 00000023
I/DEBUG ( 1857): r8 48e2eaf8 r9 018d5db8 10 00000001 fp 00000000
I/DEBUG ( 1857): ip ffffffff sp be8fb6e8 lr 400fb159 pc 400f78b8 cpsr 60000030
I/DEBUG ( 1857): d0 4140000000000000 d1 40dd40003f800000
I/DEBUG ( 1857): d2 0000000000000000 d3 c1322000403b8000
I/DEBUG ( 1857): d4 40dd4000c14ac800 d5 0006ea0000000000
I/DEBUG ( 1857): d6 4516300000000000 d7 4100000000000200
I/DEBUG ( 1857): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1857): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1857): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1857): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1857): d16 0000000740b34a78 d17 3fe999999999999a
I/DEBUG ( 1857): d18 4193221984000000 d19 0000000000000000
I/DEBUG ( 1857): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 1857): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 1857): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 1857): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 1857): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 1857): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 1857): scr 60000010
I/DEBUG ( 1857):
I/DEBUG ( 1857): #00 pc 000178b8 /system/lib/libc.so
I/DEBUG ( 1857): #01 pc 0000c282 /system/lib/libnativehelper.so (jniRegisterNativeMethods)
I/DEBUG ( 1857): #02 pc 00045e90 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime21registerNativeMethodsEP7_JNIEnvPKcPK15JNINativeMethodi)
I/DEBUG ( 1857): #03 pc 00008974 /system/lib/libmedia_jni.so (JNI_OnLoad)
I/DEBUG ( 1857): #04 pc 0005a9d4 /system/lib/libdvm.so (_Z17dvmLoadNativeCodePKcP6ObjectPPc)
I/DEBUG ( 1857): #05 pc 00072b30 /system/lib/libdvm.so
I/DEBUG ( 1857): #06 pc 0005abdc /system/lib/libdvm.so (_Z22dvmResolveNativeMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 1857): #07 pc 00030a4c /system/lib/libdvm.so
I/DEBUG ( 1857): #08 pc 00034230 /system/lib/libdvm.so (_Z12dvmInterpretP6ThreadPK6MethodP6JValue)
I/DEBUG ( 1857): #09 pc 0006c8be /system/lib/libdvm.so (_Z14dvmCallMethodVP6ThreadPK6MethodP6ObjectbP6JValueSt9__va_list)
I/DEBUG ( 1857): #10 pc 0006c8e0 /system/lib/libdvm.so (_Z13dvmCallMethodP6ThreadPK6MethodP6ObjectP6JValuez)
I/DEBUG ( 1857): #11 pc 00076c7c /system/lib/libdvm.so (dvmInitClass)
I/DEBUG ( 1857): #12 pc 00076e28 /system/lib/libdvm.so (_Z12dvmFindClassPKcP6Object)
I/DEBUG ( 1857): #13 pc 00070a82 /system/lib/libdvm.so (_Z18dvmFindClassByNameP12StringObjectP6Objectb)
I/DEBUG ( 1857): #14 pc 00072886 /system/lib/libdvm.so
I/DEBUG ( 1857): #15 pc 00030a4c /system/lib/libdvm.so
I/DEBUG ( 1857): #16 pc 00034230 /system/lib/libdvm.so (_Z12dvmInterpretP6ThreadPK6MethodP6JValue)
I/DEBUG ( 1857): #17 pc 0006c8be /system/lib/libdvm.so (_Z14dvmCallMethodVP6ThreadPK6MethodP6ObjectbP6JValueSt9__va_list)
I/DEBUG ( 1857): #18 pc 00054e76 /system/lib/libdvm.so
I/DEBUG ( 1857): #19 pc 0004561a /system/lib/libandroid_runtime.so
I/DEBUG ( 1857): #20 pc 00046182 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
I/DEBUG ( 1857): #21 pc 00008f0a /system/bin/app_process
I/DEBUG ( 1857): #22 pc 0001673c /system/lib/libc.so (__libc_init)
I/DEBUG ( 1857):
I/DEBUG ( 1857): code around pc:
I/DEBUG ( 1857): 400f7898 4623b15c 2c006824 e026d1fb b12368db \.#F$h.,..&..h#.
I/DEBUG ( 1857): 400f78a8 21014a17 6011447a 48124798 24002527 .J.!zD.`.G.H'%.$
I/DEBUG ( 1857): 400f78b8 f7f47005 2106ee4c eedaf7f5 460aa901 .p..L..!.......F
I/DEBUG ( 1857): 400f78c8 f04f2006 94015380 94029303 eaa4f7f5 . O..S..........
I/DEBUG ( 1857): 400f78d8 4622a905 f7f52002 f7f4eaae 2106ee38 .."F. ......8..!
I/DEBUG ( 1857):
I/DEBUG ( 1857): code around lr:
I/DEBUG ( 1857): 400fb138 41f0e92d 46804c0c 447c2600 68a56824 -..A.L.F.&|D$h.h
I/DEBUG ( 1857): 400fb148 e0076867 300cf9b5 dd022b00 47c04628 gh.....0.+..(F.G
I/DEBUG ( 1857): 400fb158 35544306 37fff117 6824d5f4 d1ee2c00 .CT5...7..$h.,..
I/DEBUG ( 1857): 400fb168 e8bd4630 bf0081f0 000283a2 41f0e92d 0F..........-..A
I/DEBUG ( 1857): 400fb178 fb01b086 9004f602 461f4815 4615460c .........H.F.F.F
I/DEBUG ( 1857):
I/DEBUG ( 1857): memory map around addr deadbaad:
I/DEBUG ( 1857): be8db000-be8fc000 [stack]
I/DEBUG ( 1857): (no map for address)
I/DEBUG ( 1857): ffff0000-ffff1000 [vectors]
I/DEBUG ( 1857):
I/DEBUG ( 1857): stack:
I/DEBUG ( 1857): be8fb6a8 4be09748 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 1857): be8fb6ac 4be09c18 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 1857): be8fb6b0 48e2a4a1 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): be8fb6b4 018d5df8 [heap]
I/DEBUG ( 1857): be8fb6b8 4012370c /system/lib/libc.so
I/DEBUG ( 1857): be8fb6bc 40128808
I/DEBUG ( 1857): be8fb6c0 00000000
I/DEBUG ( 1857): be8fb6c4 400fb159 /system/lib/libc.so
I/DEBUG ( 1857): be8fb6c8 00000000
I/DEBUG ( 1857): be8fb6cc be8fb6fc [stack]
I/DEBUG ( 1857): be8fb6d0 408a4b3d /system/lib/libdvm.so
I/DEBUG ( 1857): be8fb6d4 00000023
I/DEBUG ( 1857): be8fb6d8 48e2eaf8 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): be8fb6dc 400fa2c5 /system/lib/libc.so
I/DEBUG ( 1857): be8fb6e0 df0027ad
I/DEBUG ( 1857): be8fb6e4 00000000
I/DEBUG ( 1857): #00 be8fb6e8 27900019
I/DEBUG ( 1857): be8fb6ec 4efbabfc
I/DEBUG ( 1857): be8fb6f0 48e29ff0 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): be8fb6f4 017f8300 [heap]
I/DEBUG ( 1857): be8fb6f8 48e29ff0 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): be8fb6fc fffffbdf
I/DEBUG ( 1857): be8fb700 00000023
I/DEBUG ( 1857): be8fb704 017f8300 [heap]
I/DEBUG ( 1857): be8fb708 48e29ff0 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): be8fb70c 4026c285 /system/lib/libnativehelper.so
I/DEBUG ( 1857): #01 be8fb710 017f8300 [heap]
I/DEBUG ( 1857): be8fb714 27900019
I/DEBUG ( 1857): be8fb718 018d5b90 [heap]
I/DEBUG ( 1857): be8fb71c 00000000
I/DEBUG ( 1857): be8fb720 48e22949 /system/lib/libmedia_jni.so
I/DEBUG ( 1857): be8fb724 017fb868 [heap]
I/DEBUG ( 1857): be8fb728 40901f90 /system/lib/libdvm.so
I/DEBUG ( 1857): be8fb72c 401e7e93 /system/lib/libandroid_runtime.so
I/Netd ( 1983): Netd 1.0 starting
D/AndroidRuntime( 1984):
D/AndroidRuntime( 1984): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1984): CheckJNI is OFF
I/SamplingProfilerIntegration( 1984): Profiling disabled.
I/Zygote ( 1984): Preloading classes...
D/dalvikvm( 1984): GC_EXPLICIT freed 37K, 84% free 414K/2560K, paused 1ms+0ms
D/dalvikvm( 1984): GC_EXPLICIT freed 4K, 82% free 479K/2560K, paused 1ms+1ms
D/dalvikvm( 1984): GC_EXPLICIT freed 20K, 80% free 515K/2560K, paused 0ms+0ms
D/dalvikvm( 1984): GC_EXPLICIT freed 26K, 79% free 542K/2560K, paused 1ms+1ms
D/dalvikvm( 1984): GC_EXPLICIT freed 14K, 78% free 585K/2560K, paused 0ms+1ms
D/dalvikvm( 1984): GC_EXPLICIT freed 25K, 76% free 614K/2560K, paused 0ms+0ms
D/dalvikvm( 1984): GC_EXPLICIT freed 32K, 76% free 638K/2560K, paused 0ms+1ms
D/TextLayoutCache( 1984): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1984): Class not found for preloading: android.media.AudioManager$2
E/dalvikvm( 1984): ERROR: couldn't find native method
E/dalvikvm( 1984): Requested: Landroid/media/MediaPlayer;._setDataSource:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V
E/dalvikvm( 1984): Candidate: Landroid/media/MediaPlayer;._setDataSource:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
E/JNIHelp ( 1984): RegisterNatives failed for 'android/media/MediaPlayer', aborting
F/libc ( 1984): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG ( 1857): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
* and repeat again
Someone how can help me out?
Is there anyone still trying to make this thing real?
It would be AWESOME !
You need to patch the smali (check miuiv4 port guide for hints).
I was temporarily stopped because my pc is crashed. so i lost allot of files.
In the next few days i will receive my repaired parts. Than i will take a look on patching the smali.

Gemrb Baldur's Gate 2 (blue screen crash)

Can anyone help me with getting past this blue screen i am getting when i enter the game? I purchased the game off GOG and I've been trying to get this game to work for the past one week and had no luck. I modified it with widescreen mod and changed the res to 800x480 in the cfg file. I am trying to get this game to work on my Xperia Play rooted ics 4.x.x My alog is. I can post my cfg upon request, please help
I/GemRB (11509): [Override]
I/GemRB (11509): Searching for GTRSK006...
I/printf: (11509): GTRSK006.mos...
I/GemRB (11509): [chitin.key]
I/GemRB (11509): Searching for ar0602.are...
I/GemRB (11509): [Cache]
I/GemRB (11509): Searching for pathfind.2da...
I/GemRB (11509): [GemRB Override]
I/GemRB (11509): Searching for spawngrp.2da...
I/GemRB (11509): [Override]
I/GemRB (11509): Searching for tracking.2da...
I/GemRB (11509): [Override]
I/GemRB (11509): Searching for ar0602.wed...
I/printf: (11509): Cannot find data/AREA060A.bif... Resource unavailable.
I/GemRB (11509): [ERROR]
I/printf: (11509): [AREImporter]: No Tile Map Available.
I/GemRB (11509): Searching for CGUI6448.chu...
I/GemRB (11509): [Override]
F/libc (11509): Fatal signal 11 (SIGSEGV) at 0x00000538 (code=1)
I/DEBUG ( 135): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 135): Build fingerprint: 'SEMC/R800i_0000-0000/R800i:4.0.3/4.1.H.0.4/-z9-3w:user/release-keys'
I/DEBUG ( 135): pid: 11509, tid: 11525 >>> net.sourceforge.gemrb <<<
I/DEBUG ( 135): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000538
I/DEBUG ( 135): r0 00000000 r1 00566248 r2 0045baa0 r3 00000001
I/DEBUG ( 135): r4 00566248 r5 3ce545f1 r6 0045a4f7 r7 005287f8
I/DEBUG ( 135): r8 3cee43d4 r9 3cf75020 10 0000047c fp 00000001
I/DEBUG ( 135): ip 3cee4560 sp 3cadda00 lr 3ce545f9 pc 3ce545fa cpsr 40000030
I/DEBUG ( 135): d0 643a64696f72646e d1 6472656767756265
I/DEBUG ( 135): d2 0066007200750063 d3 005400650063006f
I/DEBUG ( 135): d4 0706070600700798 d5 0000000000001c07
I/DEBUG ( 135): d6 0000043f00890000 d7 0000000000080008
I/DEBUG ( 135): d8 408f400000000000 d9 0000000000000000
I/DEBUG ( 135): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 135): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 135): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 135): d16 001bd50000000001 d17 0000000000000000
I/DEBUG ( 135): d18 be005a97016ef7f9 d19 bee90e9fe9a935fc
I/DEBUG ( 135): d20 4000000000000000 d21 3f11566a01190b95
I/DEBUG ( 135): d22 bebbbd40af0711b8 d23 bf740a068ef98000
I/DEBUG ( 135): d24 3e66376972bea4d0 d25 3fd174645d9af8d8
I/DEBUG ( 135): d26 3fefe00000000000 d27 bee90e9fe9a93640
I/DEBUG ( 135): d28 c0000a071ac45ea4 d29 bf740a06afaeae03
I/DEBUG ( 135): d30 3c00f2b24b1d9ba3 d31 be005a9701800000
I/DEBUG ( 135): scr 60000013
I/DEBUG ( 135):
D/kernel ( 148): [ 7888.477874] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
D/kernel ( 148): [ 7888.487945] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
I/DEBUG ( 135): #00 pc 001145fa /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN10GameScript8AreaTypeEP10ScriptableP7Trigger)
I/DEBUG ( 135): #01 pc 0010a6fa /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN7Trigger8EvaluateEP10Scriptable)
I/DEBUG ( 135): #02 pc 0010aafe /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN9Condition8EvaluateEP10Scriptable)
I/DEBUG ( 135): #03 pc 0010bbc8 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN10GameScript6UpdateEPbS0_)
I/DEBUG ( 135): #04 pc 00127efe /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN10Scriptable13ExecuteScriptEi)
I/DEBUG ( 135): #05 pc 00125a78 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN10Scriptable13TickScriptingEv)
I/DEBUG ( 135): #06 pc 00127fb0 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so (_ZN10Scriptable6UpdateEv)
I/DEBUG ( 135):
I/DEBUG ( 135): code around pc:
I/DEBUG ( 135): 3ce545d8 2000bf0c bd102001 f011b510 f8b0f9e1 ... . ..........
I/DEBUG ( 135): 3ce545e8 f3c00538 bd101080 460cb510 f9d8f011 8..........F....
I/DEBUG ( 135): 3ce545f8 f8b06863 421a2538 2000bf0c bd102001 ch..8%.B... . ..
I/DEBUG ( 135): 3ce54608 2200b570 109cf8d1 f7fd4604 4605fbed p..".....F.....F
I/DEBUG ( 135): 3ce54618 4620b155 f9c4f011 46284604 f9c0f011 U. F.....F(F....
I/DEBUG ( 135):
I/DEBUG ( 135): code around lr:
I/DEBUG ( 135): 3ce545d8 2000bf0c bd102001 f011b510 f8b0f9e1 ... . ..........
I/DEBUG ( 135): 3ce545e8 f3c00538 bd101080 460cb510 f9d8f011 8..........F....
I/DEBUG ( 135): 3ce545f8 f8b06863 421a2538 2000bf0c bd102001 ch..8%.B... . ..
I/DEBUG ( 135): 3ce54608 2200b570 109cf8d1 f7fd4604 4605fbed p..".....F.....F
I/DEBUG ( 135): 3ce54618 4620b155 f9c4f011 46284604 f9c0f011 U. F.....F(F....
I/DEBUG ( 135):
I/DEBUG ( 135): stack:
I/DEBUG ( 135): 3cadd9c0 3cee43d4 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadd9c4 3ce4dc65 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadd9c8 00000001
I/DEBUG ( 135): 3cadd9cc 626f6c67
I/DEBUG ( 135): 3cadd9d0 3c006c61
I/DEBUG ( 135): 3cadd9d4 1faa44d7
I/DEBUG ( 135): 3cadd9d8 005661a0 [heap]
I/DEBUG ( 135): 3cadd9dc 3ce56ac9 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadd9e0 0043e86f [heap]
I/DEBUG ( 135): 3cadd9e4 005287f8 [heap]
I/DEBUG ( 135): 3cadd9e8 3cee43d4 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadd9ec 3cf75020
I/DEBUG ( 135): 3cadd9f0 0000047c
I/DEBUG ( 135): 3cadd9f4 3ce56adf /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadd9f8 df0027ad
I/DEBUG ( 135): 3cadd9fc 00000000
I/DEBUG ( 135): #00 3cadda00 00566248 [heap]
I/DEBUG ( 135): 3cadda04 3ce4a6fd /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): #01 3cadda08 00000003
I/DEBUG ( 135): 3cadda0c 00000001
I/DEBUG ( 135): 3cadda10 00565b20 [heap]
I/DEBUG ( 135): 3cadda14 005287f8 [heap]
I/DEBUG ( 135): 3cadda18 3ceb2808 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadda1c 3ceb23dc /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
I/DEBUG ( 135): 3cadda20 00000000
I/DEBUG ( 135): 3cadda24 3ce4ab03 /mnt/asec/net.sourceforge.gemrb-1/lib/libapplication.so
D/kernel ( 148): [ 7888.586669] gpio_keys_scan_keys: key 1-137, 1 (88) continue debounce
D/kernel ( 148): [ 7888.844757] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
D/kernel ( 148): [ 7888.936584] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
D/kernel ( 148): [ 7889.004486] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
D/kernel ( 148): [ 7889.098083] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
D/kernel ( 148): [ 7889.108123] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
D/kernel ( 148): [ 7889.223327] gpio_keys_scan_keys: key 1-136, 0 (19) continue debounce
I/BootReceiver( 283): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
I/WindowManager( 283): WIN DEATH: Window{2bfd2b78 SurfaceView paused=false}
W/InputDispatcher( 283): channel '2c21e590 net.sourceforge.gemrb/net.sourceforge.gemrb.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 283): channel '2c21e590 net.sourceforge.gemrb/net.sourceforge.gemrb.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
D/Zygote ( 138): Process 11509 terminated by signal (11)
I/ActivityManager( 283): Process net.sourceforge.gemrb (pid 11509) has died.
W/InputDispatcher( 283): Attempted to unregister already unregistered input channel '2c21e590 net.sourceforge.gemrb/net.sourceforge.gemrb.MainActivity (server)'
W/ActivityManager( 283): Force removing ActivityRecord{2c3328f8 net.sourceforge.gemrb/.MainActivity}: app died, no saved state
I/WindowManager( 283): WIN DEATH: Window{2c21e590 net.sourceforge.gemrb/net.sourceforge.gemrb.MainActivity paused=false}
I/InputDispatcher( 283): Dropping event because there is no focused window or focused application.
I/WindowManager( 283): WINDOW DIED Window{2c21e590 net.sourceforge.gemrb/net.sourceforge.gemrb.MainActivity paused=false}
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...
W/WindowManager( 283): Dropping delayed event...

[Q] Help with Logcat

I'm helping a friend to port a rom and now we stuck on this error
can someone share some lights on this please??
Code:
--------- beginning of /dev/log/system
I/Vold ( 193): Vold 2.1 (the revenge) firing up
D/Vold ( 193): Volume usbdisk state changing -1 (Initializing) -> 0 (No-Media)
--------- beginning of /dev/log/main
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/mm-camera-intf( 1755): mm_camera_open: dev name = /dev/video2, cam_idx = 2
I/mm-camera-sensor( 214): module_sensor_start_session:577 session 2
I/mm-camera( 214): gyro_module_start_session: Enter
I/mm-camera( 214): gyro_module_start_session: Init DSPS
I/mm-camera( 214): gyro_module_start_session: Exit successful
I/mm-camera( 214): gyro_module_get_port: Exit successful
I/mm-camera( 214): cpp_module_start_session:352, info: starting session 2
I/mm-camera( 214): cpp_module_start_session:425, info: session 2 started.
I/mm-camera( 214): c2d_module_start_session:246, info: starting session 2
I/mm-camera( 214): c2d_module_start_session:306, info: session 2 started.
I/mm-camera-sensor( 214): module_module_set_session_data:2435 max delay 2 report dSelay 1
D/mm-camera( 214): module_faceproc_set_session_data:1826] Per frame control 2 1
D/mm-camera-intf( 1755): mm_camera_open: opened, break out while loop
I/mm-camera( 214): mct_pipeline_process_set:command=800000b
E/mm-camera( 214): mct_pipeline_get_stream: no children
E/mm-camera( 214): mct_pipeline_process_set:1370: Couldn't find stream
I/mm-camera-sensor( 214): module_sensor_stop_session:630 session 2
I/mm-camera( 214): stats_module_stop_session: list =0xb8da77f0, remove port =0xb8d9f8c8 name=stats_sink from module=0xb8d8d778, name=stats
I/mm-camera( 214): stats_module_stop_session: 1 port =0xb8d9f8c8 name=stats_sink
I/mm-camera( 214): stats_module_stop_session: 2 port =0xb8d9f8c8 name=stats_sink
I/mm-camera( 214): gyro_module_stop_session: Enter
I/mm-camera( 214): gyro_module_stop_session: Deinit DSPS
I/mm-camera( 214): gyro_module_stop_session: Exit successful
I/mm-camera( 214): stats_module_stop_session: 3 port =0xb8d9f8c8 name=stats_sink
I/mm-camera( 214): cpp_module_stop_session:453, info: stopping session 2 ...
I/mm-camera( 214): cpp_module_stop_session:495, info: session 2 stopped.
I/mm-camera( 214): c2d_module_stop_session:322, info: stopping session 2 ...
I/mm-camera( 214): c2d_module_stop_session:361, info: session 2 stopped.
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
D/QCamera3HWI( 1755): static int8_t qcamera::QCamera3HardwareInterface::lookupFwkName(const qcamera::QCamera3HardwareInterface::QCameraMap*, int, int): Cannot find matching framework type
I/AudioPolicyManagerBase( 1755): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
D/audio_hw_primary( 1755): adev_open: enter
I/ServiceManager( 192): service 'media.audio_flinger' died
I/ServiceManager( 192): service 'media.player' died
I/ServiceManager( 192): service 'media.camera' died
I/Netd ( 1844): Netd 1.0 starting
W/InterfaceController( 1844): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 1846): ServiceManager: 0xb77e0460
I/AudioFlinger( 1846): Using default 3000 mSec as standby time.
I/CameraService( 1846): CameraService started (pid=1846)
I/CameraService( 1846): Loaded "QCamera Module" camera module
D/mm-camera-intf( 1846): mm_camera_open: dev name = /dev/video1, cam_idx = 1
I/mm-camera-sensor( 214): module_sensor_start_session:577 session 1
I/mm-camera( 214): gyro_module_start_session: Enter
I/mm-camera( 214): gyro_module_start_session: Init DSPS
I/mm-camera( 214): gyro_module_start_session: Exit successful
I/mm-camera( 214): gyro_module_get_port: Exit successful
I/mm-camera( 214): cpp_module_start_session:352, info: starting session 1
I/mm-camera( 214): cpp_module_start_session:425, info: session 1 started.
I/mm-camera( 214): c2d_module_start_session:246, info: starting session 1
I/mm-camera( 214): c2d_module_start_session:306, info: session 1 started.
I/mm-camera-sensor( 214): module_module_set_session_data:2435 max delay 2 report dSelay 1
D/mm-camera( 214): module_faceproc_set_session_data:1826] Per frame control 2 1
D/mm-camera-intf( 1846): mm_camera_open: opened, break out while loop
I/mm-camera( 214): mct_pipeline_process_set:command=800000b
E/mm-camera( 214): mct_pipeline_get_stream: no children
E/mm-camera( 214): mct_pipeline_process_set:1370: Couldn't find stream
I/mm-camera-sensor( 214): module_sensor_stop_session:630 session 1
D/AndroidRuntime( 1845):
D/AndroidRuntime( 1845): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1845): CheckJNI is OFF
D/dalvikvm( 1845): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 1845): Added shared lib libjavacore.so 0x0
D/dalvikvm( 1845): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 1845): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 1845): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
E/dalvikvm( 1845): ERROR: couldn't find native method
E/dalvikvm( 1845): Requested: Landroid/content/res/AssetManager;.addOverlayPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
E/dalvikvm( 1845): JNI posting fatal error: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...
I/dalvikvm( 1845): "main" prio=5 tid=1 NATIVE
I/dalvikvm( 1845): | group="main" sCount=0 dsCount=0 obj=0x41597cc0 self=0x414d1410
I/dalvikvm( 1845): | sysTid=1845 nice=0 sched=0/0 cgrp=default handle=1074164052
I/dalvikvm( 1845): | state=R schedstat=( 240528748 6300576 47 ) utm=16 stm=8 core=1
I/dalvikvm( 1845): #00 pc 0000132e /system/lib/libcorkscrew.so (unwind_backtrace_thread+29)
I/dalvikvm( 1845): #01 pc 0006064e /system/lib/libdvm.so (dvmDumpNativeStack(DebugOutputTarget const*, int)+33)
I/dalvikvm( 1845): #02 pc 0005463c /system/lib/libdvm.so (dvmDumpThreadEx(DebugOutputTarget const*, Thread*, bool)+395)
I/dalvikvm( 1845): #03 pc 000546aa /system/lib/libdvm.so (dvmDumpThread(Thread*, bool)+25)
I/dalvikvm( 1845): #04 pc 000490c0 /system/lib/libdvm.so
I/dalvikvm( 1845): #05 pc 00001fd2 /system/lib/libnativehelper.so (jniRegisterNativeMethods+81)
I/dalvikvm( 1845): #06 pc 0004d8b6 /system/lib/libandroid_runtime.so
I/dalvikvm( 1845): #07 pc 0004dba4 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+23)
I/dalvikvm( 1845): #08 pc 0004e5f4 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+183)
I/dalvikvm( 1845): #09 pc 0000105a /system/bin/app_process
I/dalvikvm( 1845): #10 pc 0000e398 /system/lib/libc.so (__libc_init+47)
I/dalvikvm( 1845): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1845): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1845):
E/dalvikvm( 1845): VM aborting
F/libc ( 1845): Fatal signal 6 (SIGABRT) at 0x00000735 (code=-6), thread 1845 (zygote)
I/DEBUG ( 196): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 196): Build fingerprint: 'google/hammerhead/hammerhead:4.4.4/KTU84P/1227136:user/release-keys'
I/DEBUG ( 196): Revision: '11'
I/DEBUG ( 196): pid: 1845, tid: 1845, name: zygote >>> zygote <<<
I/DEBUG ( 196): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG ( 196): r0 00000000 r1 00000735 r2 00000006 r3 00000000
I/DEBUG ( 196): r4 00000006 r5 00000016 r6 00000735 r7 0000010c
I/DEBUG ( 196): r8 00000004 r9 bec36ba4 sl 00000000 fp bec36b83
I/DEBUG ( 196): ip 401f44b4 sp bec36628 lr 4008f035 pc 4009dfe0 cpsr 000f0010
I/DEBUG ( 196): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 196): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 196): d4 0000000000000000 d5 000000006e736c40
I/DEBUG ( 196): d6 3f0000004158f720 d7 000000000000007f
I/DEBUG ( 196): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 196): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 196): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 196): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 196): d16 2065766974614e28 d17 0a29646f6874654d
I/DEBUG ( 196): d18 65747379732f2020 d19 696c2f62696c2f6d
I/DEBUG ( 196): d20 64696f72646e6162 d21 656d69746e75725f
I/DEBUG ( 196): d22 646e6128206f732e d23 6e413a3a64696f72
I/DEBUG ( 196): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 196): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 196): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 196): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 196): scr 60000010
I/DEBUG ( 196):
I/DEBUG ( 196): backtrace:
I/DEBUG ( 196): #00 pc 00021fe0 /system/lib/libc.so (tgkill+12)
I/DEBUG ( 196): #01 pc 00013031 /system/lib/libc.so (pthread_kill+48)
I/DEBUG ( 196): #02 pc 00013245 /system/lib/libc.so (raise+10)
I/DEBUG ( 196): #03 pc 00011f7b /system/lib/libc.so
I/DEBUG ( 196): #04 pc 00021894 /system/lib/libc.so (abort+4)
I/DEBUG ( 196): #05 pc 00045cc7 /system/lib/libdvm.so (dvmAbort+78)
I/DEBUG ( 196): #06 pc 00001fd5 /system/lib/libnativehelper.so (jniRegisterNativeMethods+84)
I/DEBUG ( 196): #07 pc 0004d8b9 /system/lib/libandroid_runtime.so
I/DEBUG ( 196): #08 pc 0004dba5 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+24)
I/DEBUG ( 196): #09 pc 0004e5f5 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+184)
I/DEBUG ( 196): #10 pc 0000105b /system/bin/app_process
I/DEBUG ( 196): #11 pc 0000e39b /system/lib/libc.so (__libc_init+50)
I/DEBUG ( 196): #12 pc 00000d7c /system/bin/app_process
I/DEBUG ( 196):
I/DEBUG ( 196): stack:
I/DEBUG ( 196): bec365e8 401e17cd /system/lib/libandroid_runtime.so
I/DEBUG ( 196): bec365ec 00000035
I/DEBUG ( 196): bec365f0 401f44b4 /system/lib/libandroid_runtime.so
I/DEBUG ( 196): bec365f4 00000004
I/DEBUG ( 196): bec365f8 bec36ba4 [stack]
I/DEBUG ( 196): bec365fc 00000000
I/DEBUG ( 196): bec36600 bec36b83 [stack]
I/DEBUG ( 196): bec36604 400a2501 /system/lib/libc.so (snprintf+80)
I/DEBUG ( 196): bec36608 36333138
I/DEBUG ( 196): bec3660c 30203020
I/DEBUG ( 196): bec36610 bec36684 [stack]
I/DEBUG ( 196): bec36614 00000000
I/DEBUG ( 196): bec36618 00000000
I/DEBUG ( 196): bec3661c 20302030
I/DEBUG ( 196): bec36620 00004000
I/DEBUG ( 196): bec36624 bec36692 [stack]
I/DEBUG ( 196): #00 bec36628 00000006
I/DEBUG ( 196): bec3662c 00000016
I/DEBUG ( 196): bec36630 00000735
I/DEBUG ( 196): bec36634 401f44b4 /system/lib/libandroid_runtime.so
I/DEBUG ( 196): bec36638 401f44b4 /system/lib/libandroid_runtime.so
I/DEBUG ( 196): bec3663c 4008f035 /system/lib/libc.so (pthread_kill+52)
I/DEBUG ( 196): #01 bec36640 00000006
I/DEBUG ( 196): bec36644 00000000
I/DEBUG ( 196): bec36648 00000035
I/DEBUG ( 196): bec3664c 4008f249 /system/lib/libc.so (raise+14)
I/DEBUG ( 196): #02 bec36650 bec3665c [stack]
I/DEBUG ( 196): bec36654 4008df7f /system/lib/libc.so
I/DEBUG ( 196):
I/DEBUG ( 196): memory near r9:
I/DEBUG ( 196): bec36b84 746f6779 622f0065 612f6e69 705f7070
I/DEBUG ( 196): bec36b94 65636f72 2d007373 67797a58 0065746f
I/DEBUG ( 196): bec36ba4 7379732f 2f6d6574 006e6962 797a2d2d
I/DEBUG ( 196): bec36bb4 65746f67 732d2d00 74726174 7379732d
I/DEBUG ( 196): bec36bc4 2d6d6574 76726573 50007265 3d485441
I/DEBUG ( 196): bec36bd4 6962732f 762f3a6e 6f646e65 69622f72
I/DEBUG ( 196): bec36be4 732f3a6e 65747379 62732f6d 2f3a6e69
I/DEBUG ( 196): bec36bf4 74737973 622f6d65 2f3a6e69 74737973
I/DEBUG ( 196): bec36c04 782f6d65 006e6962 4c5f444c 41524249
I/DEBUG ( 196): bec36c14 505f5952 3d485441 6e65762f 2f726f64
I/DEBUG ( 196): bec36c24 3a62696c 7379732f 2f6d6574 0062696c
I/DEBUG ( 196): bec36c34 52444e41 5f44494f 544f4f42 4f474f4c
I/DEBUG ( 196): bec36c44 4100313d 4f52444e 525f4449 3d544f4f
I/DEBUG ( 196): bec36c54 7379732f 006d6574 52444e41 5f44494f
I/DEBUG ( 196): bec36c64 45535341 2f3d5354 74737973 612f6d65
I/DEBUG ( 196): bec36c74 41007070 4f52444e 445f4449 3d415441
I/DEBUG ( 196):
I/DEBUG ( 196): memory near fp:
I/DEBUG ( 196): bec36b60 bec36b7f 00000000 00000000 ce000000
I/DEBUG ( 196): bec36b70 4935fbfb a3627a42 6cb16c8e 76cab2c1
I/DEBUG ( 196): bec36b80 7a006c37 746f6779 622f0065 612f6e69
I/DEBUG ( 196): bec36b90 705f7070 65636f72 2d007373 67797a58
I/DEBUG ( 196): bec36ba0 0065746f 7379732f 2f6d6574 006e6962
I/DEBUG ( 196): bec36bb0 797a2d2d 65746f67 732d2d00 74726174
I/DEBUG ( 196): bec36bc0 7379732d 2d6d6574 76726573 50007265
I/DEBUG ( 196): bec36bd0 3d485441 6962732f 762f3a6e 6f646e65
I/DEBUG ( 196): bec36be0 69622f72 732f3a6e 65747379 62732f6d
I/DEBUG ( 196): bec36bf0 2f3a6e69 74737973 622f6d65 2f3a6e69
I/DEBUG ( 196): bec36c00 74737973 782f6d65 006e6962 4c5f444c
I/DEBUG ( 196): bec36c10 41524249 505f5952 3d485441 6e65762f
I/DEBUG ( 196): bec36c20 2f726f64 3a62696c 7379732f 2f6d6574
I/DEBUG ( 196): bec36c30 0062696c 52444e41 5f44494f 544f4f42
I/DEBUG ( 196): bec36c40 4f474f4c 4100313d 4f52444e 525f4449
I/DEBUG ( 196): bec36c50 3d544f4f 7379732f 006d6574 52444e41
I/DEBUG ( 196):
I/DEBUG ( 196): memory near ip:
I/DEBUG ( 196): 401f4494 401d6831 401b20e9 401e1520 401e1485
I/DEBUG ( 196): 401f44a4 401b2145 401dcec4 401dad34 401b2081
I/DEBUG ( 196): 401f44b4 401e17f6 401db373 401b4f19 401e1800
I/DEBUG ( 196): 401f44c4 401e180c 401b4ec1 401e1844 401e1857
I/DEBUG ( 196): 401f44d4 401b4e49 401e186f 401e1884 401b4de1
I/DEBUG ( 196): 401f44e4 401e18bd 401e18c2 401b5019 401e18ea
I/DEBUG ( 196): 401f44f4 401d6b39 401b3a05 401e18f7 401d71ad
I/DEBUG ( 196): 401f4504 401b39d5 401e1905 401e190f 401b3925
I/DEBUG ( 196): 401f4514 401e1918 401e1922 401b38e1 401e1929
I/DEBUG ( 196): 401f4524 401ded38 401b38b5 401e1938 401ded38
I/DEBUG ( 196): 401f4534 401b3889 401e1950 401df0e7 401b4d8f
I/DEBUG ( 196): 401f4544 401e1963 401e1972 401b4c9f 401e19d0
I/DEBUG ( 196): 401f4554 401d70d3 401b4c87 401e19e4 401d88cf
I/DEBUG ( 196): 401f4564 401b4c41 401e19f7 401d88cf 401b4c01
I/DEBUG ( 196): 401f4574 401e1a12 401d71ad 401b4be5 401e1a23
I/DEBUG ( 196): 401f4584 401e1a2f 401b4b17 401e1a7c 401d6a6a
I/DEBUG ( 196):
I/DEBUG ( 196): memory near sp:
I/DEBUG ( 196): bec36608 36333138 30203020 bec36684 00000000
I/DEBUG ( 196): bec36618 00000000 20302030 00004000 bec36692
I/DEBUG ( 196): bec36628 00000006 00000016 00000735 401f44b4
I/DEBUG ( 196): bec36638 401f44b4 4008f035 00000006 00000000
I/DEBUG ( 196): bec36648 00000035 4008f249 bec3665c 4008df7f
I/DEBUG ( 196): bec36658 00000000 ffffffdf 400c62c4 400c622c
I/DEBUG ( 196): bec36668 00000000 40090b3f 415811f0 415811f0
I/DEBUG ( 196): bec36678 401e17cd 4009d898 00000000 41517ccb
I/DEBUG ( 196): bec36688 400d4324 6c756e28 0000296c 00000000
I/DEBUG ( 196): bec36698 00000000 00000000 00000000 00000000
I/DEBUG ( 196): bec366a8 00000000 00000000 00000000 00000000
I/DEBUG ( 196): bec366b8 00000000 00000000 00000000 00000000
I/DEBUG ( 196): bec366c8 00000000 00000000 00000000 00000000
I/DEBUG ( 196): bec366d8 00000000 00000000 00000000 00000000
I/DEBUG ( 196): bec366e8 00000000 00000000 00000000 00000000
I/DEBUG ( 196): bec366f8 00000000 00000000 00000000 00000000
I/DEBUG ( 196):
I/DEBUG ( 196): code around pc:
I/DEBUG ( 196): 4009dfc0 e8bd00f0 e3700a01 912fff1e e2600000
I/DEBUG ( 196): 4009dfd0 ea006e20 e92d50f0 e3a07f43 ef000000
I/DEBUG ( 196): 4009dfe0 e8bd50f0 e3700a01 912fff1e e2600000
I/DEBUG ( 196): 4009dff0 ea006e18 e92d50f0 e3a070ee ef000000
I/DEBUG ( 196): 4009e000 e8bd50f0 e3700a01 912fff1e e2600000
I/DEBUG ( 196): 4009e010 ea006e10 f200429a bf0080b9 f040f891
I/DEBUG ( 196): 4009e020 4001e92d f2c02a04 2a1080a5 8093f2c0
I/DEBUG ( 196): 4009e030 f2c02a20 2a408088 ea4fdb7f f1bc1c92
I/DEBUG ( 196): 4009e040 dd6c0f0a 0600e92d 0f40f1bc f500dd4a
I/DEBUG ( 196): 4009e050 f5016e80 ebae7920 ea4f0e09 ea4f5e4e
I/DEBUG ( 196): 4009e060 f50e5e5e ebbc7e20 dd3b1f9e f04fbfc4
I/DEBUG ( 196): 4009e070 ebd9090a dd35199e 0a0eeb01 0a3ff02a
I/DEBUG ( 196): 4009e080 1c9eebac bfd245e1 0c09ebac f04f46e1
I/DEBUG ( 196): 4009e090 f8910c00 f891f240 f921f280 f921028d
I/DEBUG ( 196): 4009e0a0 f8da428d f1b93000 f9000901 f900028d
I/DEBUG ( 196): 4009e0b0 f10a428d d1ee0a40 0f00f1bc f5bcd02b
I/DEBUG ( 196):
I/DEBUG ( 196): code around lr:
I/DEBUG ( 196): 4008f014 447b4b13 42b3e010 6a1ed10e 44784811
I/DEBUG ( 196): 4008f024 ec84f7fb ea0ef00d 46224631 efd0f00e
I/DEBUG ( 196): 4008f034 d00a3001 e00b2400 2b00681b 480ad1eb
I/DEBUG ( 196): 4008f044 44782403 ec72f7fb f001e002 6804fa23
I/DEBUG ( 196): 4008f054 fa20f001 46206005 bf00bd70 0003b38e
I/DEBUG ( 196): 4008f064 0003b382 0003b37a 0003b356 bf7ef7ff
I/DEBUG ( 196): 4008f074 4a3e4b3d e92d447b b08b43f0 4606589c
I/DEBUG ( 196): 4008f084 6823460d 930946a1 fa04f001 8000f8d0
I/DEBUG ( 196): 4008f094 d0482d00 f0104628 280ff96d d8444604
I/DEBUG ( 196): 4008f0a4 ffe4f7ff d1064286 4629200f e8d8f00d
I/DEBUG ( 196): 4008f0b4 d03c2800 482ee02e f7fb4478 482debb6
I/DEBUG ( 196): 4008f0c4 e0154478 d11342b0 482b6a06 f7fb4478
I/DEBUG ( 196): 4008f0d4 4a2aec2e 46332120 a801447a f9e6f013
I/DEBUG ( 196): 4008f0e4 a8012101 fd00f01a 46061c42 e011d104
I/DEBUG ( 196): 4008f0f4 28006800 e02cd1e6 46294630 f00d4622
I/DEBUG ( 196): 4008f104 1c43e914 d11e4607 f9c4f001 29046801

Categories

Resources