[Q] Help needed porting Sony's Camera app - Xperia Z Q&A, Help & Troubleshooting

Hi there, I'm currently trying to port the stock Camera app from 10.1.1.A.1.253 to a CM 10.1 nightly (I'm currently using the second one that was compiled on May 22, to be precise).
What I've done so far ist to push the following files to my phone (and set their permissions to 644) from a deodexed stock-based ROM (RomAur):
Code:
/system/framework/com.sonyericsson.cameraextension_impl.jar
/system/framework/com.sonyericsson.privateapis_impl.jar
/system/framework/com.sonymobile.cameracommon_impl.jar
/system/etc/permissions/com.sonyericsson.cameraextension.xml
/system/etc/permissions/com.sonyericsson.privateapis.xml
/system/etc/permissions/com.sonymobile.cameracommon.xml
/system/app/CameraCommon.apk
/system/app/CameraExtensionPermission.apk
/system/app/SemcCamera3D.apk
/system/app/SemcCameraUI.apk
And I've patched
Code:
/system/framework/framework.jar
To provide the android.os.storage.StorageManager.getVolumeType method and the android.os.storage.StorageManager.VolumeType object type. All of this after examining what error messages came up when trying to install the apks as normal apps (something about missing shared libraries), inspecting their AndroidManifest.xmls (which pointed me towards the other files I've pushed) and examining the logcat when trying to launch the Camera app (it complained about missing types and methods and so I've patched the framework.jar). There was still force-closing after these steps and the logcat said the following:
Code:
I/ActivityManager( 581): Start proc com.sonyericsson.android.camera for activity com.sonyericsson.android.camera/.CameraActivity: pid=3435 uid=10104 gids={50104, 1006, 1015, 1023, 3003, 1028}
I/InputReader( 581): Reconfiguring input devices. changes=0x00000004
I/InputReader( 581): Device reconfigured: id=10, name='clearpad', size 1080x1920, orientation 1, mode 1, display id 0
I/PCKeyboard( 1028): onConfigurationChanged()
I/ActivityManager( 581): Config changes=480 {0.85 262mcc1mnc en_US ldltr sw360dp w640dp h335dp 480dpi nrml long land finger -keyb/v/h -nav/h s.11 themeResource=null}
D/LMT::TouchService( 2225): New orientation: 2
I/MusicLeanback( 1620): ActionReceiver action:com.google.android.music.leanback.AUTO_CACHE_ALARM
D/MusicLeanback( 1620): Acquired WakeLock
D/MusicLeanback( 1620): onCreate
D/MusicLeanback( 1620): updateServiceState
D/MusicLeanback( 1620): isAllServicesConnected: false
D/MusicLeanback( 1620): bindings: dm=true cm=false nm=false
D/MusicLeanback( 1620): updateServiceState
D/MusicLeanback( 1620): isAllServicesConnected: false
D/MusicLeanback( 1620): bindings: dm=true cm=true nm=false
D/MusicLeanback( 1620): Service action:com.google.android.music.leanback.ACTIVATE_AUTO_CACHE
I/MusicLeanback( 1620): DailyWindow: Start: 3600000. Duration: 18000000. Frequency: 86400000. Trigger %: 40.
D/MusicLeanback( 1620): Recovered from connectivity change
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=1
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
E/ActivityThread( 3435): Failed to find provider info for com.sonyericsson.conversations
E/ActivityThread( 3435): Failed to find provider info for com.sonyericsson.conversations
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
D/BluetoothAdapter( 903): 1097100120: getState() : mService = null. Returning STATE_OFF
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
D/MusicLeanback( 1620): Attempt allowed: 28164843 exceeds retry frequency of 3600000
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/MusicLeanback( 1620): Too early to update. Last update: Sun May 26 02:51:02 CEST 2013. Will update: Mon May 27 01:32:44 CEST 2013
I/MusicLeanback( 1620): Set alarm for: Mon May 27 01:32:44 CEST 2013
D/MusicLeanback( 1620): Released WakeLock
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
I/libcamera( 211): HAL_getCameraInfo: E cameraId=0
I/libcamera( 211): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 211): HAL_getCameraInfo: X
D/AndroidRuntime( 3435): Shutting down VM
W/dalvikvm( 3435): threadid=1: thread exiting with uncaught exception (group=0x40d0d930)
W/MountService( 581): getVolumeState(/dev/null): Unknown volume
E/AndroidRuntime( 3435): FATAL EXCEPTION: main
E/AndroidRuntime( 3435): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sonyericsson.android.camera/com.sonyericsson.android.camera.CameraActivity}: java.lang.IllegalArgumentException
E/AndroidRuntime( 3435): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
E/AndroidRuntime( 3435): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2357)
E/AndroidRuntime( 3435): at android.app.ActivityThread.access$600(ActivityThread.java:153)
E/AndroidRuntime( 3435): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1247)
E/AndroidRuntime( 3435): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3435): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3435): at android.app.ActivityThread.main(ActivityThread.java:5226)
E/AndroidRuntime( 3435): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3435): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3435): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 3435): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime( 3435): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3435): Caused by: java.lang.IllegalArgumentException
E/AndroidRuntime( 3435): at android.os.Parcel.readException(Parcel.java:1429)
E/AndroidRuntime( 3435): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime( 3435): at android.os.storage.IMountService$Stub$Proxy.getVolumeState(IMountService.java:241)
E/AndroidRuntime( 3435): at android.os.storage.StorageManager.getVolumeState(StorageManager.java:555)
E/AndroidRuntime( 3435): at com.sonyericsson.android.camera.util.StorageUtil.getVolumeState(StorageUtil.java:31)
E/AndroidRuntime( 3435): at com.sonyericsson.android.camera.ExternalStorageManager.updateStorageState(ExternalStorageManager.java:371)
E/AndroidRuntime( 3435): at com.sonyericsson.android.camera.ExternalStorageManager.<init>(ExternalStorageManager.java:284)
E/AndroidRuntime( 3435): at com.sonyericsson.android.camera.CameraActivity.createSingletons(CameraActivity.java:673)
E/AndroidRuntime( 3435): at com.sonyericsson.android.camera.CameraActivity.onCreate(CameraActivity.java:214)
E/AndroidRuntime( 3435): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 3435): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 3435): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 3435): ... 11 more
D/dalvikvm( 1620): GC_EXPLICIT freed 1454K, 78% free 4216K/18852K, paused 3ms+8ms, total 41ms
W/ActivityManager( 581): Force finishing activity com.sonyericsson.android.camera/.CameraActivity
I/ActivityManager( 581): Config changes=480 {0.85 262mcc1mnc en_US ldltr sw360dp w360dp h615dp 480dpi nrml long port finger -keyb/v/h -nav/h s.12 themeResource=null}
D/LMT::TouchService( 2225): New orientation: 1
I/PCKeyboard( 1028): onConfigurationChanged()
I/InputReader( 581): Reconfiguring input devices. changes=0x00000004
I/InputReader( 581): Device reconfigured: id=10, name='clearpad', size 1080x1920, orientation 0, mode 1, display id 0
D/MusicLeanback( 1620): autoCacheConditions: enabled=false, charging=true, onWifi=true, inWindow=false
I/MusicLeanback( 1620): Conditions not met for autocaching.
I/MusicLeanback( 1620): Stop autocaching.
D/MusicLeanback( 1620): handleMessage: msg{ what=7 when=0 arg1=1 }
D/MusicLeanback( 1620): onDestroy
D/BluetoothAdapter( 903): 1097100120: getState() : mService = null. Returning STATE_OFF
W/ActivityManager( 581): Activity pause timeout for ActivityRecord{4110c3a8 u0 com.sonyericsson.android.camera/.CameraActivity}
Which I circumvented by patching SemcCameraUI.apk by changing line 629 in SemcCameraUI/smali/com/sonyericsson/android/camera/ExternalStorageManager.smali from
Code:
if-eqz v3, :cond_1
to
Code:
if-nez v3, :cond_1
Now I'm finally at a point where I can launch the Camera app without force-closing. Unfortunately, it just says
With a logcat like this:
Code:
I/ActivityManager( 568): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.sonyericsson.android.camera/.CameraActivity bnds=[540,922][540,922]} from pid 1063
E/ActivityThread( 2770): Failed to find provider info for com.sonyericsson.conversations
E/ActivityThread( 2770): Failed to find provider info for com.sonyericsson.conversations
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
W/ActivityManager( 568): Unable to start service Intent { act=com.sonyericsson.psm.sysmonservice.ISysmonService } U=0: not found
W/ActivityManager( 568): Unbind failed: could not find connection for [email protected]
W/ActivityManager( 568): Unable to start service Intent { act=com.sonyericsson.psm.thermalservice.ISysmonService } U=0: not found
W/ActivityManager( 568): Unbind failed: could not find connection for [email protected]
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/libcamera( 210): HAL_getCameraInfo: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 210): HAL_getCameraInfo: X
I/AwesomePlayer( 210): setDataSource_l(URL suppressed)
D/MediaExtractor( 210): returning default extractor
D/AwesomePlayer( 210): Tunnel Mime Type: audio/vorbis, object alive = 0, mTunnelAliveAP = 0
D/AwesomePlayer( 210): Normal Audio Playback
D/AwesomePlayer( 210): Use tunnel player only for AUDIO_STREAM_MUSIC
I/AwesomePlayer( 210): setDataSource_l(URL suppressed)
D/MediaExtractor( 210): returning default extractor
D/AwesomePlayer( 210): Tunnel Mime Type: audio/vorbis, object alive = 0, mTunnelAliveAP = 0
D/AwesomePlayer( 210): Normal Audio Playback
D/AwesomePlayer( 210): Use tunnel player only for AUDIO_STREAM_MUSIC
I/CameraClient( 210): Opening camera 0
I/libcamera( 210): HAL_openCameraHardware: E cameraId=0
I/libcamera( 210): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/caladbolg( 210): 447709184 cald_pal.c (5038) 692 I [INF] PAL_Create
I/caladbolg( 210): 447709520 cald_camctrl.c (18944) 692 I [INF] + Cald_CamCtrl_Create
I/caladbolg( 210): 447709642 cald_hal.c (5898) 692 I [INF] + Cald_Hal_Create
I/mm-camera( 210): c2d_interface_create: idx = 0 handle = 256
I/caladbolg( 210): 447711137 cald_hal.c (5926) 692 I [INF] - Cald_Hal_Create
I/caladbolg( 210): 447711168 cald_camctrl.c (9360) 692 I [INF] Module name SOI13BS2
E/libals-utils( 210): Unable to open '/sys/devices/virtual/input/mice/name'
I/caladbolg( 210): 447715654 cald_camctrl.c (6633) 692 I [INF] CameraIndex : [0x1]
I/caladbolg( 210): 447715685 cald_camctrl.c (6634) 692 I [INF] numOfCameras: [0x2]
I/caladbolg( 210): 447715715 cald_camctrl.c (6635) 692 I [INF] majorVersion: [0x3]
I/caladbolg( 210): 447715746 cald_camctrl.c (6636) 692 I [INF] minorVersion: [0x0]
I/caladbolg( 210): 447716539 cald_camctrl.c (18969) 692 I [INF] - Cald_CamCtrl_Create
I/caladbolg( 210): 447716570 cald_camctrl.c (18944) 692 I [INF] + Cald_CamCtrl_Create
I/caladbolg( 210): 447716600 cald_hal.c (5898) 692 I [INF] + Cald_Hal_Create
I/caladbolg( 210): 447716967 cald_hal.c (5926) 692 I [INF] - Cald_Hal_Create
I/caladbolg( 210): 447717089 cald_camctrl.c (9360) 692 I [INF] Module name LGI02BN0
I/caladbolg( 210): 447724231 cald_camctrl.c (6633) 692 I [INF] CameraIndex : [0x2]
I/caladbolg( 210): 447724322 cald_camctrl.c (6634) 692 I [INF] numOfCameras: [0x2]
I/caladbolg( 210): 447724444 cald_camctrl.c (6635) 692 I [INF] majorVersion: [0x3]
I/caladbolg( 210): 447724536 cald_camctrl.c (6636) 692 I [INF] minorVersion: [0x0]
I/caladbolg( 210): 447725360 cald_camctrl.c (18969) 692 I [INF] - Cald_CamCtrl_Create
E/QCOM PowerHAL( 210): Invalid hint ID.
E/QCOM PowerHAL( 210): Invalid hint ID.
I/caladbolg( 210): 447731098 cald_server.c (911) 692 I [INF] Server is created. (0)
I/caladbolg( 210): 447731220 cald_server.c (916) 692 I [INF] Server ref counter = 1
I/caladbolg( 210): 447731616 cald_client.c (1926) 692 I [INF] Cald_Client_Create
I/caladbolg( 210): 447731739 cald_client.c (307) 692 I [INF] + Cald_Client_ICamera_ReserveCamera index[0x1] priority[0] pICBCamera[0x4008b530] userData[0x41ec6e60]
I/caladbolg( 210): 447731891 cald_camctrl.c (9534) 4294 P [PFM] 447731891 + Cald_CamCtrl_PowerUp
I/caladbolg( 210): 447732074 cald_capctrl.c (12122) 4294 I [INF] + Cald_CapCtrl_Create
I/caladbolg( 210): 447736103 cald_capctrl.c (12150) 4294 I [INF] - Cald_CapCtrl_Create
I/caladbolg( 210): 447736317 cald_iqctrl.c (20513) 4294 I [INF] + Cald_IqCtrl_Create
I/caladbolg( 210): 447744191 cald_iqctrl.c (20560) 4294 I [INF] - Cald_IqCtrl_Create
I/caladbolg( 210): 447745686 cald_hal_qct_camera.c (5770) 4294 P [HAL] 447745686 + Cald_Hal_Qct_If_PowerUp
I/caladbolg( 210): 447745931 cald_hal_qct_camera.c (5839) 4294 P [HAL] 447745900 - Cald_Hal_Qct_If_PowerUp
I/mm-camera( 210): qcamsvr_start: old_mode = 7
D/mm-camera( 210): P [CAMIF]: 447749654 + sony_camif_cam_power_on
I/mm-camera( 210): mctl_store_curr_target Current target is 0
I/mm-camera( 210): config_proc_native_ctrl_cmd: CAMERA_SET_PARM_DIMENSION called
I/mm-camera( 210): axi_client_init axi client 0
I/mm-camera( 210):
I/mm-camera( 210): vfe_ops_init: E
I/mm-camera( 210): vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
I/mm-camera( 210): vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
I/mm-camera( 210): mctl_init_stats_proc_info: snap_max_line_cnt =37968
D/mm-camera( 210): P [CAMIF]: 447836240 - sony_camif_cam_power_on
I/Adreno200-EGL( 210): <qeglDrvAPI_eglInitialize:269>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051_msm8960_JB_VANILLA_CL2997615_release_AU (CL2997615)
I/Adreno200-EGL( 210): Build Date: 04/11/13 Thu
I/Adreno200-EGL( 210): Local Branch:
I/Adreno200-EGL( 210): Remote Branch: quic/mako_jb_mr1
I/Adreno200-EGL( 210): Local Patches: NONE
I/Adreno200-EGL( 210): Reconstruct Branch: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 + NOTHING
I/caladbolg( 210): 447841764 cald_camctrl.c (9549) 4294 P [PFM] 447841764 - Cald_CamCtrl_PowerUp
I/caladbolg( 210): 447842070 cald_client.c (332) 692 I [INF] - Cald_Client_ICamera_ReserveCamera (0)
I/caladbolg( 210): 447842802 cald_client.c (113) 692 I [INF] + Cald_Client_ICamera_GetCameraCaps
I/caladbolg( 210): 447843016 cald_client.c (137) 692 I [INF] - Cald_Client_ICamera_GetCameraCaps (0)
I/caladbolg( 210): 447843138 cald_client.c (151) 692 I [INF] + Cald_Client_ICamera_GetPreviewCaps
I/caladbolg( 210): 447843321 cald_client.c (177) 692 I [INF] - Cald_Client_ICamera_GetPreviewCaps (0)
I/caladbolg( 210): 447843443 cald_client.c (268) 692 I [INF] + Cald_Client_ICamera_GetSnapshotCaps
I/caladbolg( 210): 447843596 cald_client.c (293) 692 I [INF] - Cald_Client_ICamera_GetSnapshotCaps (0)
I/caladbolg( 210): 447843718 cald_client.c (191) 692 I [INF] + Cald_Client_ICamera_GetVideoCaps
I/caladbolg( 210): 447843901 cald_client.c (217) 692 I [INF] - Cald_Client_ICamera_GetVideoCaps (0)
I/caladbolg( 210): 447844908 cald_camctrl.c (12351) 4294 I [INF] Thumbnail size [640 x 480]
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
I/caladbolg( 210): 447847899 cald_client.c (113) 692 I [INF] + Cald_Client_ICamera_GetCameraCaps
I/caladbolg( 210): 447848082 cald_client.c (137) 692 I [INF] - Cald_Client_ICamera_GetCameraCaps (0)
I/caladbolg( 210): 447848204 cald_client.c (151) 692 I [INF] + Cald_Client_ICamera_GetPreviewCaps
I/caladbolg( 210): 447848387 cald_client.c (177) 692 I [INF] - Cald_Client_ICamera_GetPreviewCaps (0)
I/caladbolg( 210): 447848509 cald_client.c (268) 692 I [INF] + Cald_Client_ICamera_GetSnapshotCaps
I/caladbolg( 210): 447848693 cald_client.c (293) 692 I [INF] - Cald_Client_ICamera_GetSnapshotCaps (0)
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
W/MPL-9_sup( 568): 9 axis sensor fusion not available - No compass detected.
E/idd-api ( 210): idd_set_sdata: send failed, socket 44, errcode -2 (No such file or directory)
E/idd-api ( 210): idd_set_sdata: send failed, socket 44, errcode -2 (No such file or directory)
I/libcamera( 210): HAL_openCameraHardware: X created hardware=0x41ec6e60
I/dalvikvm( 2770): Rejecting re-init on previously-failed class Lcom/sonyericsson/cameraextension/CameraExtension; v=0x0
E/SemcCameraApp( 2770): CameraActivity:showErrorExitDialog: exit.
I/MPL-mldl_cfg_mpu:( 568): mpu3050_resume: Resuming to 000f
I/MPL-mldl_cfg_mpu:( 568): mpu3050_suspend: suspending sensors to 0000
I/MPL-mldl_cfg_mpu:( 568): mpu3050_suspend: Will resume next to 000f
W/MPL-9_sup( 568): 9 axis sensor fusion not available - No compass detected.
W/caladbolg( 210): 447883852 cald_nr.c (3791) 4308 W [VIS] Warning:NR lib mbl_create Fail
W/caladbolg( 210): 447884524 cald_nr.c (3791) 4303 W [VIS] Warning:NR lib mbl_create Fail
D/dalvikvm( 2770): GC_CONCURRENT freed 3488K, 76% free 4547K/18852K, paused 3ms+3ms, total 26ms
D/dalvikvm( 2770): WAIT_FOR_CONCURRENT_GC blocked 3ms
I/dalvikvm-heap( 2770): Grow heap (frag case) to 9.034MB for 2536936-byte allocation
E/libals-utils( 210): Unable to open '/sys/devices/virtual/input/mice/name'
D/dalvikvm( 2770): GC_CONCURRENT freed 286K, 64% free 6828K/18852K, paused 1ms+3ms, total 27ms
I/MPL-mldl_cfg_mpu:( 568): mpu3050_resume: Resuming to 000f
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
I/MPL-mldl_cfg_mpu:( 568): mpu3050_suspend: suspending sensors to 0000
I/MPL-mldl_cfg_mpu:( 568): mpu3050_suspend: Will resume next to 000f
W/MPL-9_sup( 568): 9 axis sensor fusion not available - No compass detected.
E/libals-utils( 210): Unable to open '/sys/devices/virtual/input/mice/name'
I/MPL-mldl_cfg_mpu:( 568): mpu3050_resume: Resuming to 000f
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
D/DASH ( 568): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
E/libals-utils( 210): Unable to open '/sys/devices/virtual/input/mice/name'
I/ActivityManager( 568): Displayed com.sonyericsson.android.camera/.CameraActivity: +940ms
This led me to look for something that could provide com.sonyericsson.psm.sysmonservice.ISysmonService and I decided that SemcPowerSaveModule.apk was a good candidate for this. So I pushed it to my phone, along with everything I could find that had "sysmon" in its name:
Code:
/system/lib/sysmon/sysmon_wlan_limit.so
/system/lib/sysmon/sysmon_usb_current_limit_level.so
/system/lib/sysmon/sysmon_tsens_tz_sensor9.so
/system/lib/sysmon/sysmon_tsens_tz_sensor8.so
/system/lib/sysmon/sysmon_tsens_tz_sensor7.so
/system/lib/sysmon/sysmon_tsens_tz_sensor6.so
/system/lib/sysmon/sysmon_tsens_tz_sensor5.so
/system/lib/sysmon/sysmon_tsens_tz_sensor4.so
/system/lib/sysmon/sysmon_tsens_tz_sensor3.so
/system/lib/sysmon/sysmon_tsens_tz_sensor2.so
/system/lib/sysmon/sysmon_tsens_tz_sensor10.so
/system/lib/sysmon/sysmon_tsens_tz_sensor1.so
/system/lib/sysmon/sysmon_tsens_tz_sensor0.so
/system/lib/sysmon/sysmon_test_sensor.so
/system/lib/sysmon/sysmon_pm8921_tz.so
/system/lib/sysmon/sysmon_perflevel.so
/system/lib/sysmon/sysmon_pba_therm.so
/system/lib/sysmon/sysmon_pa_therm.so
/system/lib/sysmon/sysmon_msm_thermal_disable.so
/system/lib/sysmon/sysmon_modem_lagan.so
/system/lib/sysmon/sysmon_lcd_brightness_level.so
/system/lib/sysmon/sysmon_gpu_perflevel.so
/system/lib/sysmon/sysmon_enable_charging.so
/system/lib/sysmon/sysmon_disable_charging2.so
/system/lib/sysmon/sysmon_disable_charging1.so
/system/lib/sysmon/sysmon_corelimit.so
/system/lib/sysmon/sysmon_charge_current_limit_level.so
/system/lib/sysmon/sysmon_bl_therm.so
/system/lib/sysmon/sysmon_batt_therm.so
/system/lib/libsysmon_jni.so
/system/lib/libsysmon_idd.so
/system/lib/libsysmon.so
/system/framework/com.sonyericsson.sysmon.jar
/system/etc/sysmon.cfg
/system/etc/permissions/com.sonyericsson.sysmon.xml
Though I don't think that this would have been necessary since the logcat states that SemcPowerSaveModule.apk would not be installed:
Code:
I/PackageManager( 572): /system/app/SemcPowerSaveModule.apk changed; collecting certs
E/kickstart( 569): Requested ID 6, file "/system/etc/firmware/apps.mbn"
W/PackageManager( 572): Signature mismatch for shared user : SharedUserSetting{40f55280 android.uid.system/1000}
D/PackageManager( 572): No files in app dir /vendor/app
E/PackageManager( 572): Package com.sonyericsson.psm.sysmonservice has no signatures that match those in shared user android.uid.system; ignoring!
I guess that this has something to do with its system app signature, which doesn't match the current system. The next step I'd try is to resign it with the system certificate, but for this I need the testkey.x509.pem and testkey.pk8 that were created during compilation of the nightly build. (Feel free to correct me if something about the last sentence is wrong, I don't know exactly what to do and how to call it but some googleing gave me this rough idea of what to do.)
Tell me if it's a no-go to ask for this kind of stuff, but can someone provide me with the aforementioned files so that I can continue trying to port the Camera app? Or does someone even have a better idea for this situation?
Thanks in advance!

UPDATE
I've managed to sort of install SemcPowerSaveModule.apk by removing some parts of its AndroidManifest.xml and resigning it with my own private key. Now the complaints about not finding com.sonyericsson.psm.sysmonservice.ISysmonService are gone but the camera is still not available. So I checked if there are some libraries left that have to do with the camera and indeed found three ones that weren't on the phone:
Code:
/system/lib/libcameraextensionclient.so
/system/lib/libcameraextensionjni.so
/system/lib/libcameraextensionservice.so
After copying them, the error screen isn't shown anymore and this is what I see:
With the following logcat:
Code:
I/ActivityManager( 565): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.sonyericsson.android.camera/.CameraActivity bnds=[540,922][540,922]} from pid 1180
I/ActivityManager( 565): Start proc com.sonyericsson.android.camera for activity com.sonyericsson.android.camera/.CameraActivity: pid=10236 uid=10104 gids={50104, 1006, 1015, 1023, 3003, 1028}
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=1
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
E/ActivityThread(10236): Failed to find provider info for com.sonyericsson.conversations
E/ActivityThread(10236): Failed to find provider info for com.sonyericsson.conversations
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
W/ActivityManager( 565): Unable to start service Intent { act=com.sonyericsson.psm.sysmonservice.ISysmonService } U=0: not found
W/ActivityManager( 565): Unbind failed: could not find connection for [email protected]
W/ActivityManager( 565): Unable to start service Intent { act=com.sonyericsson.psm.thermalservice.ISysmonService } U=0: not found
W/ActivityManager( 565): Unbind failed: could not find connection for [email protected]
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/libcamera( 998): HAL_getCameraInfo: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/libcamera( 998): HAL_getCameraInfo: X
I/AwesomePlayer( 998): setDataSource_l(URL suppressed)
D/MediaExtractor( 998): returning default extractor
D/AwesomePlayer( 998): Tunnel Mime Type: audio/vorbis, object alive = 0, mTunnelAliveAP = 0
D/AwesomePlayer( 998): Normal Audio Playback
D/AwesomePlayer( 998): Use tunnel player only for AUDIO_STREAM_MUSIC
I/AwesomePlayer( 998): setDataSource_l(URL suppressed)
D/MediaExtractor( 998): returning default extractor
D/AwesomePlayer( 998): Tunnel Mime Type: audio/vorbis, object alive = 0, mTunnelAliveAP = 0
D/AwesomePlayer( 998): Normal Audio Playback
D/AwesomePlayer( 998): Use tunnel player only for AUDIO_STREAM_MUSIC
I/CameraClient( 998): Opening camera 0
I/libcamera( 998): HAL_openCameraHardware: E cameraId=0
I/libcamera( 998): HAL_Camera_GetCameraInfo: HAL_gCameraNum=2
I/caladbolg( 998): 2475532291 cald_pal.c (5038) 7454 I [INF] PAL_Create
I/caladbolg( 998): 2475532627 cald_camctrl.c (18944) 7454 I [INF] + Cald_CamCtrl_Create
I/caladbolg( 998): 2475532749 cald_hal.c (5898) 7454 I [INF] + Cald_Hal_Create
I/mm-camera( 998): c2d_interface_create: idx = 0 handle = 256
I/caladbolg( 998): 2475535618 cald_hal.c (5926) 7454 I [INF] - Cald_Hal_Create
I/caladbolg( 998): 2475535679 cald_camctrl.c (9360) 7454 I [INF] Module name SOI13BS2
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/caladbolg( 998): 2475541874 cald_camctrl.c (6633) 7454 I [INF] CameraIndex : [0x1]
I/caladbolg( 998): 2475541905 cald_camctrl.c (6634) 7454 I [INF] numOfCameras: [0x2]
I/caladbolg( 998): 2475541935 cald_camctrl.c (6635) 7454 I [INF] majorVersion: [0x3]
I/caladbolg( 998): 2475541935 cald_camctrl.c (6636) 7454 I [INF] minorVersion: [0x0]
I/caladbolg( 998): 2475543248 cald_camctrl.c (18969) 7454 I [INF] - Cald_CamCtrl_Create
I/caladbolg( 998): 2475543278 cald_camctrl.c (18944) 7454 I [INF] + Cald_CamCtrl_Create
I/caladbolg( 998): 2475543339 cald_hal.c (5898) 7454 I [INF] + Cald_Hal_Create
I/caladbolg( 998): 2475545049 cald_hal.c (5926) 7454 I [INF] - Cald_Hal_Create
I/caladbolg( 998): 2475545079 cald_camctrl.c (9360) 7454 I [INF] Module name LGI02BN0
I/caladbolg( 998): 2475554662 cald_camctrl.c (6633) 7454 I [INF] CameraIndex : [0x2]
I/caladbolg( 998): 2475554723 cald_camctrl.c (6634) 7454 I [INF] numOfCameras: [0x2]
I/caladbolg( 998): 2475554754 cald_camctrl.c (6635) 7454 I [INF] majorVersion: [0x3]
I/caladbolg( 998): 2475554754 cald_camctrl.c (6636) 7454 I [INF] minorVersion: [0x0]
I/caladbolg( 998): 2475556219 cald_camctrl.c (18969) 7454 I [INF] - Cald_CamCtrl_Create
E/QCOM PowerHAL( 998): Invalid hint ID.
E/QCOM PowerHAL( 998): Invalid hint ID.
I/caladbolg( 998): 2475563422 cald_server.c (911) 7454 I [INF] Server is created. (0)
I/caladbolg( 998): 2475563544 cald_server.c (916) 7454 I [INF] Server ref counter = 1
I/caladbolg( 998): 2475563941 cald_client.c (1926) 7454 I [INF] Cald_Client_Create
I/caladbolg( 998): 2475564063 cald_client.c (307) 7454 I [INF] + Cald_Client_ICamera_ReserveCamera index[0x1] priority[0] pICBCamera[0x40b70530] userData[0x41b72008]
I/caladbolg( 998): 2475564215 cald_camctrl.c (9534) 10272 P [PFM] -1819403081 + Cald_CamCtrl_PowerUp
I/caladbolg( 998): 2475564398 cald_capctrl.c (12122) 10272 I [INF] + Cald_CapCtrl_Create
I/caladbolg( 998): 2475567756 cald_capctrl.c (12150) 10272 I [INF] - Cald_CapCtrl_Create
I/caladbolg( 998): 2475574470 cald_iqctrl.c (20513) 10272 I [INF] + Cald_IqCtrl_Create
I/caladbolg( 998): 2475582436 cald_iqctrl.c (20560) 10272 I [INF] - Cald_IqCtrl_Create
I/caladbolg( 998): 2475584359 cald_hal_qct_camera.c (5770) 10272 P [HAL] -1819382968 + Cald_Hal_Qct_If_PowerUp
I/caladbolg( 998): 2475584572 cald_hal_qct_camera.c (5839) 10272 P [HAL] -1819382754 - Cald_Hal_Qct_If_PowerUp
I/mm-camera( 998): qcamsvr_start: old_mode = 7
D/mm-camera( 998): P [CAMIF]: -1819378725 + sony_camif_cam_power_on
I/mm-camera( 998): mctl_store_curr_target Current target is 0
I/mm-camera( 998): config_proc_native_ctrl_cmd: CAMERA_SET_PARM_DIMENSION called
I/mm-camera( 998): axi_client_init axi client 0
I/mm-camera( 998):
I/mm-camera( 998): vfe_ops_init: E
I/mm-camera( 998): vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
I/mm-camera( 998): vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
I/mm-camera( 998): mctl_init_stats_proc_info: snap_max_line_cnt =37968
D/mm-camera( 998): P [CAMIF]: -1819288660 - sony_camif_cam_power_on
I/Adreno200-EGL( 998): <qeglDrvAPI_eglInitialize:269>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051_msm8960_JB_VANILLA_CL2997615_release_AU (CL2997615)
I/Adreno200-EGL( 998): Build Date: 04/11/13 Thu
I/Adreno200-EGL( 998): Local Branch:
I/Adreno200-EGL( 998): Remote Branch: quic/mako_jb_mr1
I/Adreno200-EGL( 998): Local Patches: NONE
I/Adreno200-EGL( 998): Reconstruct Branch: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 + NOTHING
W/MPL-9_sup( 565): 9 axis sensor fusion not available - No compass detected.
I/caladbolg( 998): 2475683611 cald_camctrl.c (9549) 10272 P [PFM] -1819283685 - Cald_CamCtrl_PowerUp
I/caladbolg( 998): 2475683825 cald_client.c (332) 7454 I [INF] - Cald_Client_ICamera_ReserveCamera (0)
I/caladbolg( 998): 2475685931 cald_client.c (113) 7454 I [INF] + Cald_Client_ICamera_GetCameraCaps
I/caladbolg( 998): 2475686205 cald_client.c (137) 7454 I [INF] - Cald_Client_ICamera_GetCameraCaps (0)
I/caladbolg( 998): 2475686358 cald_client.c (151) 7454 I [INF] + Cald_Client_ICamera_GetPreviewCaps
I/caladbolg( 998): 2475686572 cald_client.c (177) 7454 I [INF] - Cald_Client_ICamera_GetPreviewCaps (0)
I/caladbolg( 998): 2475686694 cald_client.c (268) 7454 I [INF] + Cald_Client_ICamera_GetSnapshotCaps
I/caladbolg( 998): 2475686938 cald_client.c (293) 7454 I [INF] - Cald_Client_ICamera_GetSnapshotCaps (0)
I/caladbolg( 998): 2475687060 cald_client.c (191) 7454 I [INF] + Cald_Client_ICamera_GetVideoCaps
I/caladbolg( 998): 2475687273 cald_client.c (217) 7454 I [INF] - Cald_Client_ICamera_GetVideoCaps (0)
I/caladbolg( 998): 2475690936 cald_camctrl.c (12351) 10272 I [INF] Thumbnail size [640 x 480]
I/caladbolg( 998): 2475696002 cald_client.c (113) 7454 I [INF] + Cald_Client_ICamera_GetCameraCaps
I/caladbolg( 998): 2475696369 cald_client.c (137) 7454 I [INF] - Cald_Client_ICamera_GetCameraCaps (0)
I/caladbolg( 998): 2475696582 cald_client.c (151) 7454 I [INF] + Cald_Client_ICamera_GetPreviewCaps
I/caladbolg( 998): 2475696918 cald_client.c (177) 7454 I [INF] - Cald_Client_ICamera_GetPreviewCaps (0)
I/caladbolg( 998): 2475697132 cald_client.c (268) 7454 I [INF] + Cald_Client_ICamera_GetSnapshotCaps
I/caladbolg( 998): 2475697437 cald_client.c (293) 7454 I [INF] - Cald_Client_ICamera_GetSnapshotCaps (0)
E/idd-api ( 998): idd_set_sdata: send failed, socket 42, errcode -2 (No such file or directory)
E/idd-api ( 998): idd_set_sdata: send failed, socket 42, errcode -2 (No such file or directory)
I/libcamera( 998): HAL_openCameraHardware: X created hardware=0x41b72008
I/MPL-mldl_cfg_mpu:( 565): mpu3050_resume: Resuming to 000f
I/MPL-mldl_cfg_mpu:( 565): mpu3050_suspend: suspending sensors to 0000
I/MPL-mldl_cfg_mpu:( 565): mpu3050_suspend: Will resume next to 000f
W/MPL-9_sup( 565): 9 axis sensor fusion not available - No compass detected.
I/ServiceManager(10236): Waiting for service media.cameraextension...
W/caladbolg( 998): 2475716359 cald_nr.c (3791) 10286 W [VIS] Warning:NR lib mbl_create Fail
W/caladbolg( 998): 2475721975 cald_nr.c (3791) 10281 W [VIS] Warning:NR lib mbl_create Fail
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/MPL-mldl_cfg_mpu:( 565): mpu3050_resume: Resuming to 000f
D/DASH ( 565): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
D/DASH ( 565): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
D/DASH ( 565): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
D/DASH ( 565): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
I/MPL-mldl_cfg_mpu:( 565): mpu3050_suspend: suspending sensors to 0000
I/MPL-mldl_cfg_mpu:( 565): mpu3050_suspend: Will resume next to 000f
W/MPL-9_sup( 565): 9 axis sensor fusion not available - No compass detected.
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/MPL-mldl_cfg_mpu:( 565): mpu3050_resume: Resuming to 000f
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
D/ALSADevice( 998): standby: handle 0x4224b618 h 0x0
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
D/alsa_ucm( 998): snd_use_case_set(): uc_mgr 0x411c6008 identifier _verb value Inactive
D/alsa_ucm( 998): Set mixer controls for HiFi Lowlatency enable 0
D/alsa_ucm( 998): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
D/alsa_ucm( 998): snd_use_case_set(): uc_mgr 0x411c6008 identifier _disdev value Speaker
D/alsa_ucm( 998): Set mixer controls for Speaker enable 0
D/alsa_ucm( 998): Setting mixer control: RX3 MIX1 INP1, value: ZERO
D/alsa_ucm( 998): Setting mixer control: RX3 MIX1 INP2, value: ZERO
D/alsa_ucm( 998): Setting mixer control: LINEOUT1 Volume, value: 0
D/alsa_ucm( 998): Setting mixer control: SLIM TX3 MUX, value: ZERO
D/AudioUsbALSA( 998): exitPlaybackThread, mproxypfdPlayback: -1
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
W/CameraExtension(10236): CameraExtensionService not published, waiting...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
W/ActivityManager( 565): Launch timeout has expired, giving up wake lock!
W/ActivityManager( 565): Activity idle timeout for ActivityRecord{45880730 u0 com.sonyericsson.android.camera/.CameraActivity}
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
W/CameraExtension(10236): CameraExtensionService not published, waiting...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
W/CameraExtension(10236): CameraExtensionService not published, waiting...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
I/ServiceManager(10236): Waiting for service media.cameraextension...
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
E/libals-utils( 998): Unable to open '/sys/devices/virtual/input/mice/name'
The problem now seems to be that CM's /system/bin/mediaserver doesn't provide something that Sony's Camera app needs. I've tried replacing the mediaserver binary with stock one but that just led to a boot loop and executing it after a successful boot gave me this (the stock binary was renamed so that it doesn't conflict with CM's):
Code:
[email protected]:/system/bin # mediaserver0
[1] + Stopped (signal) mediaserver0
[email protected]:/system/bin #
[1] + Bus error mediaserver0
130|[email protected]:/system/bin #
At this point I'm really out of ideas. Does anyone else know what I could try now?

I would think the easiest way to port the camera over to AOSP would be to slowly tear down the stock FW but I'm not expert.

Related

Don't work wifi AOSP+ roms

i have standard i9000 sgs 8 gb.wifi working good on all stock roms.
1-i tried all aosp roms(cm7,cm9,icssgs 4.2) and custom roms.
2-i tried different kernels(patwip,devil,semophore,glitch)
3-i did always clean install wipe cache factory reset etc. ,full wipe and installing two and three times.
4-Triying fix permission,
5-After installing rom trying remove battery. waiting and again boot)
6-Removed sim card and sd card again tried.
All of them dont work.Wifi dont work on aosp roms with my phone.
cm7 logcat is
I/PowerWidget( 307): Setting up widget
I/PowerWidget( 307): Default buttons being loaded
I/PowerWidget( 307): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSo
und
I/PowerWidget( 307): Setting up button: toggleWifi
I/PowerWidget( 307): Setting up button: toggleBluetooth
I/PowerWidget( 307): Setting up button: toggleGPS
I/PowerWidget( 307): Setting up button: toggleSound
I/Main thread( 1252): Focus lost
E/libEGL ( 1252): call to OpenGL ES API with no current context (logged once pe
r thread)
I/Process ( 1252): Sending signal. PID: 1252 SIG: 9
I/ActivityManager( 252): Process jp.co.capcom.android.sf4hd (pid 1252) has died
.
I/WindowManager( 252): WIN DEATH: Window{40904940 jp.co.capcom.android.sf4hd/jp
.gltest2.android.GlTest2Activity paused=false}
I/WindowManager( 252): WIN DEATH: Window{4090ba58 SurfaceView paused=false}
D/MediaScanner( 1241): prescan time: 601ms
D/MediaScanner( 1241): scan time: 19555ms
D/MediaScanner( 1241): postscan time: 48ms
D/MediaScanner( 1241): total time: 20204ms
I/BootReceiver( 1214): Got intent with action android.intent.action.MEDIA_SCANNE
R_FINISHED
D/MediaScannerService( 1241): done scanning volume external
D/MediaScannerService( 1241): start scanning volume external
I/CacheService( 1214): Starting CacheService
D/dalvikvm( 1241): GC_CONCURRENT freed 801K, 54% free 2891K/6215K, external 0K/0
K, paused 2ms+1ms
D/dalvikvm( 1241): GC_CONCURRENT freed 53K, 48% free 3232K/6215K, external 0K/0K
, paused 1ms+1ms
D/MediaScanner( 1241): prescan time: 123ms
D/MediaScanner( 1241): scan time: 126ms
D/MediaScanner( 1241): postscan time: 21ms
D/MediaScanner( 1241): total time: 270ms
I/BootReceiver( 1214): Got intent with action android.intent.action.MEDIA_SCANNE
R_FINISHED
D/MediaScannerService( 1241): done scanning volume external
I/CacheService( 1214): Preparing DiskCache for all thumbnails.
D/dalvikvm( 1214): GC_EXTERNAL_ALLOC freed 212K, 52% free 2770K/5703K, external
201K/521K, paused 14ms
D/dalvikvm( 1214): GC_EXTERNAL_ALLOC freed 242K, 52% free 2776K/5767K, external
225K/545K, paused 14ms
D/dalvikvm( 1214): GC_FOR_MALLOC freed 327K, 52% free 2784K/5767K, external 321K
/545K, paused 11ms
D/dalvikvm( 1241): GC_EXPLICIT freed 740K, 54% free 2890K/6215K, external 0K/0K,
paused 17ms
D/dalvikvm( 252): GC_EXPLICIT freed 365K, 47% free 5005K/9351K, external 4565K/
5701K, paused 37ms
D/dalvikvm( 1214): GC_EXTERNAL_ALLOC freed 381K, 53% free 2792K/5831K, external
345K/545K, paused 21ms
D/dalvikvm( 1214): GC_FOR_MALLOC freed 425K, 53% free 2799K/5831K, external 417K
/545K, paused 11ms
D/dalvikvm( 1241): GC_EXPLICIT freed 194K, 54% free 2921K/6215K, external 0K/0K,
paused 16ms
I/ActivityManager( 252): Starting: Intent { act=com.android.launcher.action.lau
ncheraction flg=0x10000000 cmp=com.android.launcher/.CustomShirtcutActivity bnds
=[192,723][288,800] (has extras) } from pid 340
D/dalvikvm( 340): GC_EXTERNAL_ALLOC freed 232K, 49% free 3464K/6727K, external
8203K/8208K, paused 20ms
D/AudioHardware( 162): AudioHardware pcm playback is going to standby.
V/AudioHardware( 162): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 162): closePcmOut_l() mPcmOpenCnt: 1
W/InputManagerService( 252): Window already focused, ignoring focus gain of: co
m.android.internal.view.IInputMethodClient$Stub$Pr [email protected]
D/dalvikvm( 1214): GC_CONCURRENT freed 370K, 52% free 2824K/5831K, external 369K
/545K, paused 1ms+2ms
D/dalvikvm( 252): GC_EXPLICIT freed 178K, 47% free 4995K/9351K, external 4565K/
5701K, paused 28ms
D/dalvikvm( 1214): GC_CONCURRENT freed 383K, 52% free 2829K/5831K, external 393K
/545K, paused 2ms+1ms
D/dalvikvm( 1241): GC_EXPLICIT freed 195K, 53% free 2952K/6215K, external 0K/0K,
paused 16ms
D/dalvikvm( 1214): GC_CONCURRENT freed 389K, 52% free 2832K/5831K, external 393K
/545K, paused 1ms+1ms
D/dalvikvm( 1214): GC_CONCURRENT freed 388K, 52% free 2835K/5831K, external 393K
/545K, paused 1ms+2ms
W/Database( 1241): Reached MAX size for compiled-sql statement cache for databas
e /data/data/com.android.providers.media/databases/external-78331ee9.db; i.e., N
O space for this sql statement in cache: SELECT _id, _data FROM thumbnails WHERE
(image_id=122). Please change your sql statements to use '?' for bindargs, inst
ead of using actual values
I/CacheService( 1214): DiskCache ready for all thumbnails.
D/dalvikvm( 1241): GC_EXPLICIT freed 192K, 53% free 2973K/6215K, external 0K/0K,
paused 16ms
D/dalvikvm( 252): GC_EXPLICIT freed 144K, 47% free 4993K/9351K, external 4565K/
5701K, paused 44ms
D/dalvikvm( 1241): GC_EXPLICIT freed 171K, 53% free 2974K/6215K, external 0K/0K,
paused 16ms
D/dalvikvm( 1214): GC_EXPLICIT freed 257K, 52% free 2836K/5831K, external 177K/5
45K, paused 15ms
D/SettingsAppWidgetProvider( 568): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider( 568): No instances yet... Wait for at least one in
stance to exist before adding global settings
D/dalvikvm( 1241): GC_EXPLICIT freed 106K, 52% free 3045K/6215K, external 0K/0K,
paused 21ms
D/Vold ( 157): USB connected
D/Vold ( 157): Share method ums now available
I/StorageNotification( 307): UMS connection changed to true (media state mounte
d)
D/Tethering( 252): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 252): interfaceAdded :usb0
D/BluetoothNetworkService( 252): updating tether state
D/BluetoothNetworkService( 252): interface usb0
D/Vold ( 157): USB connected
E/Tethering( 252): active iface (usb0) reported as added, ignoring
D/dalvikvm( 1214): GC_EXPLICIT freed 184K, 52% free 2816K/5831K, external 9K/521
K, paused 19ms
D/dalvikvm( 252): GC_EXPLICIT freed 272K, 47% free 5012K/9351K, external 4565K/
5701K, paused 34ms
W/ActivityManager( 252): Activity destroy timeout for HistoryRecord{40885d88 jp
.co.capcom.android.sf4hd/jp.gltest2.android.GlTest2Activity}
D/dalvikvm( 307): GC_CONCURRENT freed 604K, 50% free 3200K/6343K, external 1839
K/2265K, paused 16ms+3ms
D/dalvikvm( 568): GC_EXPLICIT freed 22K, 49% free 3406K/6663K, external 2185K/2
729K, paused 61ms
I/power ( 252): *** set_screen_state 0
D/SurfaceFlinger( 252): About to give-up screen, flinger = 0x2b5908
D/dalvikvm( 252): GC_EXTERNAL_ALLOC freed 121K, 47% free 5044K/9351K, external
5385K/5701K, paused 249ms
W/IInputConnectionWrapper( 252): showStatusIcon on inactive InputConnection
D/SntpClient( 252): request time failed: java.net.UnknownHostException: north-a
merica.pool.ntp.org
D/SntpClient( 252): request time failed: java.net.UnknownHostException: north-a
merica.pool.ntp.org
D/SntpClient( 252): request time failed: java.net.UnknownHostException: north-a
merica.pool.ntp.org
D/KeyguardViewMediator( 252): wakeWhenReadyLocked(3)
I/power ( 252): *** set_screen_state 1
D/SurfaceFlinger( 252): Screen about to return, flinger = 0x2b5908
D/SettingsAppWidgetProvider( 568): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider( 568): No instances yet... Wait for at least one in
stance to exist before adding global settings
W/InputManagerService( 252): Window already focused, ignoring focus gain of: co
m.android.internal.view.IInputMethodClient$Stub$Pr [email protected]
W/InputManagerService( 252): Starting input on non-focused client android.view.
[email protected] (uid=1000 pid=252)
I/ActivityManager( 252): Starting: Intent { act=android.settings.SETTINGS flg=0
x10200000 cmp=com.android.settings/.Settings } from pid 340
I/ActivityManager( 252): Displayed com.android.settings/.Settings: +338ms (tota
l +2m46s642ms)
I/ActivityManager( 252): Starting: Intent { act=android.intent.action.MAIN cmp=
com.android.settings/.WirelessSettings } from pid 568
I/ActivityManager( 252): Displayed com.android.settings/.WirelessSettings: +253
ms
I/ActivityManager( 252): Starting: Intent { act=android.intent.action.MAIN cmp=
com.android.settings/.wifi.WifiSettings } from pid 568
I/ActivityManager( 252): Displayed com.android.settings/.wifi.WifiSettings: +23
5ms
D/SettingsAppWidgetProvider( 568): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider( 568): No instances yet... Wait for at least one in
stance to exist before adding global settings
D/dalvikvm( 340): GC_EXPLICIT freed 162K, 49% free 3438K/6727K, external 8445K/
8636K, paused 37ms
D/WifiService( 252): ACTION_BATTERY_CHANGED pluggedType: 2
E/wpa_supplicant(11510): ioctl[SIOCGIFFLAGS]
E/wpa_supplicant(11510): ioctl[SIOCSIWPMKSA]
E/wpa_supplicant(11510): ioctl[SIOCSIWMODE]
E/wpa_supplicant(11510): ioctl[SIOCGIRANGE]
E/wpa_supplicant(11510): ioctl[SIOCGIWMODE]
E/wpa_supplicant(11510): ioctl[SIOCSIWAP]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODE]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODE]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODE]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11510): ioctl[SIOCSIWENCODE]
I/wpa_supplicant(11510): CTRL-EVENT-STATE-CHANGE id=-1 state=0 BSSID=00:00:00:00
:00:00
E/wpa_supplicant(11510): Failed to disable WPA in the driver.
E/wpa_supplicant(11510): ioctl[SIOCGIWMODE]
E/wpa_supplicant(11510): ioctl[SIOCSIWAP]
E/wpa_supplicant(11510): ioctl[SIOCGIFFLAGS]
D/WifiStateTracker( 252): Reset connections and stopping DHCP
W/ActivityManager( 252): Timeout of broadcast BroadcastRecord{40a293b8 android.
net.wifi.WIFI_STATE_CHANGED} - [email protected], started
10000ms ago
W/ActivityManager( 252): Receiver during timeout: ResolveInfo{409ab298 com.andr
oid.settings.widget.SettingsAppWidgetProvider p=0 o=0 m=0x108000}
I/Process ( 252): Sending signal. PID: 568 SIG: 3
I/dalvikvm( 568): threadid=4: reacting to signal 3
I/dalvikvm( 568): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 252): Sending signal. PID: 252 SIG: 3
I/dalvikvm( 252): threadid=4: reacting to signal 3
I/dalvikvm( 252): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 252): Sending signal. PID: 328 SIG: 3
I/dalvikvm( 328): threadid=4: reacting to signal 3
I/dalvikvm( 328): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 252): Sending signal. PID: 307 SIG: 3
I/dalvikvm( 307): threadid=4: reacting to signal 3
I/dalvikvm( 307): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 252): GC_EXPLICIT freed 952K, 44% free 5263K/9351K, external 6946K/
7231K, paused 31ms
E/ActivityManager( 252): ANR in com.android.settings
E/ActivityManager( 252): Reason: Broadcast of Intent { act=android.net.wifi.WIF
I_STATE_CHANGED flg=0x10000000 cmp=com.android.settings/.widget.SettingsAppWidge
tProvider (has extras) }
E/ActivityManager( 252): Load: 1.32 / 1.97 / 1.69
E/ActivityManager( 252): CPU usage from 5015ms to 0ms ago:
E/ActivityManager( 252): 2.9% 252/system_server: 1.3% user + 1.5% kernel / fa
ults: 3 minor
E/ActivityManager( 252): 1.1% 307/com.android.systemui: 1.1% user + 0% kernel
/ faults: 4 minor
E/ActivityManager( 252): 0.3% 70/vsync_workqueue: 0% user + 0.3% kernel
E/ActivityManager( 252): 0.1% 16/kondemand/0: 0% user + 0.1% kernel
E/ActivityManager( 252): 0.1% 93/gp2a_wq: 0% user + 0.1% kernel
E/ActivityManager( 252): 0% 160/rild: 0% user + 0% kernel
E/ActivityManager( 252): 4.8% TOTAL: 2.8% user + 2% kernel
E/ActivityManager( 252): CPU usage from 126ms to 636ms later with 99% awake:
E/ActivityManager( 252): 9% 252/system_server: 3.6% user + 5.4% kernel
E/ActivityManager( 252): 9% 268/ActivityManager: 3.6% user + 5.4% kernel
E/ActivityManager( 252): 3.8% TOTAL: 1.9% user + 1.9% kernel
D/WifiStateTracker( 252): Disabling interface
D/SettingsAppWidgetProvider( 568): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider( 568): No instances yet... Wait for at least one in
stance to exist before adding global settings
W/ActivityManager( 252): finishReceiver called but no pending broadcasts
E/WifiHW ( 252): Supplicant not running, cannot connect
W/ActivityManager( 252): Force finishing activity com.android.settings/.wifi.
WifiSettings
I/Process ( 252): Sending signal. PID: 568 SIG: 9
I/ActivityManager( 252): Killing com.android.settings (pid=568): user's request
I/ActivityManager( 252): Process com.android.settings (pid 568) has died.
I/WindowManager( 252): WIN DEATH: Window{408c5188 com.android.settings/com.andr
oid.settings.Settings paused=false}
I/WindowManager( 252): WIN DEATH: Window{409ecf78 com.android.settings/com.andr
oid.settings.WirelessSettings paused=false}
I/WindowManager( 252): WIN DEATH: Window{40a81ac8 com.android.settings/com.andr
oid.settings.wifi.WifiSettings paused=true}
I/ActivityManager( 252): Start proc com.android.settings for activity com.andro
id.settings/.WirelessSettings: pid=11575 uid=1000 gids={1015, 3002, 3001, 3003}
D/szipinf (11575): Initializing inflate state
D/dalvikvm(11575): GC_EXTERNAL_ALLOC freed 76K, 49% free 2780K/5379K, external 0
K/0K, paused 19ms
V/NFC (11575): this device does not have NFC support
D/dalvikvm(11575): GC_EXTERNAL_ALLOC freed 65K, 48% free 2870K/5447K, external 5
06K/519K, paused 17ms
W/InputManagerService( 252): Got RemoteException sending setActive(false) notif
ication to pid 568 uid 1000
I/ActivityManager( 252): Displayed com.android.settings/.WirelessSettings: +310
ms
E/WifiHW ( 252): Supplicant not running, cannot connect
D/WifiStateTracker( 252): Reset connections and stopping DHCP
D/SettingsAppWidgetProvider(11575): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider(11575): No instances yet... Wait for at least one in
stance to exist before adding global settings
D/WifiStateTracker( 252): Disabling interface
D/SettingsAppWidgetProvider(11575): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider(11575): No instances yet... Wait for at least one in
stance to exist before adding global settings
E/WifiHW ( 252): Supplicant not running, cannot connect
V/WifiStateTracker( 252): Connection to supplicant lost
I/ActivityManager( 252): Starting: Intent { act=android.intent.action.MAIN cmp=
com.android.settings/.wifi.WifiSettings } from pid 11575
I/ActivityManager( 252): Displayed com.android.settings/.wifi.WifiSettings: +26
0ms
D/dalvikvm(11575): GC_CONCURRENT freed 108K, 47% free 2988K/5575K, external 677K
/1034K, paused 2ms+1ms
D/SettingsAppWidgetProvider(11575): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider(11575): No instances yet... Wait for at least one in
stance to exist before adding global settings
E/wpa_supplicant(11607): ioctl[SIOCGIFFLAGS]
E/wpa_supplicant(11607): ioctl[SIOCSIWPMKSA]
E/wpa_supplicant(11607): ioctl[SIOCSIWMODE]
E/wpa_supplicant(11607): ioctl[SIOCGIRANGE]
E/wpa_supplicant(11607): ioctl[SIOCGIWMODE]
E/wpa_supplicant(11607): ioctl[SIOCSIWAP]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODE]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODE]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODE]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODEEXT]
E/wpa_supplicant(11607): ioctl[SIOCSIWENCODE]
I/wpa_supplicant(11607): CTRL-EVENT-STATE-CHANGE id=-1 state=0 BSSID=00:00:00:00
:00:00
E/wpa_supplicant(11607): Failed to disable WPA in the driver.
E/wpa_supplicant(11607): ioctl[SIOCGIWMODE]
E/wpa_supplicant(11607): ioctl[SIOCSIWAP]
E/wpa_supplicant(11607): ioctl[SIOCGIFFLAGS]
E/WifiService( 252): Failed to start supplicant daemon.
D/SettingsAppWidgetProvider(11575): Widget is from a previous version... Let's u
pdate
D/SettingsAppWidgetProvider(11575): No instances yet... Wait for at least one in
stance to exist before adding global settings
cm9 logcat is;
I/PowerManagerService( 229): animating: 16
E/WifiHW ( 229): Supplicant not running, cannot connect
I/power ( 229): *** set_screen_state 0
D/Sensors ( 229): Smb380Sensor::~enable(0, 0)
D/Sensors ( 229): Smb380Sensor::~enable(0, 0) open /sys/class/input/event1/devi
ce/enable
D/Sensors ( 229): Smb380Sensor::~enable(0, 0) opened /sys/class/input/event1/de
vice/enable
D/Sensors ( 229): Smb380Sensor::~setDelay(0, 66667000)
D/SurfaceFlinger( 156): About to give-up screen, flinger = 0x1c62918
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiStateMachine( 229): Failed to setup control channel, restart supplicant
D/dalvikvm( 229): GC_FOR_ALLOC freed 598K, 9% free 13579K/14791K, paused 39ms
I/dalvikvm-heap( 229): Grow heap (frag case) to 13.437MB for 104992-byte alloca
tion
D/dalvikvm( 229): GC_FOR_ALLOC freed 23K, 9% free 13658K/14919K, paused 43ms
D/dalvikvm( 229): GC_FOR_ALLOC freed 14K, 8% free 13749K/14919K, paused 36ms
D/dalvikvm( 229): GC_FOR_ALLOC freed 8K, 8% free 13860K/15047K, paused 38ms
V/TransportControlView( 229): Create TCV com.android.internal.widget.TransportC
[email protected]
D/PhoneStatusBar( 296): disable: < expand icons alerts ticker system_info back
home RECENT* clock >
W/IInputConnectionWrapper( 229): showStatusIcon on inactive InputConnection
W/InputManagerService( 229): Starting input on non-focused client com.android.i
[email protected] 8 (uid=1000 pid=1194)
D/PhoneStatusBar( 296): disable: < expand icons alerts ticker system_info BACK*
HOME* RECENT CLOCK* >
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1294): rfkill: Cannot open RFKILL control device
E/WifiConfigStore( 229): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1294): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1294): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1294): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1294): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 229): Failed to set country code TR
E/wpa_supplicant( 1294): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1294): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
E/WifiStateMachine( 229): Failed to set frequency band 0
D/CommandListener( 154): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1294): wlan0: CTRL-EVENT-TERMINATING
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1298): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1298): Could not set interface wlan0 flags: Operation not perm
itted
E/wpa_supplicant( 1298): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1298): wlan0: Failed to initialize driver interface
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiStateMachine( 229): Failed to setup control channel, restart supplicant
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1300): rfkill: Cannot open RFKILL control device
E/WifiConfigStore( 229): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1300): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1300): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1300): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1300): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 229): Failed to set country code TR
E/wpa_supplicant( 1300): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1300): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
E/WifiStateMachine( 229): Failed to set frequency band 0
D/CommandListener( 154): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1300): wlan0: CTRL-EVENT-TERMINATING
D/SoftapController( 154): Softap fwReload - Ok
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
I/wpa_supplicant( 1304): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1304): Could not set interface wlan0 flags: Operation not perm
itted
E/wpa_supplicant( 1304): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1304): wlan0: Failed to initialize driver interface
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiStateMachine( 229): Failed to setup control channel, restart supplicant
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1306): rfkill: Cannot open RFKILL control device
E/WifiConfigStore( 229): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1306): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1306): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1306): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1306): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 229): Failed to set country code TR
E/wpa_supplicant( 1306): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1306): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
E/WifiStateMachine( 229): Failed to set frequency band 0
D/CommandListener( 154): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1306): wlan0: CTRL-EVENT-TERMINATING
D/SoftapController( 154): Softap fwReload - Ok
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
I/wpa_supplicant( 1310): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1310): Could not set interface wlan0 flags: Operation not perm
itted
E/wpa_supplicant( 1310): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1310): wlan0: Failed to initialize driver interface
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiStateMachine( 229): Failed to setup control channel, restart supplicant
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1317): rfkill: Cannot open RFKILL control device
E/WifiConfigStore( 229): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1317): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1317): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1317): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1317): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 229): Failed to set country code TR
E/wpa_supplicant( 1317): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1317): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
E/WifiStateMachine( 229): Failed to set frequency band 0
D/CommandListener( 154): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1317): wlan0: CTRL-EVENT-TERMINATING
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1321): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1321): Could not set interface wlan0 flags: Operation not perm
itted
E/wpa_supplicant( 1321): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1321): wlan0: Failed to initialize driver interface
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiHW ( 229): Supplicant not running, cannot connect
E/WifiStateMachine( 229): Failed to setup control channel, restart supplicant
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1324): rfkill: Cannot open RFKILL control device
E/WifiConfigStore( 229): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1324): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1324): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1324): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 229): Failed to set country code TR
E/wpa_supplicant( 1324): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1324): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
E/WifiStateMachine( 229): Failed to set frequency band 0
D/CommandListener( 154): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1324): wlan0: CTRL-EVENT-TERMINATING
D/SoftapController( 154): Softap fwReload - Ok
D/NetworkManagementService( 229): rsp <213 00:00:00:00:00:00 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 229): flags <[down broadcast multicast]>
D/CommandListener( 154): Setting iface cfg
D/CommandListener( 154): Trying to bring down wlan0
D/CommandListener( 154): broadcast flag ignored
D/CommandListener( 154): multicast flag ignored
I/wpa_supplicant( 1328): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1328): Could not set interface wlan0 flags: Operation not perm
itted
Any solution about this problem or anybody has too?
And sgs phones have different wlan adapter sometimes?How can i learn about my wlan card adapter model?
Waiting for help. Thank u..

