Sorry to be slow, but I thought the code I posted IS trying "/dev/ graphics/fb0" and not "/dev/fb0". What am I missing?
On Aug 6, 10:53 am, Jason Proctor <[email protected]> wrote: > on my machine at least, fb0 is in /dev/graphics, rather than /dev. > > you might try that... > > >I noticed that in the native code, the way they capture the > >framebuffer data is by calling "int fb = open("/dev/graphics/fb0", > >O_RDONLY);" > > >I tried to do that with Java, by calling "File f = new File("/dev/ > >graphics/fb0");" but I get a "file not found" exception. > > >Any idea why? > > -- > jason.software.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

