Also, you cannot write to the root folder of the external storage. You will have to create your own folder as well, in addition to declaring the above mentioned premission. Have a look at the error message. I am sure, it would give you more hints.
-Kumar Bibek http://tech-droid.blogspot.com On Aug 1, 5:41 pm, RichardC <[email protected]> wrote: > 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

