Hi.
Sorry for writing here, but i'm unable to post to the related thread because i think i haven't enough posts in this forum (<10).
[ROM][4.3][P7300/P7310][UNOFFICIAL] CyanogenMod 10.2 [2013-Nov-22]
http://forum.xda-developers.com/showthread.php?t=2398003
I've upgraded my tab 8.9 (p7310) from c-o-m's 10.2.1-unofficial ROM to c-o-m' "CM10.2 P7310 p5wifi 20131122".
Now I've problem with the mail app and my exchange account.
I can't read emails. i can write new mails or list them or change to another folder. but if i want to open one, there will be an exception and the app close.
Here is a dump from logcat starting the app and crashing
Code:
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/ActivityManager( 410): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher} from pid 410
W/IInputConnectionWrapper( 2470): showStatusIcon on inactive InputConnection
I/ActivityManager( 410): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.email/.activity.Welcome bnds=[286,1131][356,1201]} from pid 711
D/ExchangeService( 1362): !!! EAS ExchangeService, onStartCommand, startingUp = false, running = true
I/ActivityManager( 410): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x2000000 cmp=com.android.email/.activity.EmailActivity (has extras)} from pid 2556
V/NFC ( 2556): this device does not have NFC support
D/libEGL ( 2556): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 2556): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 2556): loaded /system/lib/egl/libGLESv2_tegra.so
D/OpenGLRenderer( 2556): Enabling debug mode 0
I/ActivityManager( 410): Displayed com.android.email/.activity.EmailActivity: +471ms (total +581ms)
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x421811c0 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181108 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181968 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x421817b0 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181340 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181218 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42173cb8 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x435e70e8 successful
D/AndroidRuntime( 2556): Shutting down VM
W/dalvikvm( 2556): threadid=1: thread exiting with uncaught exception (group=0x417dd7c0)
E/AndroidRuntime( 2556): FATAL EXCEPTION: main
E/AndroidRuntime( 2556): java.lang.IllegalArgumentException: View doesn't exist
E/AndroidRuntime( 2556): at com.android.email.activity.UiUtilities.checkView(UiUtilities.java:100)
E/AndroidRuntime( 2556): at com.android.email.activity.UiUtilities.getView(UiUtilities.java:95)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageViewFragmentBase.onCreateView(MessageViewFragmentBase.java:317)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageViewFragment.onCreateView(MessageViewFragment.java:214)
E/AndroidRuntime( 2556): at android.app.Fragment.performCreateView(Fragment.java:1695)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:885)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1057)
E/AndroidRuntime( 2556): at android.app.BackStackRecord.run(BackStackRecord.java:682)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1435)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:474)
E/AndroidRuntime( 2556): at com.android.email.activity.UIControllerBase.commitFragmentTransaction(UIControllerBase.java:489)
E/AndroidRuntime( 2556): at com.android.email.activity.UIControllerTwoPane.navigateToMessage(UIControllerTwoPane.java:498)
E/AndroidRuntime( 2556): at com.android.email.activity.UIControllerTwoPane.onMessageOpen(UIControllerTwoPane.java:159)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageListFragment.onMessageOpen(MessageListFragment.java:792)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageListFragment.onListItemClick(MessageListFragment.java:604)
E/AndroidRuntime( 2556): at android.app.ListFragment$2.onItemClick(ListFragment.java:160)
E/AndroidRuntime( 2556): at android.widget.AdapterView.performItemClick(AdapterView.java:297)
E/AndroidRuntime( 2556): at android.widget.AbsListView.performItemClick(AbsListView.java:1100)
E/AndroidRuntime( 2556): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2788)
E/AndroidRuntime( 2556): at android.widget.AbsListView$1.run(AbsListView.java:3463)
E/AndroidRuntime( 2556): at android.os.Handler.handleCallback(Handler.java:730)
E/AndroidRuntime( 2556): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2556): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2556): at android.app.ActivityThread.main(ActivityThread.java:5289)
E/AndroidRuntime( 2556): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2556): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2556): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime( 2556): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
E/AndroidRuntime( 2556): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 410): Force finishing activity com.android.email/.activity.EmailActivity
W/ActivityManager( 410): Activity pause timeout for ActivityRecord{41b45a40 u0 com.android.email/.activity.EmailActivity}
I/Process ( 2556): Sending signal. PID: 2556 SIG: 9
W/InputDispatcher( 410): channel '41f93510 com.android.email/com.android.email.activity.EmailActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 410): channel '41f93510 com.android.email/com.android.email.activity.EmailActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
I/ActivityManager( 410): Process com.android.email (pid 2556) has died.
W/InputDispatcher( 410): Attempted to unregister already unregistered input channel '41f93510 com.android.email/com.android.email.activity.EmailActivity (server)'
I/WindowState( 410): WIN DEATH: Window{41f93510 u0 com.android.email/com.android.email.activity.EmailActivity}
W/ActivityManager( 410): Scheduling restart of crashed service com.android.email/.service.PolicyService in 5000ms
I/ActivityManager( 410): Kill com.android.exchange (pid 1362): provider com.android.email.provider.EmailProvider in dying process com.android.email
I/ActivityManager( 410): Process com.android.exchange (pid 1362) has died.
W/ActivityManager( 410): Scheduling restart of crashed service com.android.exchange/.ExchangeService in 5000ms
W/InputMethodManagerService( 410): Got RemoteException sending setActive(false) notification to pid 2556 uid 10018
I/ActivityManager( 410): Start proc com.android.email for broadcast com.android.email/.provider.WidgetProvider: pid=2698 uid=10018 gids={50018, 3003, 1015, 1028}
I/ActivityManager( 410): START u0 {act=com.android.systemui.recent.action.TOGGLE_RECENTS flg=0x10800000 cmp=com.android.systemui/.recent.RecentsActivity} from pid 548
I/ActivityManager( 410): Start proc com.android.exchange for service com.android.exchange/.ExchangeService: pid=2717 uid=10019 gids={50019, 3003, 1015, 1028}
E/SQLiteLog( 2698): (1) no such table: Account
W/EmailProvider( 2698): Exception cleaning EmailProvider.dbandroid.database.sqlite.SQLiteException: no such table: Account (code 1): , while compiling: delete from Account WHERE displayName ISNULL;
D/ExchangeService( 2717): !!! EAS ExchangeService, onStartCommand, startingUp = false, running = false
D/Eas Debug( 2717): Logging:
D/ExchangeService( 2717): !!! EAS ExchangeService, onStartCommand, startingUp = true, running = false
D/ExchangeService( 2717): Received deviceId from Email app: android1357919128229
D/ExchangeService( 2717): Reconciling accounts...
D/Eas Debug( 2717): Logging:
I/ActivityManager( 410): Displayed com.android.systemui/.recent.RecentsActivity: +242ms
I/Email ( 2698): ReconcilePopImapAccountsSync: start
D/AttachmentService( 2698): Count: 0
I/Email ( 2698): ReconcilePopImapAccountsSync: already running
I/Email ( 2698): ReconcilePopImapAccountsSync: done
D/ExchangeService( 2717): ExchangeService thread running
D/AttachmentService( 2698): *** All done; shutting down service
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
^C
130|[email protected]:/ $
has anybody else this issue?
I've wipeed dalvik cache, cache partition.
still the same problem.
After factory reset and adding a new account I get the same exception during account setup ("E-Mail" wurde beendet).
thanks in advanced.
mitch
Maybe one more info:
After upgrade from c-o-m's 10.2.1-unofficial ROM to c-o-m's "CM10.2 P7310 p5wifi..." pre-september version, there wasn't this issue!
but on the image isn't available anymore
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
Hi,everyone! I got into trouble when I tried to build AOSPA 4+ for mi3 tegra endtion.I successfully complied a *.zip,and successfully flash it to my device,but it always show the boot animation can not get into launcher.I have got logcat,but I am a beginner and have no knowledge about JAVA.
There is a part of locat
Code:
--------- beginning of /dev/log/main
E/nvaudio_modem(25458): Failed to get phone service!
W/AudioFlinger(25458): Thread AudioOut_2 cannot connect to the power manager service
E/AudioFlinger(25458): no wake lock to update!
I/r_submix(25458): adev_open(name=audio_hw_if)
I/r_submix(25458): adev_init_check()
I/AudioFlinger(25458): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 3
I/AudioPolicyService(25458): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
E/memtrack(25457): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug(25457): failed to load memtrack module: -2
I/SamplingProfilerIntegration(25457): Profiling disabled.
I/Zygote (25457): Preloading classes...
D/idmap (25596): error: no read access to /vendor/overlay: No such file or directory
D/TextLayoutCache(25457): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm(25457): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(25457): register_android_mtp_MtpDevice
I/dalvikvm(25457): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(25457): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(25457): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
E/EmojiFactory_jni(25457): Failed to load libemoji.so: dlopen failed: library "libemoji.so" not found
V/NatController(25456): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController(25456): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController(25456): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController(25456): runCmd(/system/bin/ip route flush cache) res=0
V/NatController(25456): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
I/LibraryLoader(25457): Loading: webviewchromium
E/dalvikvm(25457): dlopen("/system/lib/libwebviewchromium.so") failed: dlopen failed: empty/missing DT_HASH in "libwebviewchromium.so" (built with --hash-style=gnu?)
W/WebViewFactory(25457): error preloading provider
W/WebViewFactory(25457): java.lang.RuntimeException: Cannot load WebView
W/WebViewFactory(25457): at com.android.org.chromium.android_webview.AwBrowserProcess.loadLibrary(AwBrowserProcess.java:31)
W/WebViewFactory(25457): at com.android.webview.chromium.WebViewChromiumFactoryProvider.<init>(WebViewChromiumFactoryProvider.java:87)
W/WebViewFactory(25457): at java.lang.Class.newInstanceImpl(Native Method)
W/WebViewFactory(25457): at java.lang.Class.newInstance(Class.java:1208)
W/WebViewFactory(25457): at android.webkit.WebViewFactory$Preloader.<clinit>(WebViewFactory.java:43)
W/WebViewFactory(25457): at java.lang.Class.classForName(Native Method)
W/WebViewFactory(25457): at java.lang.Class.forName(Class.java:251)
W/WebViewFactory(25457): at java.lang.Class.forName(Class.java:216)
W/WebViewFactory(25457): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:307)
W/WebViewFactory(25457): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:247)
W/WebViewFactory(25457): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:581)
W/WebViewFactory(25457): at dalvik.system.NativeStart.main(Native Method)
W/WebViewFactory(25457): Caused by: com.android.org.chromium.content.common.ProcessInitException
W/WebViewFactory(25457): at com.android.org.chromium.content.app.LibraryLoader.loadAlreadyLocked(LibraryLoader.java:135)
W/WebViewFactory(25457): at com.android.org.chromium.content.app.LibraryLoader.loadNow(LibraryLoader.java:87)
W/WebViewFactory(25457): at com.android.org.chromium.android_webview.AwBrowserProcess.loadLibrary(AwBrowserProcess.java:29)
W/WebViewFactory(25457): ... 11 more
W/WebViewFactory(25457): Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH in "libwebviewchromium.so" (built with --hash-style=gnu?)
W/WebViewFactory(25457): at java.lang.Runtime.loadLibrary(Runtime.java:386)
W/WebViewFactory(25457): at java.lang.System.loadLibrary(System.java:526)
W/WebViewFactory(25457): at com.android.org.chromium.content.app.LibraryLoader.loadAlreadyLocked(LibraryLoader.java:123)
W/WebViewFactory(25457): ... 13 more
V/NatController(25456): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController(25456): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
W/Zygote (25457): Class not found for preloading: java.lang.UnsafeByteSequence
I/System (25457): Loaded time zone names for "" in 35ms (32ms in ICU)
E/Netd (25456): Unable to create netlink socket: Protocol not supported
E/Netd (25456): Unable to open quota2 logging socket
D/MDnsDS (25456): MDnsSdListener::Hander starting up
D/MDnsDS (25456): MDnsSdListener starting to monitor
D/MDnsDS (25456): Going to poll with pollCount 1
I/System (25457): Loaded time zone names for "en_US" in 22ms (18ms in ICU)
I/Zygote (25457): ...preloaded 2777 classes in 775ms.
I/dalvikvm(25457): System server process 25738 has been created
I/Zygote (25457): Accepting command socket connections
D/SensorService(25738): nuSensorService starting...
I/Sensors (25738): path open /dev/input/event1
I/Sensors (25738): path open /dev/input/event0
I/Sensors (25738): path open /dev/input/event6
I/Sensors (25738): path open /dev/input/event5
E/Sensors (25738): HAL:could not open trigger name
E/Sensors (25738): HAL:could not open current trigger
I/MPL-storeload(25738): Bytes read = 4340
V/Sensors (25738): HAL:MPL:inv_compass_was_turned_off
I/Sensors (25738): path open /dev/input/event1
I/Sensors (25738): path open /dev/input/event0
I/Sensors (25738): path open /dev/input/event6
I/Sensors (25738): path open /dev/input/event5
I/Sensors (25738): path open /dev/input/event4
I/Sensors (25738): path open /dev/input/event3
I/Sensors (25738): path open /dev/input/event1
I/Sensors (25738): path open /dev/input/event0
I/Sensors (25738): path open /dev/input/event6
I/Sensors (25738): path open /dev/input/event5
I/Sensors (25738): path open /dev/input/event4
I/Sensors (25738): path open /dev/input/event1
I/Sensors (25738): path open /dev/input/event0
I/Sensors (25738): path open /dev/input/event6
I/Sensors (25738): path open /dev/input/event5
I/Sensors (25738): path open /dev/input/event4
I/Sensors (25738): path open /dev/input/event3
I/Sensors (25738): path open /dev/input/event2
I/SensorService(25738): Ambient Light Sensor
I/SensorService(25738): Proximity Sensor
I/SensorService(25738): Barometer Sensor
I/SensorService(25738): Temperature Sensor
I/SensorService(25738): Gyroscope Sensor
I/SensorService(25738): Raw Gyroscope Sensor
I/SensorService(25738): Accelerometer Sensor
I/SensorService(25738): Magnetic Field Sensor
I/SensorService(25738): Orientation Sensor
I/SensorService(25738): Rotation Vector Sensor
I/SensorService(25738): Linear Acceleration Sensor
I/SensorService(25738): Gravity Sensor
D/SensorService(25738): Max socket buffer size 1048576
D/SensorService(25738): nuSensorService thread starting...
E/Sensors (25738): HAL:ERR Full data packet was not read
E/Sensors (25738): HAL:ERR Full data packet was not read
I/installd( 201): new connection
I/powerHAL::common(25738): input device id:0 present with name:tegra-kbc
I/powerHAL::common(25738): input device id:1 present with name:atmel-maxtouch
I/powerHAL::common(25738): input device id:2 present with name:bmp180
I/powerHAL::common(25738): input device id:3 present with name:lightsensor
I/powerHAL::common(25738): input device id:4 present with name:proximity
I/powerHAL::common(25738): input device id:5 present with name:compass
I/powerHAL::common(25738): input device id:6 present with name:fsa8108_sw
D/PackageManager(25738): No files in app dir /vendor/overlay
W/ResourceType(25738): Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
W/Resources(25738): Converting to boolean: TypedValue{t=0x3/d=0x1a9a "false" a=2 r=0x7f120876}
W/ResourceType(25738): Failure getting entry for 0x7f0d01bf (t=12 e=447) in package 0 (error -75)
W/ResourceType(25738): Failure getting entry for 0x7f0d01bf (t=12 e=447) in package 0 (error -75)
W/ResourceType(25738): Failure getting entry for 0x7f130310 (t=18 e=784) in package 0 (error -75)
W/ResourceType(25738): Failure getting entry for 0x7f130310 (t=18 e=784) in package 0 (error -75)
W/ResourceType(25738): Failure getting entry for 0x7f1302f3 (t=18 e=755) in package 0 (error -75)
W/ResourceType(25738): Failure getting entry for 0x7f04000f (t=3 e=15) in package 0 (error -75)
W/ResourceType(25738): Failure getting entry for 0x7f04000f (t=3 e=15) in package 0 (error -75)
D/PackageManager(25738): No files in app dir /vendor/app
V/tspdrv (25738): opened device /dev/tspdrv
V/tspdrv (25738): TSPDRV_MAGIC_NUMBER success
V/tspdrv (25738): TSPDRV_GET_NUM_ACTUATORS success, actuators = 1
V/tspdrv (25738): TSPDRV_SET_DEVICE_PARAMETER success
V/tspdrv (25738): timeout_ms: 0
V/tspdrv (25738): TSPDRV_DISABLE_AMP success
E/ConsumerIrService(25738): Can't open consumer IR HW Module, error: -2
W/libsuspend(25738): Error writing 'on' to /sys/power/state: Invalid argument
I/libsuspend(25738): Selected autosleep
I/powerHAL::common(25738): Enabling input device:1
I/powerHAL::common(25738): Enabling input device:2
I/powerHAL::common(25738): Enabling input device:3
I/powerHAL::common(25738): Enabling input device:4
I/powerHAL::common(25738): Enabling input device:5
I/powerHAL::common(25738): Enabling input device:6
I/powerHAL::pisces(25738): average current for last screen off is 206971
D/SurfaceFlinger( 196): Screen acquired, type=0 flinger=0xc0b450
D/SurfaceFlinger( 196): screen was previously acquired
D/EventHub(25738): No input device configuration file found for device 'atmel-maxtouch'.
D/BluetoothManagerService(25738): Loading stored name and address
D/BluetoothManagerService(25738): Stored bluetooth Name=null,Address=null
W/EventHub(25738): Unable to disable kernel key repeat for /dev/input/event1: Function not implemented
I/EventHub(25738): New device: id=1, fd=135, path='/dev/input/event1', name='atmel-maxtouch', classes=0x15, configuration='', keyLayout='/system/usr/keylayout/atmel-maxtouch.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub(25738): No input device configuration file found for device 'tegra-kbc'.
W/EventHub(25738): Unable to disable kernel key repeat for /dev/input/event0: Function not implemented
I/EventHub(25738): New device: id=2, fd=136, path='/dev/input/event0', name='tegra-kbc', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/tegra-kbc.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub(25738): No input device configuration file found for device 'fsa8108_sw'.
W/EventHub(25738): Unable to disable kernel key repeat for /dev/input/event6: Function not implemented
I/EventHub(25738): New device: id=3, fd=138, path='/dev/input/event6', name='fsa8108_sw', classes=0x81, configuration='', keyLayout='/system/usr/keylayout/fsa8108_sw.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub(25738): No input device configuration file found for device 'compass'.
D/EventHub(25738): No input device configuration file found for device 'proximity'.
D/EventHub(25738): No input device configuration file found for device 'lightsensor'.
D/EventHub(25738): No input device configuration file found for device 'bmp180'.
I/InputReader(25738): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(25738): Device added: id=3, name='fsa8108_sw', sources=0x80000101
I/InputReader(25738): Device added: id=2, name='tegra-kbc', sources=0x00000101
I/InputReader(25738): Touch device 'atmel-maxtouch' could not query the properties of its associated display. The device will be inoperable until the display size becomes available.
I/InputReader(25738): Device added: id=1, name='atmel-maxtouch', sources=0x00001103
I/InputReader(25738): Reconfiguring input devices. changes=0x00000004
I/InputReader(25738): Device reconfigured: id=1, name='atmel-maxtouch', size 1080x1920, orientation 0, mode 1, display id 0
I/PackageManager(25738): No secure containers on sdcard
D/WifiController(25738): isAirplaneModeOn = false, isWifiEnabled = false, isScanningAvailable = false
D/BluetoothTethering(25738): startMonitoring: target: Handler (com.android.server.ConnectivityService$NetworkStateTrackerHandler) {41d2e7e0}
D/BluetoothTethering(25738): startMonitoring: mCsHandler: Handler (com.android.server.ConnectivityService$NetworkStateTrackerHandler) {41d2e7e0}
D/BluetoothManagerService(25738): Message: 20
D/BluetoothManagerService(25738): Added callback: [email protected]:true
D/BluetoothManagerService(25738): Message: 30
D/Tethering(25738): Exception adding default nw to upstreamIfaceTypes: java.lang.NullPointerException
I/VolumePanel(25738): changeOverlayStyle : 1
V/nvaudio_hw(25458): nvaudio_dev_set_voice_volume : vol 0.800000
D/nvaudio_hw(25458): send volume to telephony:0.800000
D/nvaudio_modem(25458): Set modem volume to 0.800000
E/nvaudio_modem(25458): Failed to get phone service!
E/SELinux (25738): SELinux: Loaded file_contexts from /file_contexts
D/Atlas (25738): Computing best atlas configuration...
D/Atlas (25738): Running Atlas Worker #1
D/Atlas (25738): Running Atlas Worker #2
D/Atlas (25738): Running Atlas Worker #3
I/com.android.server.ThemeService(25738): Spawned worker thread
I/WindowManager(25738): SAFE MODE not enabled
V/tspdrv (25738): opened device /dev/tspdrv
V/tspdrv (25738): TSPDRV_MAGIC_NUMBER success
V/tspdrv (25738): TSPDRV_GET_NUM_ACTUATORS success, actuators = 1
F/libc (25738): invalid address or address of corrupt block 0xbed47420 passed to dlfree
F/libc (25738): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 25738 (system_server)
I forgot to filter the log ,sorry...
And when I am building,it always showed that: The API version is out of date,use Xlint to recomplie(In fact I am a Chinese and the massage is in Chinese,I translate it you to understand it),but the JDK version is 1.6.0.33,it is suitable to build kitkat,right?
I hope you answer,please.