Hi,

First of all thanks for all your suggestions in porting clutter to Android.
We have taken clutter 0.8.8 version as you suggested and proceeded and
finally we are able to create a shared library for clutter with EGL native
as Backend and OpeGL|ES1.1 as flavour on Android NDK.

We have few queries to proceed further-

1. We are unable to port GLibC, so we have implemented Stubs for the
functionality that we need from GLibc which is not existing in Bionic C.
       We are able to successfully initialize clutter and we tried to
display the default stage on screen.
       The clutter methods executed successfully for retrieving default
stage and setting color, full screen and show.
        But nothing is  displayed on the screen. Please help us if there are
any settings that need to be set when we port clutter on any device/board.

2. Also, there is one method in GLibc, nl_langinfo(), which is called in
many places but we have an empty stub which returns a hardcoded value
"UTF-8". Are we doing anything wrong here? or is there a way/mechanism to
provide functionality to this method?

3. Finally another information that we need is information about porting
GLibc. If you have any kind of information for porting GLibc on any embedded
device, please let us know, as we are trying to port GLibC on android, it
will be pretty much helpful to us.


Thanks in advance.

Regards,
Kuladeep

Reply via email to