[ROM][4.4][UNOFFICIAL] CM11 without graphics

Hey there,
It is time to publish my CM11 tree for our Razr I phones.
There is nothing working so far.
It's a stock CM11 tree with integrated kernel from oxavelar (https://github.com/oxavelar/XT890-Kernel-Gamma), many things taken from hazou (https://github.com/HazouPH/android_device_motorola_smi) and surfaceflinger patches from steven676 (https://gist.github.com/steven676/7276901).
Recovery PHILZ 6.14.2 (CWM v6.0.4.7) should be working fine, although mount paths are not setup really well (vold mounts missing, aromafm can't automount). There might also be some confusion around the SD card paths, so I really recommend not to use it for wiping and backing up any SD related stuff. As recovery does work fine for installing and backing up, I post a fastboot flashable recovery.img. Note: This is really not well tested by me!
Additional Warning: You may lose your data on INTERNAL SD when you wipe DATA!
To use aromafm, push the supplied aromafm.zip to /external_sd/clockworkmod/aromafm/aromafm.zip using adb in recovery or your running rom (then use the stock path for external SD. Internal should also work but I prefer not to use that)
You can find recovery here: http://android.matthias-larisch.de/razr-i/recovery/
Device tree is here: https://github.com/NerdyProjects/android_device_motorola_smi
More Github links to other forked projects will follow shortly, there are more changes.
So let's begin with talking about some errors:
Code:
D/libEGL ( 128): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
I/GrallocFB( 128): framebuffer opened
D/hwcomposer( 128): bool IntelHWComposerDrm::drmInit(): successfully. mDrmFd 18
I/SurfaceFlinger( 128): Using composer version 0.0
W/SurfaceFlinger( 128): getting VSYNC period from fb HAL: 16666666
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
I/SurfaceFlinger( 128): EGL informations:
I/SurfaceFlinger( 128): vendor : Android
I/SurfaceFlinger( 128): version : 1.4 Android META-EGL
I/SurfaceFlinger( 128): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base 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 EGL_ANDROID_recordable
I/SurfaceFlinger( 128): Client API: OpenGL_ES
I/SurfaceFlinger( 128): EGLSurface: 8-8-8-8, config=0x12
I/SurfaceFlinger( 128): OpenGL ES informations:
I/SurfaceFlinger( 128): vendor : Imagination Technologies
I/SurfaceFlinger( 128): renderer : PowerVR SGX 540
I/SurfaceFlinger( 128): version : OpenGL ES 2.0 build [email protected]8934
I/SurfaceFlinger( 128): extensions: GL_EXT_debug_marker GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_vertex_half_float GL_OES_texture_float GL_OES_texture_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_fragment_precision_high GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_required_internalformat GL_OES_depth_texture GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_vertex_array_object GL_OES_egl_sync GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_EXT_discard_framebuffer GL_EXT_shader_texture_lod GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_program_binary GL_IMG_uniform_buffer_object GL_IMG_multisampled_render_to_texture
I/SurfaceFlinger( 128): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 128): GL_MAX_VIEWPORT_DIMS = 2048
E/cutils-trace( 128): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 128): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 128): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 128): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 128): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 128): call to OpenGL ES API with no current context (logged once per thread)
D/SurfaceFlinger( 128): Screen acquired, type=0 flinger=0xb94bf820
D/hwcomposer( 128): int IntelDisplayPlaneManager::setZOrderConfig(int, int): set zorder: 3
E/IMGSRV ( 128): :0: compositionComplete: GLESFlushBuffersGCNoContext failed
E/IMGSRV ( 128): :0: compositionComplete: Foreign (probably software) GLES detected! Enabling workarounds.
E/libEGL ( 128): validate_display:254 error 3008 (EGL_BAD_DISPLAY)
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
D/libEGL ( 195): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 195): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
E/libEGL ( 128): validate_display:254 error 3008 (EGL_BAD_DISPLAY)
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
D/libEGL ( 195): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
E/cutils-trace( 195): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 195): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 195): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
I/AudioPolicyManagerBase( 131): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
E/libEGL ( 195): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 195): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 195): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/libEGL ( 128): validate_display:254 error 3008 (EGL_BAD_DISPLAY)
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
Graphics is therefore not working. I also looked into the Samsung Galaxy Tab 3 10.1 porting effort and they seemed to not have any problem with the GFX at this stage. They have SGX544, though. Any ideas? Does also not work without surfaceflinger patches (Open-GL ES1.1 fallback). The ValidateWindowConfigFormat errors are the problems, I think.
Hello why are you trying to do what people are already doing?
It would be better if you try to work with hazou:
http://forum.xda-developers.com/showthread.php?t=2563960
Burn02 said:
Hello why are you trying to do what people are already doing?
It would be better if you try to work with hazou:
http://forum.xda-developers.com/showthread.php?t=2563960
Click to expand...
Click to collapse
Actually this is the KitKat ROM whereas that's the Jelly Bean one.
PosixCompatible said:
Graphics is therefore not working. I also looked into the Samsung Galaxy Tab 3 10.1 porting effort and they seemed to not have any problem with the GFX at this stage. They have SGX544, though. Any ideas? Does also not work without surfaceflinger patches (Open-GL ES1.1 fallback). The ValidateWindowConfigFormat errors are the problems, I think.
Click to expand...
Click to collapse
You are going to be more lucky looking at the patches from the galaxy nexus since we share the same gpu.
PosixCompatible said:
So let's begin with talking about some errors:
Code:
D/libEGL ( 128): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
I/GrallocFB( 128): framebuffer opened
D/hwcomposer( 128): bool IntelHWComposerDrm::drmInit(): successfully. mDrmFd 18
I/SurfaceFlinger( 128): Using composer version 0.0
W/SurfaceFlinger( 128): getting VSYNC period from fb HAL: 16666666
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
I/SurfaceFlinger( 128): EGL informations:
I/SurfaceFlinger( 128): vendor : Android
I/SurfaceFlinger( 128): version : 1.4 Android META-EGL
I/SurfaceFlinger( 128): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base 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 EGL_ANDROID_recordable
I/SurfaceFlinger( 128): Client API: OpenGL_ES
I/SurfaceFlinger( 128): EGLSurface: 8-8-8-8, config=0x12
I/SurfaceFlinger( 128): OpenGL ES informations:
I/SurfaceFlinger( 128): vendor : Imagination Technologies
I/SurfaceFlinger( 128): renderer : PowerVR SGX 540
I/SurfaceFlinger( 128): version : OpenGL ES 2.0 build [email protected]
I/SurfaceFlinger( 128): extensions: GL_EXT_debug_marker GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_vertex_half_float GL_OES_texture_float GL_OES_texture_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_fragment_precision_high GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_required_internalformat GL_OES_depth_texture GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_vertex_array_object GL_OES_egl_sync GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_EXT_discard_framebuffer GL_EXT_shader_texture_lod GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_program_binary GL_IMG_uniform_buffer_object GL_IMG_multisampled_render_to_texture
I/SurfaceFlinger( 128): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 128): GL_MAX_VIEWPORT_DIMS = 2048
E/cutils-trace( 128): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 128): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 128): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 128): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 128): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 128): call to OpenGL ES API with no current context (logged once per thread)
D/SurfaceFlinger( 128): Screen acquired, type=0 flinger=0xb94bf820
D/hwcomposer( 128): int IntelDisplayPlaneManager::setZOrderConfig(int, int): set zorder: 3
E/IMGSRV ( 128): :0: compositionComplete: GLESFlushBuffersGCNoContext failed
E/IMGSRV ( 128): :0: compositionComplete: Foreign (probably software) GLES detected! Enabling workarounds.
E/libEGL ( 128): validate_display:254 error 3008 (EGL_BAD_DISPLAY)
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
D/libEGL ( 195): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 195): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
E/libEGL ( 128): validate_display:254 error 3008 (EGL_BAD_DISPLAY)
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
D/libEGL ( 195): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
E/cutils-trace( 195): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 195): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 195): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
I/AudioPolicyManagerBase( 131): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
E/libEGL ( 195): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 195): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 195): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/libEGL ( 128): validate_display:254 error 3008 (EGL_BAD_DISPLAY)
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
Graphics is therefore not working. I also looked into the Samsung Galaxy Tab 3 10.1 porting effort and they seemed to not have any problem with the GFX at this stage. They have SGX544, though. Any ideas? Does also not work without surfaceflinger patches (Open-GL ES1.1 fallback). The ValidateWindowConfigFormat errors are the problems, I think.
Click to expand...
Click to collapse
And u did include all the patches from steven about the pixelflinger?
Hazou said:
And u did include all the patches from steven about the pixelflinger?
Click to expand...
Click to collapse
Jep, I thought I did. I really have to post the rest of the code, it's a bit complicated as I did not use the repo tool for most... Hope to make it this evening.
Patches applied to surfaceflinger:
Workaroung Bug XZ, pbuffer disable, egl2 disable, try-disabling-some-features-before-falling-back-to-egl1.
Following log with pbuffer without egl2:
Code:
BOARD_EGL_WORKAROUND_BUG_10194508 := true
#TARGET_DISABLE_SURFACEFLINGER_PBUFFERS := true
TARGET_DISABLE_SURFACEFLINGER_GLES2 := true
Code:
I/SurfaceFlinger( 127): SurfaceFlinger is starting
I/SurfaceFlinger( 127): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 127): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 127): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 127): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
I/GrallocFB( 127): framebuffer opened
D/hwcomposer( 127): bool IntelHWComposerDrm::drmInit(): successfully. mDrmFd 18
I/SurfaceFlinger( 127): Using composer version 0.0
W/SurfaceFlinger( 127): getting VSYNC period from fb HAL: 16666666
W/SurfaceFlinger( 127): OpenGL ES 2.0 disabled for this device
W/SurfaceFlinger( 127): no suitable EGLConfig found, trying OpenGL ES 1.1
W/SurfaceFlinger( 127): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
I/SurfaceFlinger( 127): EGL informations:
I/SurfaceFlinger( 127): vendor : Android
I/SurfaceFlinger( 127): version : 1.4 Android META-EGL
I/SurfaceFlinger( 127): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base 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 EGL_ANDROID_recordable
I/SurfaceFlinger( 127): Client API: OpenGL_ES
I/SurfaceFlinger( 127): EGLSurface: 8-8-8-8, config=0x2
E/cutils-trace( 127): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 127): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 127): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 127): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 127): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
I/SurfaceFlinger( 127): OpenGL ES informations:
I/SurfaceFlinger( 127): vendor : Imagination Technologies
I/SurfaceFlinger( 127): renderer : PowerVR SGX 540
I/SurfaceFlinger( 127): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 127): extensions: GL_EXT_debug_marker 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_sprite GL_OES_point_size_array GL_OES_matrix_palette GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_IMG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_format_BGRA8888 GL_OES_egl_sync GL_IMG_vertex_array_object GL_APPLE_texture_2D_limited_npot
I/SurfaceFlinger( 127): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 127): GL_MAX_VIEWPORT_DIMS = 2048
D/SurfaceFlinger( 127): Screen acquired, type=0 flinger=0xb790d820
D/hwcomposer( 127): int IntelDisplayPlaneManager::setZOrderConfig(int, int): set zorder: 3
E/SurfaceFlinger( 127): GL error 0x0501
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 127): :0: Post2: Passed an empty slot for the composition buffer, but no composition was posted since last Post2()
E/hwcomposer( 127): bool IntelHWComposer::commit(hwc_display_t, hwc_surface_t, hwc_layer_list_t*): Post2 failed with errno -14
E/hwcomposer( 127): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
D/libEGL ( 195): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 195): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 195): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
E/cutils-trace( 195): Error opening trace file: No such file or directory (2)
E/SurfaceFlinger( 127): GL error 0x0501
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 127): :0: Post2: Passed an empty slot for the composition buffer, but no composition was posted since last Post2()
E/hwcomposer( 127): bool IntelHWComposer::commit(hwc_display_t, hwc_surface_t, hwc_layer_list_t*): Post2 failed with errno -14
E/hwcomposer( 127): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 195): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 195): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 195): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 195): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 195): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/SurfaceFlinger( 127): GL error 0x0501
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 127): :0: Post2: Passed an empty slot for the composition buffer, but no composition was posted since last Post2()
E/hwcomposer( 127): bool IntelHWComposer::commit(hwc_display_t, hwc_surface_t, hwc_layer_list_t*): Post2 failed with errno -14
E/hwcomposer( 127): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
E/libEGL ( 127): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
(boot continues as normal)
As I see we should not encounter BUG 10194508 as the disabled feature does not show up in the capability list. I have to say that I never did anything with OpenGL except some very basic vertice programming in Delphi when I was a kid. Did never tinker with any of those error messages above.
Code:
BOARD_EGL_WORKAROUND_BUG_10194508 := true
TARGET_DISABLE_SURFACEFLINGER_PBUFFERS := true
#TARGET_DISABLE_SURFACEFLINGER_GLES2 := true
may be a bit more interesting as it gives us:
Code:
I/SurfaceFlinger( 127): SurfaceFlinger is starting
I/SurfaceFlinger( 127): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 127): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 127): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 127): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
I/GrallocFB( 127): framebuffer opened
D/hwcomposer( 127): bool IntelHWComposerDrm::drmInit(): successfully. mDrmFd 18
I/SurfaceFlinger( 127): Using composer version 0.0
W/SurfaceFlinger( 127): getting VSYNC period from fb HAL: 16666666
W/SurfaceFlinger( 127): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
I/SurfaceFlinger( 127): EGL informations:
I/SurfaceFlinger( 127): vendor : Android
I/SurfaceFlinger( 127): version : 1.4 Android META-EGL
I/SurfaceFlinger( 127): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base 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 EGL_ANDROID_recordable
I/SurfaceFlinger( 127): Client API: OpenGL_ES
I/SurfaceFlinger( 127): EGLSurface: 8-8-8-8, config=0x13
E/cutils-trace( 127): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 127): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 127): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 127): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 127): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 127): call to OpenGL ES API with no current context (logged once per thread)
F/libc ( 127): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 127 (surfaceflinger)
I/DEBUG ( 125): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 125): Build fingerprint: 'motorola/cm_smi/smi:4.4.2/KOT49H/e72f0c2fd7:userdebug/test-keys'
I/DEBUG ( 125): Revision: '0'
I/DEBUG ( 125): pid: 127, tid: 127, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
I/DEBUG ( 125): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 125): eax 00000000 ebx b75fce74 ecx 00000000 edx 00000000
I/DEBUG ( 125): esi b867f720 edi 00000000
I/DEBUG ( 125): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b
I/DEBUG ( 125): eip b7687076 ebp bfc3143c esp bfc313cc flags 00010246
E/Corkscrew( 125): unrecognized DW_CFA_* instruction: 0x10
I/DEBUG ( 125):
I/DEBUG ( 125): backtrace:
I/DEBUG ( 125): #00 pc 0005c076 /system/lib/libc.so (strlen+6)
I/DEBUG ( 125): #01 pc 0001485a /system/lib/libutils.so (android::String8::setTo(char const*)+42)
I/DEBUG ( 125): #02 pc 0003f241 /system/lib/libsurfaceflinger.so (android::GLExtensions::initWithGLStrings(unsigned char const*, unsigned char const*, unsigned char const*, unsigned char const*)+49)
I/DEBUG ( 125): #03 pc 0003f78c /system/lib/libsurfaceflinger.so (android::RenderEngine::logEGLInfo()+156)
I/DEBUG ( 125): #04 pc 00041655 /system/lib/libsurfaceflinger.so (android::GLES20RenderEngine::initializeGL()+341)
I/DEBUG ( 125): #05 pc 0002af69 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+1033)
I/DEBUG ( 125): #06 pc 00000931 /system/bin/surfaceflinger (main+209)
I/DEBUG ( 125):
I/DEBUG ( 125): stack:
I/DEBUG ( 125): bfc3138c b7638f89 /system/lib/libc.so (pthread_mutex_unlock+25)
I/DEBUG ( 125): bfc31390 b867d8c0 [heap]
I/DEBUG ( 125): bfc31394 bfc313e0 [stack]
I/DEBUG ( 125): bfc31398 bfc314b8 [stack]
I/DEBUG ( 125): bfc3139c b752359e /system/lib/libEGL.so (android::gl_no_context()+30)
I/DEBUG ( 125): bfc313a0 00000000
I/DEBUG ( 125): bfc313a4 b7523586 /system/lib/libEGL.so (android::gl_no_context()+6)
I/DEBUG ( 125): bfc313a8 b776a8b4 /system/lib/libsurfaceflinger.so
I/DEBUG ( 125): bfc313ac b73eb4c6 /system/lib/libGLESv1_CM.so (glViewport+54)
I/DEBUG ( 125): bfc313b0 00000000
I/DEBUG ( 125): bfc313b4 00000000
I/DEBUG ( 125): bfc313b8 b7638db9 /system/lib/libc.so (pthread_mutex_lock+9)
I/DEBUG ( 125): bfc313bc b76e3fcc /system/lib/libc.so
I/DEBUG ( 125): bfc313c0 00000033
I/DEBUG ( 125): bfc313c4 b867f720 [heap]
I/DEBUG ( 125): bfc313c8 00000000
I/DEBUG ( 125): #00 bfc313cc b75e785b /system/lib/libutils.so (android::String8::setTo(char const*)+43)
I/DEBUG ( 125): #01 bfc313d0 00000000
I/DEBUG ( 125): bfc313d4 bfc313e0 [stack]
I/DEBUG ( 125): bfc313d8 00000000
I/DEBUG ( 125): bfc313dc 00000000
I/DEBUG ( 125): bfc313e0 7f800000
I/DEBUG ( 125): bfc313e4 00000000
I/DEBUG ( 125): bfc313e8 00000000
I/DEBUG ( 125): bfc313ec 00000000
I/DEBUG ( 125): bfc313f0 00000000
I/DEBUG ( 125): bfc313f4 7f800000
I/DEBUG ( 125): bfc313f8 00000000
I/DEBUG ( 125): bfc313fc b776a8b4 /system/lib/libsurfaceflinger.so
I/DEBUG ( 125): bfc31400 b867f720 [heap]
I/DEBUG ( 125): bfc31404 00000000
I/DEBUG ( 125): bfc31408 bfc3143c [stack]
I/DEBUG ( 125): bfc3140c b7752242 /system/lib/libsurfaceflinger.so (android::GLExtensions::initWithGLStrings(unsigned char const*, unsigned char const*, unsigned char const*, unsigned char const*)+50)
I/DEBUG ( 125): #02 bfc31410 b867f724 [heap]
I/DEBUG ( 125): bfc31414 00000000
I/DEBUG ( 125): bfc31418 b75fce74 /system/lib/libutils.so
I/DEBUG ( 125): bfc3141c b7638f89 /system/lib/libc.so (pthread_mutex_unlock+25)
I/DEBUG ( 125): bfc31420 b866a030 [heap]
I/DEBUG ( 125): bfc31424 b75acddc /system/lib/libEGL.so
I/DEBUG ( 125): bfc31428 00001f00
I/DEBUG ( 125): bfc3142c b7523595 /system/lib/libEGL.so (android::gl_no_context()+21)
I/DEBUG ( 125): bfc31430 00000000
I/DEBUG ( 125): bfc31434 b7523586 /system/lib/libEGL.so (android::gl_no_context()+6)
I/DEBUG ( 125): bfc31438 b73f0fe4 /system/lib/libGLESv1_CM.so
I/DEBUG ( 125): bfc3143c b73ed67a /system/lib/libGLESv1_CM.so (glGetString+74)
I/DEBUG ( 125): bfc31440 00001f00
I/DEBUG ( 125): bfc31444 00000004
I/DEBUG ( 125): bfc31448 b7752219 /system/lib/libsurfaceflinger.so (android::GLExtensions::initWithGLStrings(unsigned char const*, unsigned char const*, unsigned char const*, unsigned char const*)+9)
I/DEBUG ( 125): bfc3144c b776a8b4 /system/lib/libsurfaceflinger.so
I/DEBUG ( 125): ........ ........
But I cannot debug it with gdbserver as this dies before the SIGSEV. It may have something to do with any unclean disabling of pbuffer in stevens patch? As it segfaults in logEGLinfo I assume it to fail because of the failures right above.
Another one with both patches disabled:
Code:
BOARD_EGL_WORKAROUND_BUG_10194508 := true
#TARGET_DISABLE_SURFACEFLINGER_PBUFFERS := true
#TARGET_DISABLE_SURFACEFLINGER_GLES2 := true
For every try I rebuilt the complete surfaceflinger by removing all objects from surfaceflinger_intermediates and libsurfaceflinger_intermediates and pushing the new files onto the device, this should have been enough.
Code:
I/SurfaceFlinger( 128): SurfaceFlinger is starting
I/SurfaceFlinger( 128): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 128): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 128): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
I/GrallocFB( 128): framebuffer opened
D/hwcomposer( 128): bool IntelHWComposerDrm::drmInit(): successfully. mDrmFd 18
I/SurfaceFlinger( 128): Using composer version 0.0
W/SurfaceFlinger( 128): getting VSYNC period from fb HAL: 16666666
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger( 128): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
I/SurfaceFlinger( 128): EGL informations:
I/SurfaceFlinger( 128): vendor : Android
I/SurfaceFlinger( 128): version : 1.4 Android META-EGL
I/SurfaceFlinger( 128): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base 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 EGL_ANDROID_recordable
I/SurfaceFlinger( 128): Client API: OpenGL_ES
I/SurfaceFlinger( 128): EGLSurface: 8-8-8-8, config=0x12
E/cutils-trace( 128): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 128): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 128): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 128): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 128): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
I/SurfaceFlinger( 128): OpenGL ES informations:
I/SurfaceFlinger( 128): vendor : Imagination Technologies
I/SurfaceFlinger( 128): renderer : PowerVR SGX 540
I/SurfaceFlinger( 128): version : OpenGL ES 2.0 build [email protected]
I/SurfaceFlinger( 128): extensions: GL_EXT_debug_marker GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_vertex_half_float GL_OES_texture_float GL_OES_texture_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_fragment_precision_high GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_required_internalformat GL_OES_depth_texture GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_vertex_array_object GL_OES_egl_sync GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_EXT_discard_framebuffer GL_EXT_shader_texture_lod GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_program_binary GL_IMG_uniform_buffer_object GL_IMG_multisampled_render_to_texture
I/SurfaceFlinger( 128): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 128): GL_MAX_VIEWPORT_DIMS = 2048
D/SurfaceFlinger( 128): Screen acquired, type=0 flinger=0xb8e43820
D/hwcomposer( 128): int IntelDisplayPlaneManager::setZOrderConfig(int, int): set zorder: 3
E/IMGSRV ( 128): :0: compositionComplete: GLESFlushBuffersGCNoContext failed
E/IMGSRV ( 128): :0: compositionComplete: Foreign (probably software) GLES detected! Enabling workarounds.
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 128): :0: Post2: Passed an empty slot for the composition buffer, but no composition was posted since last Post2()
E/hwcomposer( 128): bool IntelHWComposer::commit(hwc_display_t, hwc_surface_t, hwc_layer_list_t*): Post2 failed with errno -14
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
D/libEGL ( 181): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
D/libEGL ( 181): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
D/libEGL ( 181): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 128): :0: Post2: Passed an empty slot for the composition buffer, but no composition was posted since last Post2()
E/hwcomposer( 128): bool IntelHWComposer::commit(hwc_display_t, hwc_surface_t, hwc_layer_list_t*): Post2 failed with errno -14
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/cutils-trace( 181): Error opening trace file: No such file or directory (2)
E/IMGSRV ( 181): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 181): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
E/libEGL ( 181): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 181): eglQuerySurface:590 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 181): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
E/IMGSRV ( 128): :0: Post2: Passed an empty slot for the composition buffer, but no composition was posted since last Post2()
E/hwcomposer( 128): bool IntelHWComposer::commit(hwc_display_t, hwc_surface_t, hwc_layer_list_t*): Post2 failed with errno -14
E/hwcomposer( 128): int hwc_set(hwc_composer_device_t*, hwc_display_t, hwc_surface_t, hwc_layer_list_t*): failed to commit
E/libEGL ( 128): eglMakeCurrent:775 error 3009 (EGL_BAD_MATCH)
(boot continues as normal)
Every try with EGL2 does not remove the bootloader-logo (the bootloader unlocked message), but the EGL1 tries lead to a black screen.
Code:
I/SurfaceFlinger( 127): Using composer version 0.0
As if the composer is not loaded correctly, should be 0.3.
Code:
E/IMGSRV ( 127): :0: ValidateWindowConfigFormat: Window and Config pixel formats do not match
E/IMGSRV ( 127): :0: ValidateWindowConfigFormat: Window format was 1, Config format was 5
Looked it up, has something to do with the pixelparameters (colors). But what...
Have a look at this for gdb debugging on crashed services on start up.
Hazou said:
Code:
I/SurfaceFlinger( 127): Using composer version 0.0
As if the composer is not loaded correctly, should be 0.3.
Click to expand...
Click to collapse
Hazou said:
Have a look at this for gdb debugging on crashed services on start up.
Click to expand...
Click to collapse
Yeah, I already know about android debugging. Thanks anyway
Problem is, that gdbserver segfaults when running surfaceflinger. Could be too easy else, right?
Code:
130|[email protected]:/ # gdbserver :5039 /system/bin/surfaceflinger
Process /system/bin/surfaceflinger created; pid = 691
Listening on port 5039
Remote debugging from host 127.0.0.1
gdb: Unable to get location for thread creation breakpoint: requested event is not supported
gdb: Unable to get location for thread creation breakpoint: requested event is not supported
gdb: Unable to get location for thread creation breakpoint: requested event is not supported
thread getmsg err: no event message for getmsg
Cannot attach to process -326959101: No such process (3)
gdb: Could not attach to thread -326959101 (LWP -326959101)
thread getmsg err: no event message for getmsg
Segmentation fault
Code:
I/SurfaceFlinger( 691): SurfaceFlinger is starting
F/libc ( 691): Fatal signal 5 (???) at 0x00000000 (code=128), thread 699 (Binder_1)
I/SurfaceFlinger( 691): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
F/libc ( 691): Fatal signal 5 (???) at 0x00000000 (code=128), thread 691 (surfaceflinger)
I/DEBUG ( 125): process stopped due to unexpected signal 5
I/DEBUG ( 125): unexpected waitpid response: n=691, status=00000005
I/DEBUG ( 125): ptrace detach from 691 failed: No such process
I/DEBUG ( 125): debuggerd committing suicide to free the zombie!
I/DEBUG ( 703): debuggerd: Feb 17 2014 17:10:40
I did try to set a breakpoint into HWComposer initialisation but that gdb segfault happens before.
Please give me another day for the remaining sources - I know you really would like to compile this yourself. I will have another two hours tomorrow morning and hope to get it sorted out then.
That's it for today.
Edit:
BTW it is very nice to live without a smartphone a few days - but I soon need to have it working again (Razr I is my primary and only one). As I don't see me getting anyway here, I will soon go back to JB. Should not be more than a month until we see official 4.4 - those libs should all work more or less out of the box in CM11 I think/hope.
Take your time, I am interested, but won't be able to build in the next couple of weeks, I think so I don't mind if it is tomorrow or next month. Waiting more or less for official kitkat, to get started with cm11. In the mean time getting audio ready, because that will be one thing that we need to build/compile our self without much help from moto/Intel and I can do that in cm10.1.
Sent from my GT-P5110 using XDA Premium HD app
hi
iam facing similar issues
and here is full logcat http://paste.ubuntu.com/8056961/
I/SurfaceFlinger( 132): SurfaceFlinger is starting
I/SurfaceFlinger( 132): use dithering
I/SurfaceFlinger( 132): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 132): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 132): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 132): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Adreno200-EGL( 132): <qeglDrvAPI_eglInitialize:290>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.005_msm7627a_JB_CL2577695_release_AU (CL2577695)
I/Adreno200-EGL( 132): Build Date: 07/11/12 Wed
I/Adreno200-EGL( 132): Local Branch: mybranch65565
I/Adreno200-EGL( 132): Remote Branch: quic/master
I/Adreno200-EGL( 132): Local Patches: NONE
I/Adreno200-EGL( 132): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.005 + db7e81a + 4568683 + dfff884 + NOTHING
I/gralloc ( 132): using (fd=19)
I/gralloc ( 132): id = msmfb303_20001
I/gralloc ( 132): xres = 240 px
I/gralloc ( 132): yres = 320 px
I/gralloc ( 132): xres_virtual = 240 px
I/gralloc ( 132): yres_virtual = 972 px
I/gralloc ( 132): bpp = 16
I/gralloc ( 132): r = 11:5
I/gralloc ( 132): g = 5:6
I/gralloc ( 132): b = 0:5
I/gralloc ( 132): width = 43 mm (141.767441 dpi)
I/gralloc ( 132): height = 58 mm (140.137924 dpi)
I/gralloc ( 132): refresh rate = 0.00 Hz
D/CALCFPS ( 132): DEBUG_CALC_FPS: 0
D/CALCFPS ( 132): period: 10
D/CALCFPS ( 132): ignorethresh_us: 500000
D/CALCFPS ( 132): DEBUG_CALC_FPS: 0
D/CALCFPS ( 132): period: 10
D/CALCFPS ( 132): ignorethresh_us: 500000
I/hwcomposer( 132): Initializing Qualcomm Hardware Composer
I/hwcomposer( 132): MDP version: 303
I/hwcomposer( 132): DYN composition threshold : 2.000000
I/SurfaceFlinger( 132): Using composer version 1.0
I/hwcomposer( 132): Initializing UEvent Listener Thread
I/hwcomposer( 132): Initializing VSYNC Thread
Click to expand...
Click to collapse
W/SurfaceFlinger( 132): getting VSYNC period from fb HAL: -1
W/Adreno200-EGL( 132): <qeglDrvAPI_eglChooseConfig:774>: EGL_BAD_ATTRIBUTE
W/SurfaceFlinger( 132): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger( 132): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
W/SurfaceFlinger( 132): no suitable EGLConfig found, trying with 16-bit color allowed
W/Trace ( 132): error opening trace file: No such file or directory (2)
F/libc ( 132): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 184 (SurfaceFlinger)
Click to expand...
Click to collapse
@Hazou @PosixCompatible please help me with a possible work around
iam building for lg optimus e400
sooorajjj said:
hi
iam facing similar issues
and here is full logcat http://paste.ubuntu.com/8056961/
@Hazou @PosixCompatible please help me with a possible work around
iam building for lg optimus e400
Click to expand...
Click to collapse
Sorry, i never fixed this. I know Angel_666 from the tab3 10.1 fixed it somehow if i remember correctly.
Hazou said:
Sorry, i never fixed this. I know @Angel_666 from the tab3 10.1 fixed it somehow if i remember correctly.
Click to expand...
Click to collapse
MSMFB_METADATA_GET defined in msm_mdp.h but our framebuffer does not support it.
though i havnt fixed it yet but atleast got an idea
Hi sooorajjj, it's nice that you're trying to port KitKat for your L3 (and such an effort is not to be belittled in any matter, though some may disagree), but I think your device already has its section on XDA. Other developers working on a ROM for your device might have already faced the same problem so that should be your starting point.
Good luck!
Update 4.4.1
@Hazou
Hey guys, i just saw on web site (androidpit.com.br) one person get's beta version 4.4.1 for xt 890
i'm trying to talk with him.. but i need to know whats exactly y'all need for everything works
Is the "NDA" enough of an answer, I don't think he will given something.
But I am well suited
Verstuurd van mijn GT-P5110

