tmassie / aospx

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

Music player stop working #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Open stock music player
2.Search for a song
3.And then try to play it, closes music player

What is the expected output? What do you see instead?

What version of aospX are you using? And when did the issue first start?
BR5 test 1

Have you performed a full wipe/factory reset? (If not, then do so)

Inspire4G or DesireHD? (If Inspire, did you flash Inspiremod?)

Please provide logcat ouput and any additional information below.
(logs required or I will discard the ticket.)

Original issue reported on code.google.com by Demonhun...@gmail.com on 22 Jul 2012 at 1:27

Attachments:

GoogleCodeExporter commented 8 years ago
A window saying 'sorry music has stopped working'

Original comment by Demonhun...@gmail.com on 22 Jul 2012 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by robbe...@gmail.com on 22 Jul 2012 at 2:27

GoogleCodeExporter commented 8 years ago
Opening the music player crashed mine, but clearing the cache for the music app 
and rebooting the phone fixed this. Logcat indicated it was something to do 
with an I/O error:

D/MediaPlayer( 3656): Couldn't open file on client side, trying server side
D/dalvikvm( 1356): GC_EXPLICIT freed 1322K, 14% free 14889K/17223K, paused 
3ms+8ms
E/MediaPlayerService( 1224): Couldn't open fd for 
content://media/external/audio/media/5155
E/MediaPlayer( 3656): Unable to to create media player
D/AndroidRuntime( 3656): Shutting down VM
W/dalvikvm( 3656): threadid=1: thread exiting with uncaught exception 
(group=0x40a221f8)
E/AndroidRuntime( 3656): FATAL EXCEPTION: main
E/AndroidRuntime( 3656): java.lang.RuntimeException: Unable to create service 
com.android.music.MediaPlaybackService: java.lang.NullPointerException
E/AndroidRuntime( 3656):    at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2263)
E/AndroidRuntime( 3656):    at 
android.app.ActivityThread.access$1600(ActivityThread.java:123)
E/AndroidRuntime( 3656):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1201)
E/AndroidRuntime( 3656):    at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3656):    at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3656):    at 
android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 3656):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime( 3656):    at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3656):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
E/AndroidRuntime( 3656):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
E/AndroidRuntime( 3656):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3656): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3656):    at 
com.android.music.MediaPlaybackService.gotoIdleState(MediaPlaybackService.java:1
494)
E/AndroidRuntime( 3656):    at 
com.android.music.MediaPlaybackService.stop(MediaPlaybackService.java:1302)
E/AndroidRuntime( 3656):    at 
com.android.music.MediaPlaybackService.open(MediaPlaybackService.java:1181)
E/AndroidRuntime( 3656):    at 
com.android.music.MediaPlaybackService.openCurrent(MediaPlaybackService.java:112
0)
E/AndroidRuntime( 3656):    at 
com.android.music.MediaPlaybackService.reloadQueue(MediaPlaybackService.java:613
)
E/AndroidRuntime( 3656):    at 
com.android.music.MediaPlaybackService.onCreate(MediaPlaybackService.java:392)
E/AndroidRuntime( 3656):    at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2253)
E/AndroidRuntime( 3656):    ... 10 more

Original comment by MaxMumf...@gmail.com on 7 Aug 2012 at 9:04