On 9 March 2011 06:58, ke tang <[email protected]> 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 [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

Reply via email to