Error Code for custom roms

Log Cat was for every rom i tried to install.. if ysomeone could dissect it and figure out what went wrong thated becool so i dont do it again
tringForUser(Settings.java)
E/SQLiteDatabase( 891): at android.provider.Settings$Secure.putStringFor
User(Settings.java)
E/SQLiteDatabase( 891): at com.android.server.TextServicesManagerService
$TextServicesSettings.putSelectedSpellCheckerSubtype(TextServicesManagerService.
java)
E/SQLiteDatabase( 891): at com.android.server.TextServicesManagerService
.setCurrentSpellCheckerSubtypeLocked(TextServicesManagerService.java)
E/SQLiteDatabase( 891): at com.android.server.TextServicesManagerService
.setCurrentSpellCheckerSubtype(TextServicesManagerService.java)
E/SQLiteDatabase( 891): at com.android.internal.textservice.ITextService
sManager$Stub.onTransact(ITextServicesManager.java)
E/SQLiteDatabase( 891): at android.os.Binder.execTransact(Binder.java)
E/SQLiteDatabase( 891): at dalvik.system.NativeStart.run(Native Method)
I/HTCIMEService( 1226): [onStartInputView] attribute=0x10081, package=com.androi
d.settings, restarting=false
I/PowerSavingUtil( 1226): [evaluateSkipIMEVibration] user_powersaver_enable = 0,
powersaver_haptic_feedback = 1, sys.psaver.haptic = false, skipIMEVibration = f
alse
E/SharedPreferencesImpl( 1226): Couldn't create directory for SharedPreferences
file /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_prefe
rences.xml
I/TraceConfig( 1226): [load] mTracePrediction = false
E/MP-Decision( 233): Error 16 setting /sys/devices/system/cpu/cpu3/online onlin
e status to 1
E/SharedPreferencesImpl( 1226): Couldn't create directory for SharedPreferences
file /data/data/com.htc.android.htcime/shared_prefs/com.htc.android.htcime_prefe
rences.xml
I/HTCIMEService( 1226): [onStartInputView] mCurrSIP=com.htc.android.htcime.ezsip
.PortQwertySIPView{47c8c6c8 V.ED.... ......ID 0,0-0,0}, mData.mCurrIM=com.htc.an
[email protected]
I/XT9IME ( 1226): [handleLdbChange] handle LDBs change. (109, 0)
I/XT9_C ( 1226): [registerXT9LDB] Allocate memory of 'gLdbInfo.pbLdbBuff' (
size=4810151)
E/qdhwcomposer( 232): hwc_vsync_control: vsync control failed. Dpy=0, enable=0
: Invalid argument
E/SurfaceFlinger( 232): eventControl(0, 0) failed Invalid argument
E/MP-Decision( 233): Error 16 setting /sys/devices/system/cpu/cpu3/online onlin
e status to 1
E/MP-Decision( 233): Error 16 setting /sys/devices/system/cpu/cpu3/online onlin
e status to 1
I/XT9_JNI ( 1226): [loadFile] size=4810151 (loaded)
I/XT9_C ( 1226): [registerXT9LDB] LDB(00000109) loading [done]
D/XT9_C ( 1226): [registerXT9LDB] current LdbNum=0x109, First LdbNum=0x109, Se
cond LdbNum=0x0
W/System.err( 1226): java.io.FileNotFoundException: /data/data/com.htc.android.h
tcime/app_db/kdb_0d09.cfg: open failed: EROFS (Read-only file system)
W/System.err( 1226): at libcore.io.IoBridge.open(IoBridge.java:409)
W/System.err( 1226): at java.io.FileOutputStream.<init>(FileOutputStream.java
:88)
W/System.err( 1226): at java.io.FileOutputStream.<init>(FileOutputStream.java
:73)
W/System.err( 1226): at java.io.FileWriter.<init>(FileWriter.java:42)
W/System.err( 1226): at com.htc.android.htcime.latinim.KDBGenerator.genKDBCon
f(KDBGenerator.java:52)
W/System.err( 1226): at com.htc.android.htcime.latinim.LatinIM.setKDB(LatinIM
.java:114)
W/System.err( 1226): at com.htc.android.htcime.ezsip.PortQwertySIPView.startI
nput(PortQwertySIPView.java:322)
W/System.err( 1226): at com.htc.android.htcime.HTCIMEService.onStartInputView
(HTCIMEService.java:719)
W/System.err( 1226): at android.inputmethodservice.InputMethodService.showWin
dowInner(InputMethodService.java)
W/System.err( 1226): at android.inputmethodservice.InputMethodService.showWin
dow(InputMethodService.java)
W/System.err( 1226): at android.inputmethodservice.InputMethodService$InputMe
thodImpl.showSoftInput(InputMethodService.java)
W/System.err( 1226): at android.inputmethodservice.IInputMethodWrapper.execut
eMessage(IInputMethodWrapper.java)
W/System.err( 1226): at com.android.internal.os.HandlerCaller$MyHandler.handl
eMessage(HandlerCaller.java)
W/System.err( 1226): at android.os.Handler.dispatchMessage(Handler.java)
W/System.err( 1226): at android.os.Looper.loop(Looper.java)
W/System.err( 1226): at android.app.ActivityThread.main(ActivityThread.java)
W/System.err( 1226): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1226): at java.lang.reflect.Method.invoke(Method.java:515)
W/System.err( 1226): at com.android.internal.os.ZygoteInit$MethodAndArgsCalle
r.run(ZygoteInit.java)
W/System.err( 1226): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va)
W/System.err( 1226): at dalvik.system.NativeStart.main(Native Method)
E/MP-Decision( 233): Error 16 setting /sys/devices/system/cpu/cpu3/online onlin
e status to 1
W/System.err( 1226): Caused by: libcore.io.ErrnoException: open failed: EROFS (R
ead-only file system)
W/System.err( 1226): at libcore.io.Posix.open(Native Method)
W/System.err( 1226): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
W/System.err( 1226): at libcore.io.IoBridge.open(IoBridge.java:393)
W/System.err( 1226): ... 20 more
I/XT9_C ( 1226): [loadDB] File not found. Load default DB.
E/XT9_JNI ( 1226): Couldn't get asset xt9_raw/kdb_0d09.cfg
W/XT9_C ( 1226): [loadDefaultDB] DB (xt9_raw/kdb_0d09.cfg) load failed!
E/XT9_C ( 1226): [registerXT9KDB] KDB(00000d09) load failed!
I/XT9_C ( 1226): [loadDB] File not found. Load default DB.
I/XT9_C ( 1226): [loadDefaultDB] xt9_raw/mdb_normal size=12 (loaded)
E/MP-Decision( 233): Error 16 setting /sys/devices/system/cpu/cpu3/online onlin
e status to 1
E/qdhwcomposer( 232): ioctl MSMFB_BUFFER_SYNC failed, err=Operation not permitt
ed
E/qdoverlay( 232): Failed to call ioctl MSMFB_OVERLAY_PLAY err=Operation not pe
rmitted
E/qdoverlay( 232): MdpData failed to play
E/qdoverlay( 232): == Dump MdpData start ==
E/qdoverlay( 232): == Dump OvFD fd=52 path=/dev/graphics/fb0 start/end ==
E/qdoverlay( 232): mOvData msmfb_overlay_data id=1
E/qdoverlay( 232): data msmfb_data offset=0 memid=27 id=0 flags=0x1000 priv=0
E/qdoverlay( 232): == Dump MdpData end ==
E/qdhwcomposer( 232): draw: queueBuffer failed for FBUpdate
E/qdhwcomposer( 232): hwc_set_primary: FBUpdate draw failed
E/qdhwcomposer( 232): display_commit: MSMFB_DISPLAY_COMMIT for primary failed
E/qdhwcomposer( 232): hwc_set_primary: display commit fail!
E/qdhwcomposer( 232): ioctl MSMFB_BUFFER_SYNC failed, err=Operation not permitt
ed
E/MP-Decision( 233): Error 16 setting /sys/devices/system/cpu/cpu3/online onlin
e status to 1
E/qdoverlay( 232): Failed to call ioctl MSMFB_OVERLAY_PLAY err=Operation not pe
rmitted
E/qdoverlay( 232): MdpData failed to play
E/qdoverlay( 232): == Dump MdpData start ==
E/qdoverlay( 232): == Dump OvFD fd=52 path=/dev/graphics/fb0 start/end ==
E/qdoverlay( 232): mOvData msmfb_overlay_data id=1
E/qdoverlay( 232): data msmfb_data offset=8355840 memid=29 id=0 flags=0x1000 pr
iv=0
E/qdoverlay( 232): == Dump MdpData end ==
E/qdhwcomposer( 232): draw: queueBuffer failed for FBUpdate
E/qdhwcomposer( 232): hwc_set_primary: FBUpdate draw failed
E/qdhwcomposer( 232): display_commit: MSMFB_DISPLAY_COMMIT for primary failed
^^^this was right befor the phone shut off^^^^^^
Need some more info, man.
What ROMs did you try to install?
Are you currently on a stock ROM? Or a custom? Or still on the original stock set up?
Rooted?
Unlocked?
Firmware running?
What custom recovery do you have installed?
You have multiple errors, but it will be hard (at least for me) to ascertain what the problem is without more information....

