Thanks for clearing things up. Jack and David.
On Aug 11, 1:02 pm, David Turner <
di...@android.com> wrote:
> Accessing /dev/graphics/fb0 requires priviledges that are not available to
> applications
> for several reasons.
>
> One of them is that we are slowly changing the platform to use OpenGL much
> more aggressively. This means that /dev/graphics/fb0 is likely to become
> obsolete
> on some upcoming devices.
>
> On Mon, Aug 10, 2009 at 10:04 PM, Tao <
grea...@gmail.com> wrote:
>
> > Hi All,
>
> > I am wondering if there is a way to gain the permission of reading/
> > writing device files such as /dev/graphics/fb0?
> > I am trying to build a native library based on SDL . Though it passes
> > the building process, it fails at run time while trying to init the
> > video device. I find the reason is the lack of permission while
> > calling open("/dev/graphics/fb0", O_RDWR, 0) inside the SDL library.
>
> > I found a similar post here without answer:
>