Android Shell Cmd

1.

  view android version: grep ro.build.version.sdk= system/build.prop

              getprop ro.build.version.release

  alsa driver version:cat /proc/asound/version

  linux kernel version:cat /proc/version

  sound card info: cat /proc/asound/cards

  oss config:cat /proc/asound/oss/sndstat

  cat重定向,比如cat >文件名,就是将cat的输出重定向到>后面的文件中,并会覆盖文件;如果理解成广义重定向,cat **.wav >/dev/snd/dsp,或者cat **.wav > /dev/snd/audio,播放音频文件使能;

posted @ 2014-12-15 13:23  Qiengo  阅读(224)  评论(0编辑  收藏  举报