Re: [android-developers] Re: Monkey not playing video using Music app

2011-03-28 Thread vrukesh panse
Hi Kanishka, There is no such mechanism to execute MP3 file as parameter with default Music player. What you can instead try is: 1. launch Music player using command: am start -a android.intent.action.MAIN -n com.android.music/com.android.music.MusicBrowserActivity 2. provide "input keyevent " co

[android-developers] Re: Monkey not playing video using Music app

2011-03-09 Thread Kanishka Dutta
Hello, I am trying to run a mp3 file using monkey 1.mp3 is the name of the file. adb shell monkey -p com.android.music -v 10 1.mp3 Can you please help me with the proper command to play out a file after the music-player or nedia-player opens up? Regards, Kanishka Dutta -- You received this m

[android-developers] Re: Monkey not playing video using Music app

2009-04-07 Thread vrukesh
Hi All, Well, we got the issue sorted out. Steps used: 1. add following intent informatiob in AndroidManifest.xml of Music player for VideoBrowserActivity: 2. Launch Music player: am start -a android.intent.action.MAIN -n com.android.music/ com.android.music.VideoBrowserActivity 3. Launch Mo