truman2159 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Music exception in eclair #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Click Music application.
2.Music is terminated.

What is the expected output? What do you see instead?
D/installd(  755): DexInv: --- BEGIN '/system/app/Music.apk' ---
D/dalvikvm(  970): DexOpt: load 127ms, verify 211ms, opt 7ms
D/installd(  755): DexInv: --- END '/system/app/Music.apk' (success) ---
I/ActivityManager(  768): Starting activity: Intent {
act=android.intent.action.PICK dat= typ=vnd.android.cursor.dir/artistalbum
flg=0x4000000 cmp=com.android.music/.ArtistAlbumBrowserActivity (has extras) }
W/ResourceType(  963): Failure getting entry for 0x7f030008 (t=2 e=8) in
package 0: 0xffffffb5
D/AndroidRuntime(  963): Shutting down VM
W/dalvikvm(  963): threadid=3: thread exiting with uncaught exception
(group=0x4001b190)
E/AndroidRuntime(  963): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime(  963): java.lang.RuntimeException: Unable to start
activity
ComponentInfo{com.android.music/com.android.music.ArtistAlbumBrowserActivity}:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030008
E/AndroidRuntime(  963):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime(  963):        at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
E/AndroidRuntime(  963):        at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  963):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime(  963):        at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  963):        at
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  963):        at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(  963):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime(  963):        at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime(  963): Caused by:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030008
E/AndroidRuntime(  963):        at
android.content.res.Resources.getValue(Resources.java:891)
E/AndroidRuntime(  963):        at
android.content.res.Resources.loadXmlResourceParser(Resources.java:1865)
E/AndroidRuntime(  963):        at
android.content.res.Resources.getLayout(Resources.java:730)
E/AndroidRuntime(  963):        at
android.view.LayoutInflater.inflate(LayoutInflater.java:318)
E/AndroidRuntime(  963):        at
android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime(  963):        at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198
)
E/AndroidRuntime(  963):        at
android.app.Activity.setContentView(Activity.java:1622)
E/AndroidRuntime(  963):        at
com.android.music.ArtistAlbumBrowserActivity.onCreate(ArtistAlbumBrowserActivity
.java:104)
E/AndroidRuntime(  963):        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
E/AndroidRuntime(  963):        ... 11 more
I/Process (  768): Sending signal. PID: 963 SIG: 3
I/dalvikvm(  963): threadid=7: reacting to signal 3
I/dalvikvm(  963): Wrote stack trace to '/data/anr/traces.txt'
E/ActivityThread(  768): Failed to find provider info for
android.server.checkin
E/Checkin (  768): Error reporting crash:
java.lang.IllegalArgumentException: Unknown URL
content://android.server.checkin/crashes
I/Process (  963): Sending signal. PID: 963 SIG: 9
I/ActivityManager(  768): Process com.android.music (pid 963) has died.

What version of the product are you using? On what operating system?
Android eclair by rowboat for beagleboard

Original issue reported on code.google.com by BobDeng1...@gmail.com on 29 Mar 2010 at 8:26

GoogleCodeExporter commented 9 years ago
I have the same problem with you, anyone know how to solve this problem?

Original comment by chongphu...@gmail.com on 18 Aug 2010 at 6:18