Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-10 Thread Daniel Narvaez
Made some more progress on this. I built busybox from source, with make menuconfig, selecting static build option, then CPPFLAGS=-m32 LDFLAGS=-m32 make. I had to transfer the chroot to the image through shell.sugarlabs.orgbecause adb push doesn't seem to like big files (sigh). That allowed me to

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-10 Thread Peter Robinson
On Mon, Jun 10, 2013 at 6:11 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Made some more progress on this. I built busybox from source, with make menuconfig, selecting static build option, then CPPFLAGS=-m32 LDFLAGS=-m32 make. -m32 isn't supported on ARM.

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-10 Thread Daniel Narvaez
On 10 June 2013 19:44, Peter Robinson pbrobin...@gmail.com wrote: On Mon, Jun 10, 2013 at 6:11 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Made some more progress on this. I built busybox from source, with make menuconfig, selecting static build option, then CPPFLAGS=-m32 LDFLAGS=-m32

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-09 Thread Daniel Narvaez
I made some decent progress on this. I have a tool that will build an F19 chroot (tested on Fedora, but supposed to work on any distro where you have yum packages). https://github.com/dnarvaez/broot Must be installed in system path. Then create a dir with a manifest like this

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-09 Thread Daniel Narvaez
On 9 June 2013 17:07, Daniel Narvaez dwnarv...@gmail.com wrote: Now ideally we would emulator -partition-size 4096 Heh 2048 seems to work, which should be enough. Now I can't adb shell for some reason, perhaps just uncleaned state from the arm build I made before. Rebuilding a clean

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Simon Schampijer
On 06/03/2013 01:15 PM, Daniel Narvaez wrote: Hi, It seems like things are coming together pretty nicely for a port of gtk3 sugar on Android. * libhybris is making progress http://mer-project.blogspot.fi/2013/05/wayland-utilizing-android-gpu-drivers.html * Gtk3 has been ported to wayland.

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Daniel Narvaez
On 5 June 2013 14:43, Simon Schampijer si...@schampijer.de wrote: On 06/03/2013 01:15 PM, Daniel Narvaez wrote: Hi, It seems like things are coming together pretty nicely for a port of gtk3 sugar on Android. * libhybris is making progress

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Daniel Narvaez
By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with pygobject and weston should be easy. libhybris could be manually built inside the chroot. Then it should be possible to run it in the x86 emulator, ld preloading libhybris and enabling the gtk

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Peter Robinson
On 5 Jun 2013 17:02, Daniel Narvaez dwnarv...@gmail.com wrote: By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with pygobject and weston should be easy. libhybris could be manually built inside the chroot. Then it should be possible to run it in the

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Daniel Narvaez
On Wednesday, 5 June 2013, Peter Robinson wrote: On 5 Jun 2013 17:02, Daniel Narvaez dwnarv...@gmail.comjavascript:_e({}, 'cvml', 'dwnarv...@gmail.com'); wrote: By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with pygobject and weston should

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Peter Robinson
On Wed, Jun 5, 2013 at 7:38 PM, Daniel Narvaez dwnarv...@gmail.com wrote: On Wednesday, 5 June 2013, Peter Robinson wrote: On 5 Jun 2013 17:02, Daniel Narvaez dwnarv...@gmail.com wrote: By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with

[Sugar-devel] Gtk3 sugar on Android

2013-06-03 Thread Daniel Narvaez
Hi, It seems like things are coming together pretty nicely for a port of gtk3 sugar on Android. * libhybris is making progress http://mer-project.blogspot.fi/2013/05/wayland-utilizing-android-gpu-drivers.html * Gtk3 has been ported to wayland. * WebkitGtk have almost been ported to wayland.