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
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
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
3 matches
Mail list logo