2012-06-26 41 views
0

我的問題是,我有所有的庫最新和所有的東西(包括內核),以獲得新的高通ICS Adreno驅動程序在ICS上工作。ICS上的同步鎖定錯誤

我的構建之後,我得到logcat(*)線的已知錯誤435

我的手機是一個叫的ARMv6銀河5或歐洲。

歡迎任何幫助解決logcat上的任何問題。

(*)

E/msm7x27.gralloc(4574): We support 2 buffers 

I/msm7x27.gralloc(4574): using (fd=34) 

I/msm7x27.gralloc(4574): id   = msmfb30_30001 

I/msm7x27.gralloc(4574): xres   = 240 px 

I/msm7x27.gralloc(4574): yres   = 320 px 

I/msm7x27.gralloc(4574): xres_virtual = 240 px 

I/msm7x27.gralloc(4574): yres_virtual = 640 px 

I/msm7x27.gralloc(4574): bpp   = 32 

I/msm7x27.gralloc(4574): r   = 24:8 

I/msm7x27.gralloc(4574): g   = 16:8 

I/msm7x27.gralloc(4574): b   = 8:8 

I/msm7x27.gralloc(4574): width  = 38 mm (160.421051 dpi) 

I/msm7x27.gralloc(4574): height  = 51 mm (159.372543 dpi) 

I/msm7x27.gralloc(4574): refresh rate = 0.00 Hz 

D/CALCFPS (4574): DEBUG_CALC_FPS: 0 

D/CALCFPS (4574): period: 10 

D/CALCFPS (4574): ignorethresh_us: 500000 

D/CALCFPS (4574): DEBUG_CALC_FPS: 0 

D/CALCFPS (4574): period: 10 

D/CALCFPS (4574): ignorethresh_us: 500000 

D/FramebufferNativeWindow(4574): mNumBuffers = 2 

**E/libgenlock(4574): genlock_create_lock: open genlock device failed (err=No such file or directory)** 

回答