Re: [android-developers] Help me!! The fb0 no space left on device..
Hi, this group is for developing against the SDK. You should probably be posting to android-porting.
On Tue, Jan 12, 2010 at 5:50 PM, Michael Wu <michaelwu1984.tw@gmail.com> wrote:
Sorry, The following link is my log record :http://pastebin.com/m9d9983c
The last post is wrong.2010/1/13 Michael Wu <michaelwu1984.tw@gmail.com>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/fb0I don't know why does it has no space left on fb0, how should I increase the space of fb0??
write: No space left on device
The following link is the log record : http://pastebin.com/m6aa4be02
Would you give me some suggest please? Thank you!!
Best Regards
--
Michael2010/1/12 Alessandro Pellizzari <alex@amiran.it>--Il giorno mar, 12/01/2010 alle 04.25 -0800, Michael Wu ha scritto:
I don't know what you are trying to do, but it should be
> cat 3.bmp > dev/graphics/fb0 error!!
> write: No space left on device
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 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
--
Michael Wu
Quanta Computer
Moblie Internet Device 2 BU
Kueishan, Taoyuan, Taiwan
michaelwu1984.tw@gmail.com
--
Michael Wu
Quanta Computer
Moblie Internet Device 2 BU
Kueishan, Taoyuan, Taiwan
michaelwu1984.tw@gmail.com
--
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
--
Dianne Hackborn
Android framework engineer
hackbod@android.com
Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home