You are right !!! I want to try if my lcd driver works or not, because there is only black screen on my lcd.
To avoid the bitmap problem and image size problem, I catch the /dev/urandom to fb0. However, I still get the error message : # cat /dev/urandom > /dev/graphics/fb0 write: No space left on device I don't know why does it has no space left on fb0, how should I increase the space of fb0?? The following link is the log record : http://pastebin.com/m6aa4be02 Would you give me some suggest please? Thank you!! Best Regards -- Michael 2010/1/12 Alessandro Pellizzari <[email protected]> > Il giorno mar, 12/01/2010 alle 04.25 -0800, Michael Wu ha scritto: > > > cat 3.bmp > dev/graphics/fb0 error!! > > write: No space left on device > > I don't know what you are trying to do, but it should be > > cat 3.bmp > /dev/... > > (with a slash at the beginning). > > The correct path could change based on your framebuffer driver in the > kernel. > > Bye. > > > -- > Alessandro Pellizzari > > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Michael Wu Quanta Computer Moblie Internet Device 2 BU Kueishan, Taoyuan, Taiwan [email protected]
-- 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

