Hi
I am quite new to android but have already worked with adb and abd shell am commands. Now I am looking the way to launch and play audio file mp3 or wav that is stored in File system while using adb command only.
Please help me to find out:
Where should I store this file (whether it in data/app ?)
Do I push this file to this location first (using command: adb push android_audio.mp3 /data/local or /data/app ?)
Do I need to copy it as zipped file ?
Do I need to install it (as we do it with apk files)
!!! How do I play it from command line with adb command (or with am command from adb shell? )