Hi,

I'm using a A20 pro Dev Kit and trying to customize the SDK image for my 
purposes (Android 4.2.2).

I was able to change the default LVDS LCD to a 4.3" RGB LCD, remove the 
capacitive TouchScreen driver and enable the resistive TouchScreen driver 
(sunxi-ts.ko).
So I made some changes on the .fex file and added the sunxi-ts driver on 
Linux Kernel.

But every time I load the sunxi-ts.ko (via insmod), the system starts to 
show the error "Unfortunatelly, System UI has stopped".
If I drop the module (rmmod sunxi-ts.ko), everything runs fine. I can 
control the system using a mouse. However, I cannot use a mouse forever... 
I need the TS support. 


I cannot understand the error even reading "dmesg" or logcat.
Anyone have any idea from where to start?

Thanks in advance.


Dmesg output:

root@android:/ # dmesg 
-c                                                      
*<6>[  995.142636] binder: undelivered transaction 41040*
<7>[  995.383615] cpu up:1
<4>[  995.433232] CPU1: Booted secondary processor
<5>[  995.559402] init: starting 'console'
<4>[  995.564532] [uart]: uart0 LCR & BAUD changed, reset controller...
<6>[  995.593959] init: waitpid returned pid 8281, status = 00007f00
<5>[  995.600465] init: process 'console', pid 8281 exited
<5>[  995.606945] init: process 'console' killing any children in process 
group


