tags:

views:

53

answers:

0

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:

  1. Where should I store this file (whether it in data/app ?)

  2. Do I push this file to this location first (using command: adb push android_audio.mp3 /data/local or /data/app ?)

  3. Do I need to copy it as zipped file ?

  4. Do I need to install it (as we do it with apk files)

  5. !!! How do I play it from command line with adb command (or with am command from adb shell? )