Wednesday, March 9, 2011

Re: [android-developers] /dev/graphics/fb0 pemission

On 9 March 2011 06:58, ke tang <mumutouv@gmail.com> wrote:

> I porting the ffmpeg-0.6.1 version to android 2.1, and when I use the ffmpeg
> to encode screen with the /dev/graphics/fb0 file.
> but get the "Operation is not permitted" error message, and I affirm that
> use id is root.

framebuffer is not available on most devices, so you need root or hold
READ_FRAME_BUFFER permission (which if I remember correctly
requires app to be signed with key platform key). So you need root.

--
Regards,
Marcin Orlowski

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment