E/AndroidRuntime( 718): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f03000d E/AndroidRuntime( 718): at android.content.res.Resources. getValue(Resources.java:1013)
You are using some resource with ID #0x7f03000d which is not defined. --- Thanks, Li Bin On Fri, Apr 26, 2013 at 5:23 AM, Ron M <[email protected]> wrote: > There is not enough information in this log sniplrt. Can you post earlier > log messages from Gralloc and SurfaceFlinger? > On Apr 25, 2013 4:54 PM, "kozak" <[email protected]> wrote: > >> Hi All, >> >> We are trying to bring up JB 4.1.1, on a square display. We see that, on >> the emulator as well as on the device, the following error happens: >> >> I/Process ( 686): Sending signal. PID: 686 SIG: 9 >> W/ActivityManager( 270): Force finishing activity >> com.android.launcher/com.android.launcher2.Launcher >> I/ActivityManager( 270): Process com.android.launcher (pid 686) has died. >> I/ActivityManager( 270): START {act=android.intent.action.MAIN >> cat=[android.intent.category.HOME] flg=0x10000000 >> cmp=com.android.launcher/com0 >> I/ActivityManager( 270): Start proc com.android.launcher for activity >> com.android.launcher/com.android.launcher2.Launcher: pid=702 uid=10021 } >> I/ActivityThread( 702): Pub com.android.launcher2.settings: >> com.android.launcher2.LauncherProvider >> W/ResourceType( 702): Failure getting entry for 0x7f03000d (t=2 e=13) in >> package 0 (error -75) >> D/AndroidRuntime( 702): Shutting down VM >> W/dalvikvm( 702): threadid=1: thread exiting with uncaught exception >> (group=0x413a0300) >> E/AndroidRuntime( 702): FATAL EXCEPTION: main >> E/AndroidRuntime( 702): java.lang.RuntimeException: Unable to start >> activity ComponentInfo{com.android.launcher/com.android.launcher2.Launched >> E/AndroidRuntime( 702): at >> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059) >> E/AndroidRuntime( 702): at >> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084) >> E/AndroidRuntime( 702): at >> android.app.ActivityThread.access$600(ActivityThread.java:130) >> E/AndroidRuntime( 702): at >> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195) >> E/AndroidRuntime( 702): at >> android.os.Handler.dispatchMessage(Handler.java:99) >> E/AndroidRuntime( 702): at android.os.Looper.loop(Looper.java:137) >> E/AndroidRuntime( 702): at >> android.app.ActivityThread.main(ActivityThread.java:4745) >> E/AndroidRuntime( 702): at >> java.lang.reflect.Method.invokeNative(Native Method) >> E/AndroidRuntime( 702): at >> java.lang.reflect.Method.invoke(Method.java:511) >> E/AndroidRuntime( 702): at >> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) >> E/AndroidRuntime( 702): at >> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) >> E/AndroidRuntime( 702): at dalvik.system.NativeStart.main(Native >> Method) >> E/AndroidRuntime( 702): Caused by: >> android.content.res.Resources$NotFoundException: Resource ID #0x7f03000d >> E/AndroidRuntime( 702): at >> android.content.res.Resources.getValue(Resources.java:1013) >> E/AndroidRuntime( 702): at >> android.content.res.Resources.loadXmlResourceParser(Resources.java:2098) >> E/AndroidRuntime( 702): at >> android.content.res.Resources.getLayout(Resources.java:852) >> E/AndroidRuntime( 702): at >> android.view.LayoutInflater.inflate(LayoutInflater.java:394) >> E/AndroidRuntime( 702): at >> android.view.LayoutInflater.inflate(LayoutInflater.java:352) >> E/AndroidRuntime( 702): at >> com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256) >> E/AndroidRuntime( 702): at >> android.app.Activity.setContentView(Activity.java:1867) >> E/AndroidRuntime( 702): at >> com.android.launcher2.Launcher.onCreate(Launcher.java:347) >> E/AndroidRuntime( 702): at >> android.app.Activity.performCreate(Activity.java:5008) >> E/AndroidRuntime( 702): at >> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079) >> E/AndroidRuntime( 702): at >> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023) >> E/AndroidRuntime( 702): ... 11 more >> I/Process ( 702): Sending signal. PID: 702 SIG: 9 >> W/ActivityManager( 270): Force finishing activity >> com.android.launcher/com.android.launcher2.Launcher >> I/ActivityManager( 270): Process com.android.launcher (pid 702) has died. >> I/ActivityManager( 270): START {act=android.intent.action.MAIN >> cat=[android.intent.category.HOME] flg=0x10000000 >> cmp=com.android.launcher/com0 >> I/ActivityManager( 270): Start proc com.android.launcher for activity >> com.android.launcher/com.android.launcher2.Launcher: pid=718 uid=10021 } >> I/ActivityThread( 718): Pub com.android.launcher2.settings: >> com.android.launcher2.LauncherProvider >> W/ResourceType( 718): Failure getting entry for 0x7f03000d (t=2 e=13) in >> package 0 (error -75) >> D/AndroidRuntime( 718): Shutting down VM >> W/dalvikvm( 718): threadid=1: thread exiting with uncaught exception >> (group=0x413a0300) >> I/Process ( 718): Sending signal. PID: 718 SIG: 9 >> E/AndroidRuntime( 718): FATAL EXCEPTION: main >> E/AndroidRuntime( 718): java.lang.RuntimeException: Unable to start >> activity ComponentInfo{com.android.launcher/com.android.launcher2.Launched >> E/AndroidRuntime( 718): at >> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059) >> E/AndroidRuntime( 718): at >> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084) >> E/AndroidRuntime( 718): at >> android.app.ActivityThread.access$600(ActivityThread.java:130) >> E/AndroidRuntime( 718): at >> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195) >> E/AndroidRuntime( 718): at >> android.os.Handler.dispatchMessage(Handler.java:99) >> E/AndroidRuntime( 718): at android.os.Looper.loop(Looper.java:137) >> E/AndroidRuntime( 718): at >> android.app.ActivityThread.main(ActivityThread.java:4745) >> E/AndroidRuntime( 718): at >> java.lang.reflect.Method.invokeNative(Native Method) >> E/AndroidRuntime( 718): at >> java.lang.reflect.Method.invoke(Method.java:511) >> E/AndroidRuntime( 718): at >> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) >> E/AndroidRuntime( 718): at >> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) >> E/AndroidRuntime( 718): at dalvik.system.NativeStart.main(Native >> Method) >> E/AndroidRuntime( 718): Caused by: >> android.content.res.Resources$NotFoundException: Resource ID #0x7f03000d >> E/AndroidRuntime( 718): at >> android.content.res.Resources.getValue(Resources.java:1013) >> E/AndroidRuntime( 718): at >> android.content.res.Resources.loadXmlResourceParser(Resources.java:2098) >> E/AndroidRuntime( 718): at >> android.content.res.Resources.getLayout(Resources.java:852) >> E/AndroidRuntime( 718): at >> android.view.LayoutInflater.inflate(LayoutInflater.java:394) >> E/AndroidRuntime( 718): at >> android.view.LayoutInflater.inflate(LayoutInflater.java:352) >> E/AndroidRuntime( 718): at >> com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256) >> E/AndroidRuntime( 718): at >> android.app.Activity.setContentView(Activity.java:1867) >> E/AndroidRuntime( 718): at >> com.android.launcher2.Launcher.onCreate(Launcher.java:347) >> E/AndroidRuntime( 718): at >> android.app.Activity.performCreate(Activity.java:5008) >> E/AndroidRuntime( 718): at >> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079) >> E/AndroidRuntime( 718): at >> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023) >> E/AndroidRuntime( 718): ... 11 more >> W/ActivityManager( 270): Force finishing activity >> com.android.launcher/com.android.launcher2.Launcher >> I/ActivityManager( 270): Process com.android.launcher (pid 718) has died. >> I/ActivityManager( 270): START {act=android.intent.action.MAIN >> cat=[android.intent.category.HOME] flg=0x10000000 >> cmp=com.android.launcher/com0 >> I/ActivityManager( 270): Start proc com.android.launcher for activity >> com.android.launcher/com.android.launcher2.Launcher: pid=735 uid=10021 } >> I/ActivityThread( 735): Pub com.android.launcher2.settings: >> com.android.launcher2.LauncherProvider >> W/ResourceType( 735): Failure getting entry for 0x7f03000d (t=2 e=13) in >> package 0 (error -75) >> D/AndroidRuntime( 735): Shutting down VM >> W/dalvikvm( 735): threadid=1: thread exiting with uncaught exception >> (group=0x413a0300) >> >> >> Has anyone tried a square display on Android before? Is it possible to >> support a square display? >> >> BR >> Kozak >> >> -- >> -- >> unsubscribe: [email protected] >> 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 [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > -- > unsubscribe: [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- unsubscribe: [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
