[android-porting] Android display driver without a framebuffer device.

2011-03-23 Thread Rik vd Heijden
start properly except the surfaceflinger. Is there any (good) documentation about getting the display working without a framebuffer-device? Does anybody have a clue about getting the display working with .so- files linking against an other library than bionic libc? Kind Regards, Rik vd He

[android-porting] Re: Android display driver without a framebuffer device.

2011-03-27 Thread Rik vd Heijden
We have the biggest part of our system working. But our system doesn't provide /dev/fb* or /dev/graphics/* The manufacturer of our chip made a userspace daemon and an .so file to interface with the display (which are not open-source). And this .so-file is linked to a different version of libc th

[android-porting] Re: Android display driver without a framebuffer device.

2011-04-04 Thread Rik vd Heijden
b (if not by the kernel). > Is it a kind of frame buffer (may be not)? > Only then you could be able to know where modify the surfaceflinger. > The only documentation are the lists and the code. > > Regards > > Nik > > On Mar 25, 2:50 am, Rik vd Heijden > wrote: >

[android-porting] Re: happen "line 23: exec:python:not found" while downloading android source code

2011-05-09 Thread Rik vd Heijden
apt-get install python On May 7, 6:53 pm, "chris" wrote: > Hello, all. > > I am new member for android and have larger interested in it. So firstly I > download android source code as web's guidance. > > But when execute ' $ repo init -u > git://android.git.kernel.org/platform/manifest.git ' ,"l