Camera problem

Does anyone know how to fix this?
E/AudioPolicyManagerBase( 4387): getOutput() IOProfile is null.
E/AudioPolicyManagerBase( 4387): getOutput() IOProfile is null.
E/AudioPolicyManagerBase( 4387): getOutput() IOProfile is null.
E/AudioHardwareMSM76XXA( 4387): unsupported AP: Camcorder
E/AudioHardwareMSM76XXA( 4387): unsupported AP: Camcorder
E/EmbeddedLogger( 395): App crashed! Process: com.android.camera
E/EmbeddedLogger( 395): App crashed! Package: com.android.camera v522104132 (5.
0.2322122821.645751.614189)
E/StagefrightRecorder( 4387): Using GOOGLE_PORTRAIT_ROTATION_ENABLE,set KEY_ROTA
TION 0 to Camera
E/EmbeddedLogger( 395): Application Label: Camera
E/AndroidRuntime(12396): FATAL EXCEPTION: main
E/AndroidRuntime(12396): java.lang.IllegalAccessError: tried to access class and
roid.app.ContextImpl from class android.media.MediaRecorder$1
E/AndroidRuntime(12396): at android.media.MediaRecorder$1.handleMessage(M
ediaRecorder.java:1129)
E/AndroidRuntime(12396): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(12396): at android.os.Looper.loop(Looper.java:155)
E/AndroidRuntime(12396): at android.app.ActivityThread.main(ActivityThrea
d.java:5536)
E/AndroidRuntime(12396): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(12396): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime(12396): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:1074)
E/AndroidRuntime(12396): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:841)
E/AndroidRuntime(12396): at dalvik.system.NativeStart.main(Native Method)
Click to expand...
Click to collapse
Error is in the Framework.

