Hi, Is there a way to invoke Android Medfield Gingerbread to stop/exit Media Player with "am" command. I figured out how to start playing an audio file with this command
adb shell am start -a com.android.music.PAYEBACK_VIEWER -d file:///mnt/sdcard/Mozart48k.wav -n com.android.music/.MediaPlaybackActivity However when I play another audio file I get an warning message, "Warning: Activity not started, its current task has been brought to the front". This mean I have to stop or exit Media Player before I can run the command line above once again. Regards, Siver Salih -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

