You are probably missing the "WRITE_EXTERNAL_STORAGE" permission from your manifest.
On Jul 30, 7:53 am, paul linto <[email protected]> wrote: > Hi Guys, > > I am trying to take a dump of encoded data stream to a file. > I had added the code to make the file dump in pvmf_omx_enc_node.cpp file, in > the Fillbufferdoneprocessing () function. > > But i am getting the error 'permission denied' for > fopen("/sdcard/enc_bitstream.bin,"wb+""); > what i need to do to enable the permission to write to sdcard > > Regards, > Linto -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

