[android-developers] MediaPlayer cant play audio files from program data folder ?

2010-09-22 Thread dmtrl...@gmail.com
Hi all! When i record my audio from MIC and store file in /data/data/. why MediaPlayer can't play this file ? If i change destination to / sdcard/. - all works great. I do something wrong ? I not found limitation for MediaPlayer. Device - Samsung T959 (Galaxy S) Thanks, i hope anybody

Re: [android-developers] MediaPlayer cant play audio files from program data folder ?

2010-09-22 Thread dan raaka
That is due to filepermissions. I doubt this issue is specific to T959, that should be behavior on all android devices. -Dan On Wed, Sep 22, 2010 at 10:11 AM, dmtrl...@gmail.com dmtrl...@gmail.comwrote: Hi all! When i record my audio from MIC and store file in /data/data/. why