PS: Logcat is attached.

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
W/InputMethodManagerService( 1842): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4160e130 
attribute=null, token = android.os.BinderProxy@414b1090
I/ActivityManager( 1842): Process com.android.systemui (pid 7599) has died.
W/ActivityManager( 1842): Scheduling restart of crashed service 
com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 1842): Scheduling restart of crashed service 
com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 1842): Start proc com.android.systemui for restart 
com.android.systemui: pid=7697 uid=10052 gids={50052, 1028, 1015, 3002, 3001}
E/Trace   ( 7697): error opening trace file: No such file or directory (2)
D/SystemUIService( 7697): loading: class 
com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 7697): running: 
com.android.systemui.statusbar.tablet.TabletStatusBar@40fea9c8
I/StatusBarManagerService( 1842): registerStatusBar 
bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41699c80
W/ResourceType( 7697): Failure getting entry for 0x7f0200e1 (t=1 e=225) in 
package 0 (error -75)
D/AndroidRuntime( 7697): Shutting down VM
W/dalvikvm( 7697): threadid=1: thread exiting with uncaught exception 
(group=0x40b07930)
E/AndroidRuntime( 7697): FATAL EXCEPTION: main
E/AndroidRuntime( 7697): java.lang.RuntimeException: Unable to create service 
com.android.systemui.SystemUIService: android.view.InflateException: Binary XML 
file line #48: Error inflating class 
com.android.systemui.statusbar.policy.CompatModeButton
E/AndroidRuntime( 7697):        at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2539)
E/AndroidRuntime( 7697):        at 
android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7697):        at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7697):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7697):        at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7697):        at 
android.app.ActivityThread.main(ActivityThread.java:5045)
E/AndroidRuntime( 7697):        at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime( 7697):        at 
java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7697):        at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:818)
E/AndroidRuntime( 7697):        at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
E/AndroidRuntime( 7697):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7697): Caused by: android.view.InflateException: Binary XML 
file line #48: Error inflating class 
com.android.systemui.statusbar.policy.CompatModeButton
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.createView(LayoutInflater.java:616)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:690)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:754)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:757)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.parseInclude(LayoutInflater.java:860)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:743)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:757)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:757)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.inflate(LayoutInflater.java:492)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.inflate(LayoutInflater.java:397)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.inflate(LayoutInflater.java:353)
E/AndroidRuntime( 7697):        at android.view.View.inflate(View.java:16467)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.makeStatusBarView(TabletStatusBar.java:470)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.addStatusBarWindow(TabletStatusBar.java:235)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.createAndAddWindows(TabletStatusBar.java:230)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:221)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.start(TabletStatusBar.java:397)
E/AndroidRuntime( 7697):        at 
com.android.systemui.SystemUIService.onCreate(SystemUIService.java:99)
E/AndroidRuntime( 7697):        at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2529)
E/AndroidRuntime( 7697):        ... 10 more
E/AndroidRuntime( 7697): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 7697):        at 
java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 7697):        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime( 7697):        at 
android.view.LayoutInflater.createView(LayoutInflater.java:590)
E/AndroidRuntime( 7697):        ... 28 more
E/AndroidRuntime( 7697): Caused by: 
android.content.res.Resources$NotFoundException: File 
res/drawable/ic_sysbar_zoom.xml from drawable resource ID #0x7f0200df
E/AndroidRuntime( 7697):        at 
android.content.res.Resources.loadDrawable(Resources.java:1974)
E/AndroidRuntime( 7697):        at 
android.content.res.TypedArray.getDrawable(TypedArray.java:601)
E/AndroidRuntime( 7697):        at 
android.widget.ImageView.<init>(ImageView.java:120)
E/AndroidRuntime( 7697):        at 
android.widget.ImageView.<init>(ImageView.java:110)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.policy.CompatModeButton.<init>(CompatModeButton.java:41)
E/AndroidRuntime( 7697):        at 
com.android.systemui.statusbar.policy.CompatModeButton.<init>(CompatModeButton.java:37)
E/AndroidRuntime( 7697):        ... 31 more
E/AndroidRuntime( 7697): Caused by: 
android.content.res.Resources$NotFoundException: Resource ID #0x7f0200e1
E/AndroidRuntime( 7697):        at 
android.content.res.Resources.getValue(Resources.java:1015)
E/AndroidRuntime( 7697):        at 
android.content.res.Resources.getDrawable(Resources.java:660)
E/AndroidRuntime( 7697):        at 
android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:173)
E/AndroidRuntime( 7697):        at 
android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:887)
E/AndroidRuntime( 7697):        at 
android.graphics.drawable.Drawable.createFromXml(Drawable.java:824)
E/AndroidRuntime( 7697):        at 
android.content.res.Resources.loadDrawable(Resources.java:1971)
E/AndroidRuntime( 7697):        ... 36 more
W/ActivityManager( 1842): Process com.android.systemui has crashed too many 
times: killing!
D/gralloc ( 1167): ==USE CPU CACHE OP usage = 0x933==
I/SurfaceFlinger( 1167): GraphicBufferAlloc::createGraphicBuffer 
D/gralloc ( 1167): ==USE CPU CACHE OP usage = 0x933==
I/SurfaceFlinger( 1167): GraphicBufferAlloc::createGraphicBuffer 
D/gralloc ( 1167): ==USE CPU CACHE OP usage = 0x933==
I/SurfaceFlinger( 1167): GraphicBufferAlloc::createGraphicBuffer 
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
D/dalvikvm( 1842): GC_CONCURRENT freed 1680K, 21% free 10056K/12624K, paused 
22ms+15ms, total 236ms
D/dalvikvm( 1842): WAIT_FOR_CONCURRENT_GC blocked 58ms
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7697:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
D/dalvikvm( 1842): GC_FOR_ALLOC freed 1319K, 24% free 9911K/12992K, paused 
182ms, total 183ms
D/dalvikvm( 1842): GC_FOR_ALLOC freed 1320K, 24% free 9878K/12992K, paused 
144ms, total 151ms
D/dalvikvm( 1842): GC_FOR_ALLOC freed 1473K, 26% free 9731K/12992K, paused 
188ms, total 193ms
I/Process ( 7697): Sending signal. PID: 7697 SIG: 9
W/InputMethodManagerService( 1842): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4120a720 
attribute=null, token = android.os.BinderProxy@414b1090
I/ActivityManager( 1842): Process com.android.systemui (pid 7697) has died.
W/ActivityManager( 1842): Scheduling restart of crashed service 
com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 1842): Scheduling restart of crashed service 
com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 1842): Start proc com.android.systemui for restart 
com.android.systemui: pid=7843 uid=10052 gids={50052, 1028, 1015, 3002, 3001}
E/Trace   ( 7843): error opening trace file: No such file or directory (2)
D/SystemUIService( 7843): loading: class 
com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 7843): running: 
com.android.systemui.statusbar.tablet.TabletStatusBar@40feb7a0
I/StatusBarManagerService( 1842): registerStatusBar 
bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4122c710
W/ResourceType( 7843): Failure getting entry for 0x7f0200e1 (t=1 e=225) in 
package 0 (error -75)
D/AndroidRuntime( 7843): Shutting down VM
W/dalvikvm( 7843): threadid=1: thread exiting with uncaught exception 
(group=0x40b07930)
E/AndroidRuntime( 7843): FATAL EXCEPTION: main
E/AndroidRuntime( 7843): java.lang.RuntimeException: Unable to create service 
com.android.systemui.SystemUIService: android.view.InflateException: Binary XML 
file line #48: Error inflating class 
com.android.systemui.statusbar.policy.CompatModeButton
E/AndroidRuntime( 7843):        at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2539)
E/AndroidRuntime( 7843):        at 
android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7843):        at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7843):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7843):        at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7843):        at 
android.app.ActivityThread.main(ActivityThread.java:5045)
E/AndroidRuntime( 7843):        at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime( 7843):        at 
java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7843):        at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:818)
E/AndroidRuntime( 7843):        at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
E/AndroidRuntime( 7843):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7843): Caused by: android.view.InflateException: Binary XML 
file line #48: Error inflating class 
com.android.systemui.statusbar.policy.CompatModeButton
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.createView(LayoutInflater.java:616)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:690)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:754)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:757)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.parseInclude(LayoutInflater.java:860)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:743)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:757)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.rInflate(LayoutInflater.java:757)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.inflate(LayoutInflater.java:492)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.inflate(LayoutInflater.java:397)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.inflate(LayoutInflater.java:353)
E/AndroidRuntime( 7843):        at android.view.View.inflate(View.java:16467)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.makeStatusBarView(TabletStatusBar.java:470)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.addStatusBarWindow(TabletStatusBar.java:235)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.createAndAddWindows(TabletStatusBar.java:230)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:221)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.tablet.TabletStatusBar.start(TabletStatusBar.java:397)
E/AndroidRuntime( 7843):        at 
com.android.systemui.SystemUIService.onCreate(SystemUIService.java:99)
E/AndroidRuntime( 7843):        at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2529)
E/AndroidRuntime( 7843):        ... 10 more
E/AndroidRuntime( 7843): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 7843):        at 
java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 7843):        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime( 7843):        at 
android.view.LayoutInflater.createView(LayoutInflater.java:590)
E/AndroidRuntime( 7843):        ... 28 more
E/AndroidRuntime( 7843): Caused by: 
android.content.res.Resources$NotFoundException: File 
res/drawable/ic_sysbar_zoom.xml from drawable resource ID #0x7f0200df
E/AndroidRuntime( 7843):        at 
android.content.res.Resources.loadDrawable(Resources.java:1974)
E/AndroidRuntime( 7843):        at 
android.content.res.TypedArray.getDrawable(TypedArray.java:601)
E/AndroidRuntime( 7843):        at 
android.widget.ImageView.<init>(ImageView.java:120)
E/AndroidRuntime( 7843):        at 
android.widget.ImageView.<init>(ImageView.java:110)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.policy.CompatModeButton.<init>(CompatModeButton.java:41)
E/AndroidRuntime( 7843):        at 
com.android.systemui.statusbar.policy.CompatModeButton.<init>(CompatModeButton.java:37)
E/AndroidRuntime( 7843):        ... 31 more
E/AndroidRuntime( 7843): Caused by: 
android.content.res.Resources$NotFoundException: Resource ID #0x7f0200e1
E/AndroidRuntime( 7843):        at 
android.content.res.Resources.getValue(Resources.java:1015)
E/AndroidRuntime( 7843):        at 
android.content.res.Resources.getDrawable(Resources.java:660)
E/AndroidRuntime( 7843):        at 
android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:173)
E/AndroidRuntime( 7843):        at 
android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:887)
E/AndroidRuntime( 7843):        at 
android.graphics.drawable.Drawable.createFromXml(Drawable.java:824)
E/AndroidRuntime( 7843):        at 
android.content.res.Resources.loadDrawable(Resources.java:1971)
E/AndroidRuntime( 7843):        ... 36 more
W/ActivityManager( 1842): Process com.android.systemui has crashed too many 
times: killing!
D/gralloc ( 1167): ==USE CPU CACHE OP usage = 0x933==
I/SurfaceFlinger( 1167): GraphicBufferAlloc::createGraphicBuffer 
D/gralloc ( 1167): ==USE CPU CACHE OP usage = 0x933==
I/SurfaceFlinger( 1167): GraphicBufferAlloc::createGraphicBuffer 
D/gralloc ( 1167): ==USE CPU CACHE OP usage = 0x933==
I/SurfaceFlinger( 1167): GraphicBufferAlloc::createGraphicBuffer 
D/dalvikvm( 1842): GC_FOR_ALLOC freed 2592K, 34% free 8602K/12992K, paused 
70ms, total 86ms
W/ActivityManager( 1842): Timeout executing service: ServiceRecord{413455e8 u0 
com.android.systemui/.SystemUIService}
I/ActivityManager( 1842): Crashing app skipping ANR: ProcessRecord{4105bdb0 
7843:com.android.systemui/u0a10052} Executing service 
com.android.systemui/.SystemUIService
D/dalvikvm( 1842): GC_FOR_ALLOC freed 1682K, 36% free 8330K/12992K, paused 
163ms, total 184ms
D/dalvikvm( 1842): GC_CONCURRENT freed 1895K, 36% free 8359K/12992K, paused 
14ms+5ms, total 163ms
W/ThrottleService( 1842): unable to find stats for iface rmnet0
D/dalvikvm( 1842): GC_CONCURRENT freed 1925K, 35% free 8361K/12756K, paused 
13ms+5ms, total 139ms
I/Process ( 7843): Sending signal. PID: 7843 SIG: 9
W/InputMethodManagerService( 1842): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41460a20 
attribute=null, token = android.os.BinderProxy@414b1090
I/ActivityManager( 1842): Process com.android.systemui (pid 7843) has died.
W/ActivityManager( 1842): Scheduling restart of crashed service 
com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 1842): Scheduling restart of crashed service 
com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 1842): Start proc com.android.systemui for restart 
com.android.systemui: pid=8001 uid=10052 gids={50052, 1028, 1015, 3002, 3001}
E/Trace   ( 8001): error opening trace file: No such file or directory (2)
D/SystemUIService( 8001): loading: class 
com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 8001): running: 
com.android.systemui.statusbar.tablet.TabletStatusBar@40fec580
I/StatusBarManagerService( 1842): registerStatusBar 
bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@413d9a58
W/ResourceType( 8001): Failure getting entry for 0x7f0200e1 (t=1 e=225) in 
package 0 (error -75)

Reply via email to