[Q] builded iodaks kernel, stuck in cm loading screen

hi
i builded iodak's kernel to compile a driver module.
it compiled fine and i put the zimage back in the original *.zip file with a archive manager (to avoid breaking the validation). flashing the *.zip went fine but after booting, it stuck in the cm loading screen. reflashing the original iodak *.zip worked without a problem so i asume i did something wrong. can someone plz tell me how i get detailed information on what went wrong? or how i obtain it?
greez
mooin
Check build log and file size, maybe it failed on a command without exit in case of error
Try different gcc,make sure you used cm files and not stock
Also check if logcat is loaded and running on lg logo for more info
Rudjgaard said:
Check build log and file size, maybe it failed on a command without exit in case of error
Try different gcc,make sure you used cm files and not stock
Also check if logcat is loaded and running on lg logo for more info
Click to expand...
Click to collapse
why are there such issues and how can i fix them?
Code:
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/core.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/conscrypt.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/conscrypt.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/okhttp.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/okhttp.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/core-junit.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/framework.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/framework2.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/framework2.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/telephony-common.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/telephony-common.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/voip-common.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/voip-common.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/mms-common.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/mms-common.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/webviewchromium.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/webviewchromium.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/telephony-msim.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/telephony-msim.jar'
E/dalvikvm( 813): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/framework2.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/webviewchromium.jar:/system/framework/telephony-msim.jar'
this was the output from logcat:
Code:
D/NvOsDebugPrintf( 782): numReqBufs(0)
D/NvOmxCamera( 782): <<<Event handler got event [0] == 0x0
D/NvOmxCamera( 782): >>>>>>>>>>>>>>>> TRANSITION TO IDLE DONE!
D/NvOmxCamera( 782): connectCameraGraph: Done! [0x0]
D/NvOmxCamera( 782): connectCameraGraph ---
I/ServiceManager( 150): service 'media.audio_flinger' died
I/ServiceManager( 150): service 'media.player' died
I/ServiceManager( 150): service 'media.camera' died
I/auditd ( 812): Starting up
I/audit_log( 812): Previous audit logfile not detected
E/audit_log( 812): Could not open audit log file /data/misc/audit/audit.log : Invalid argument
E/auditd ( 812): Failed on audit_log_open
I/auditd ( 812): Exiting
I/Netd ( 817): Netd 1.0 starting
W/InterfaceController( 817): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 814): ServiceManager: 0x4159e448
I/AudioFlinger( 814): Using default 3000 mSec as standby time.
E/MediaPlayerFactory( 814): calling dlopen on FACTORY_LIB
E/MediaPlayerFactory( 814): Failed to open FACTORY_LIB Error : dlopen failed: library "libdashplayer.so" not found
I/CameraService( 814): CameraService started (pid=814)
I/CameraService( 814): Loaded "NVIDIA Development Platform Camera HAL" camera module
D/NvOmxCamera( 814): int android::HAL_getNumberOfCameras() ++
D/NvOmxCameraSettingsParser( 814): NvOmxCameraSettingsParser constructor
D/NvOmxCameraYUVsave( 814): NvOmxCamera::PostProcessingFilter ++
D/NvOmxCamera( 814): NvOmxCamera::NvOmxCamera ++
D/NvOsDebugPrintf( 814): NvxLiteH264DecoderInit : Opening TVMR H264 block
D/NvOsDebugPrintf( 814): NvxLiteH264DecoderInit : Opening TVMR H264 block
D/NvOmxCamera( 814): NvOmxCamera() Creating Camera objects...
D/NvOmxCamera( 814): setCameraHWSensor +++++
D/NvOmxCamera( 814): setCameraSensor +++++
V/NvOmxCamera( 814): getCameraSensorSettings ++++
D/NvOsDebugPrintf( 814): NvOdmImagerOpen +++, ImagerGUID()
D/NvOsDebugPrintf( 814): using ImagerGUID 's_IMX111' (2)
D/NvOsDebugPrintf( 814): real using ImagerGUID 's_IMX111'
D/NvOsDebugPrintf( 814): NvOdmImagerOpen 215: found a sensor (0)
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerOpen : NResult = pImager->pSensor->pfnOpen --- ok!!
D/NvOsDebugPrintf( 814): NvOdmImagerOpen 298: try to get focuser
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerOpen : NvOdmImagerGetCapabilities --- ok!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerOpen : g_FocuserHalTable : 0
D/NvOsDebugPrintf( 814): Using FocuserGUID 'f_DW9714'
D/NvOsDebugPrintf( 814): Using FlashGUID 'l_LM3559'
D/NvOsDebugPrintf( 814): FlashLM3559_Open start!!
D/NvOsDebugPrintf( 814): End of Open!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOmxCamera( 814): >>>>>>>> SENSOR MODES >>>>>>>>>>
D/NvOmxCamera( 814): >>> 0 [640 x 480] {30}
D/NvOmxCamera( 814): >>> 1 [1280 x 720] {30}
D/NvOmxCamera( 814): >>> 2 [1920 x 1080] {30}
D/NvOmxCamera( 814): >>> 3 [3264 x 1836] {22}
D/NvOmxCamera( 814): >>> 4 [3264 x 2448] {22}
D/NvOmxCamera( 814): >>>>>>>> END SENSOR MODES >>>>>>>>>>
D/NvOmxCamera( 814): generateSupportedResolutions +++++
D/NvOmxCamera( 814): filterResolutions +++++
D/NvOmxCamera( 814): filterResolutions +++++
D/NvOmxCamera( 814): filterResolutions +++++
D/NvOmxCamera( 814): int android::HAL_getCameraInfo(int, camera_info*) ++
D/NvOmxCamera( 814): int android::HAL_getCameraInfo(int, camera_info*) --
D/NvOmxCamera( 814): <<<Event handler got event [0] == 0x3
D/NvOmxCamera( 814): createCameraObjects: Done! [0x0]
D/NvOmxCamera( 814): NvOmxCamera::NvOmxCamera --
D/NvOmxCamera( 814): int android::HAL_getNumberOfCameras() --
D/NvOmxCamera( 814): connectCameraGraph: mStateFlags = 0x0 +++
D/NvOmxCamera( 814): setupNonTunneledPort: +++++
D/NvOmxCamera( 814): setupNonTunneledPort: [OMX.Nvidia.camera:0] 960x720
V/NvOmxCameraBuffers( 814): setUseNvBufferMode ++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode set [OMX.Nvidia.camera,0] ==> 1
V/NvOmxCameraBuffers( 814): setUseNvBufferMode --
D/NvOmxCamera( 814): setupNonTunneledPort: ----- [0x0]
D/NvOmxCamera( 814): <<<Event handler got event [0] == 0x2
D/NvOmxCamera( 814): NvOmxCameraGraphEventHandler: NvOmxCamera receives camera preview port Disable Done from Camera
D/NvOmxCamera( 814): connectCameraGraph: disable port 0 [0x0]
D/NvOmxCamera( 814): setupNonTunneledPort: +++++
D/NvOmxCamera( 814): setupNonTunneledPort: [OMX.Nvidia.camera:5] 1280x720
V/NvOmxCameraBuffers( 814): setUseNvBufferMode ++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode set [OMX.Nvidia.camera,5] ==> 1
V/NvOmxCameraBuffers( 814): setUseNvBufferMode --
D/NvOmxCamera( 814): setupNonTunneledPort: ----- [0x0]
V/NvOmxCameraBuffers( 814): allocateBuffers +++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode ++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode set [OMX.Nvidia.camera,5] ==> 1
D/NvOmxCamera( 814): <<<Event handler got event [0] == 0x3
V/NvOmxCameraBuffers( 814): setUseNvBufferMode --
V/NvOmxCameraBuffers( 814): allocateBuffers -- [6]
D/NvOmxCamera( 814): <<<Event handler got event [0] == 0x2
D/NvOmxCamera( 814): setupNonTunneledPort: +++++
D/NvOmxCamera( 814): setupNonTunneledPort: [OMX.Nvidia.camera:1] 3264x2448
V/NvOmxCameraBuffers( 814): setUseNvBufferMode ++
W/AudioPolicyManagerBase( 814): loadOutput() invalid supported devices
W/AudioPolicyManagerBase( 814): loadInput() invalid supported devices
I/AudioPolicyManagerBase( 814): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
V/NvOmxCameraBuffers( 814): setUseNvBufferMode set [OMX.Nvidia.camera,1] ==> 1
V/NvOmxCameraBuffers( 814): setUseNvBufferMode --
D/NvOmxCamera( 814): setupNonTunneledPort: ----- [0x0]
D/NvOmxCamera( 814): setupNonTunneledPort: +++++
D/NvOmxCamera( 814): setupNonTunneledPort: [OMX.Nvidia.jpeg.encoder:0] 3264x2448
V/NvOmxCameraBuffers( 814): setUseNvBufferMode ++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode set [OMX.Nvidia.jpeg.encoder,0] ==> 1
V/NvOmxCameraBuffers( 814): setUseNvBufferMode --
D/NvOmxCamera( 814): setupNonTunneledPort: ----- [0x0]
D/NvOmxCamera( 814): <<<Event handler got event [0] == 0x2
V/NvOmxCameraBuffers( 814): allocateBuffers +++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode ++
V/NvOmxCameraBuffers( 814): setUseNvBufferMode set [OMX.Nvidia.jpeg.encoder,1] ==> 0
V/NvOmxCameraBuffers( 814): setUseNvBufferMode --
V/NvOmxCameraBuffers( 814): allocateBuffers -- [5]
D/NvOmxCamera( 814): >>>>>>>>>>>>>>>> ConnectGraph [0]
D/NvOmxCamera( 814): >>>>>>>>>>>>>>>> ConnectGraph [1]
D/NvOmxCamera( 814): >>>>>>>>>>>>>>>> ConnectGraph [4]
D/NvOsDebugPrintf( 814): OMX minor version mismatch
D/NvOmxCamera( 814): >>>>>>>>>>>>>>>> TRANSITION TO IDLE START
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
V/nvaudio_hw( 814): nvaudio_dev_open : audio_hw_if
V/nvaudio_hw( 814): at command for invalid dev_cfg
I/ServiceManager( 814): Waiting for service media.nvidia.audio_alsa...
D/NvOsDebugPrintf( 814): [imx111] GetBestValidSensorMode: DesiredRes W=960, H=720, Fps=15.000000, VideoMode(0)
D/NvOsDebugPrintf( 814): GetParameter(): 50 not supported
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/AndroidRuntime( 813):
D/AndroidRuntime( 813): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 813): CheckJNI is OFF
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/core.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/conscrypt.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/conscrypt.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/okhttp.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/okhttp.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/core-junit.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/bouncycastle.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/ext.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/framework.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/framework2.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/framework2.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/telephony-common.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/telephony-common.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/voip-common.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/voip-common.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/mms-common.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/mms-common.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/android.policy.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/services.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/apache-xml.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/webviewchromium.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/webviewchromium.jar'
E/dalvikvm( 813): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
I/dalvikvm( 813): Unable to open or create cache for /system/framework/telephony-msim.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 813): Unable to process classpath element '/system/framework/telephony-msim.jar'
E/dalvikvm( 813): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/framework2.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/webviewchromium.jar:/system/framework/telephony-msim.jar'
E/dalvikvm( 813): VM aborting
F/libc ( 813): Fatal signal 6 (SIGABRT) at 0x0000032d (code=-6), thread 813 (zygote)
D/NvOsDebugPrintf( 814): [imx111] GetBestValidSensorMode: DesiredRes W=1280, H=720, Fps=15.000000, VideoMode(0)
D/NvOsDebugPrintf( 814): GetParameter(): 50 not supported
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): !!!!!!!!!!!!!! NvOdmImagerListSensorModes !!!!!!!!!!!!!!!
D/NvOsDebugPrintf( 814): NvMMLiteBlockCreate : Block : BlockType = 1
I/DEBUG ( 154): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 154): Build fingerprint: 'lge/x3_open_eu/x3:4.1.2/JZO54K/P88020a.1e56bb4c69:user/release-keys'
I/DEBUG ( 154): Revision: '7'
I/DEBUG ( 154): pid: 813, tid: 813, name: zygote >>> zygote <<<
I/DEBUG ( 154): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
D/NvOsDebugPrintf( 814): NvMMLiteJPEGEncGetBufferRequirements : BufferSize 11985408
I/DEBUG ( 154): r0 00000000 r1 0000032d r2 00000006 r3 00000000
I/DEBUG ( 154): r4 4005cf2c r5 00000006 r6 00000002 r7 0000010c
I/DEBUG ( 154): r8 00000000 r9 41e87dc8 sl 41e87bb0 fp 41e87dc0
I/DEBUG ( 154): ip 0000032d sp be986c20 lr 400e00a7 pc 400ef04c cpsr 000f0010
I/DEBUG ( 154): d0 74726f6261204d56 d1 6265772f6b726f77
I/DEBUG ( 154): d2 6f72686377656976 d3 72616a2e6d75696d
I/DEBUG ( 154): d4 6d65747379732f3a d5 6f77656d6172662f
I/DEBUG ( 154): d6 70656c65742f6b72 d7 69736d2d796e6f68
I/DEBUG ( 154): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 154): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 154): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 154): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 154): d16 ffffffffffffffeb d17 000000000000fe07
I/DEBUG ( 154): d18 41c7923f95800000 d19 0000000000000000
I/DEBUG ( 154): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 154): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 154): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 154): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 154): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 154): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 154): scr 80000010
D/NvOsDebugPrintf( 814): numReqBufs(0)
I/DEBUG ( 154):
I/DEBUG ( 154): backtrace:
I/DEBUG ( 154): #00 pc 0002204c /system/lib/libc.so (tgkill+12)
I/DEBUG ( 154): #01 pc 000130a3 /system/lib/libc.so (pthread_kill+50)
I/DEBUG ( 154): #02 pc 0001329b /system/lib/libc.so (raise+10)
I/DEBUG ( 154): #03 pc 00011ffb /system/lib/libc.so
I/DEBUG ( 154): #04 pc 00021900 /system/lib/libc.so (abort+4)
I/DEBUG ( 154): #05 pc 000471ab /system/lib/libdvm.so (dvmAbort+78)
I/DEBUG ( 154): #06 pc 0006b9b9 /system/lib/libdvm.so (dvmClassStartup()+652)
I/DEBUG ( 154): #07 pc 00048bc9 /system/lib/libdvm.so (dvmStartup(int, char const* const*, bool, _JNIEnv*)+5416)
I/DEBUG ( 154): #08 pc 0004f247 /system/lib/libdvm.so (JNI_CreateJavaVM+582)
I/DEBUG ( 154): #09 pc 00002e35 /system/lib/libnativehelper.so (JniInvocation::JNI_CreateJavaVM(_JavaVM**, _JNIEnv**, void*)+10)
I/DEBUG ( 154): #10 pc 00052dc7 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startVm(_JavaVM**, _JNIEnv**)+1722)
I/DEBUG ( 154): #11 pc 00053085 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+160)
I/DEBUG ( 154): #12 pc 0000105b /system/bin/app_process
I/DEBUG ( 154): #13 pc 0000e41b /system/lib/libc.so (__libc_init+50)
I/DEBUG ( 154): #14 pc 00000d7c /system/bin/app_process
I/DEBUG ( 154):
I/DEBUG ( 154): stack:
I/DEBUG ( 154): be986be0 00000000
I/DEBUG ( 154): be986be4 00000000
I/DEBUG ( 154): be986be8 41e87dc8 [heap]
......shortend......................
^C

Categories

Resources