Showing results 1 to 25 of 74 @ 0.01 seconds. Search: Posts Made By: pablocrossa
Forum: Development 2014-11-12, 18:01
Replies: 79
Views: 59,883
Posted By pablocrossa
Re: [Fremantle] Android inside chroot

Yep, you just need the Android kernel interfaces (i.e. binder and ashmem) baked in or they will refuse to work :) That was what I had going, you only had to launch it by sending a specific Android...
Forum: Maemo 5 / Fremantle 2014-11-12, 17:58
Replies: 121
Views: 57,647
Posted By pablocrossa
Re: idea: Update browser engine on N900

One could also write a shim to get the older plugin to talk to a newer Gecko version that broke ABI support, might be easier than REing the plugin if it's a big one (I have no idea, not looked into...
Forum: Development 2014-11-11, 17:56
Replies: 79
Views: 59,883
Posted By pablocrossa
Re: [Fremantle] Android inside chroot

Right, I'm getting all the sources together, just very busy with Uni work as of late :)


I had the entire Android subsystem running, hence the huge system load. The entire Android UI was running...
Forum: Maemo 5 / Fremantle 2014-11-09, 11:24
Replies: 121
Views: 57,647
Posted By pablocrossa
Re: idea: Update browser engine on N900

Seems like fixing that should be a non-issue:
http://lxr.mozilla.org/mozilla-release/source/widget/gtk/compat/gtk/gtkwidget.h#88

EDIT: On a quick browse on that page I only found it used once...
Forum: Development 2014-11-09, 07:59
Replies: 79
Views: 59,883
Posted By pablocrossa
Re: [Fremantle] Android inside chroot

That is basically what I did for my build (detailed on page 7 a little), I built the Goldfish ICS (I had to remove the EGL and OpenGL libs because they interfered with the OS) and had a kernel Open()...
Forum: Development 2014-05-18, 14:39
Replies: 79
Views: 59,883
Posted By pablocrossa
Re: [Fremantle] Android inside chroot

It looks promising, specially the GNUdroid component (I haven't found any proper instructions in my 2-minute internet stroll), but what they are doing would let Java apps work, but not apps coded...
Forum: Development 2014-05-18, 11:41
Replies: 79
Views: 59,883
Posted By pablocrossa
Re: [Fremantle] Android inside chroot

Well AFAIK (and I really don't know, as I have not been able to examine functionality/a binary) Alien Dalvik runs the Dalvik VM through a medium similar to libhybris with it patched to use the native...
Forum: Development 2014-05-18, 03:18
Replies: 79
Views: 59,883
Posted By pablocrossa
Re: [Fremantle] Android inside chroot

I was actually doing this QUITE a while back (hence this: http://talk.maemo.org/showthread.php?t=90175 )

I got to a point where Android ICS compiled for the goldfish emulator (with some changes)...
Forum: Development 2013-09-03, 18:11
Replies: 41
Views: 35,972
Posted By pablocrossa
Re: Finally: GL to GLES runtime (glshim from openpandora)

Thank you!! To be honest my intention was never to create a port to distribute and perfect but rather to test this library and, in turn, further my knowledge :)

That being said the port looks...
Forum: Development 2013-08-20, 21:47
Replies: 41
Views: 35,972
Posted By pablocrossa
Re: Finally: GL to GLES runtime (glshim from openpandora)

I was impressed with the fact that it rendered completely accurately (appart from the typical star wars scrolling 3d text pre-mission ;) it just slid upwards but didn't disappear from its previous...
Forum: Development 2013-08-20, 20:28
Replies: 41
Views: 35,972
Posted By pablocrossa
Re: Finally: GL to GLES runtime (glshim from openpandora)

Got Star Wars Jedi Knight: Jedi Academy to start a new game with correct graphics et al, this thing is awesome!! :)

Best lines in the log file:

GL_VENDOR: Imagination Technologies
GL_RENDERER:...
Forum: Maemo 5 / Fremantle 2013-06-09, 15:09
Replies: 2
Views: 1,980
Posted By pablocrossa
Re: Question on udev/evdev

Sorry for the late response, this was exactly what I needed, thank you :)

For future reference, created file
/etc/hal/fdi/preprobe/10-blacklist.fdi
with contents
<?xml version="1.0"...
Forum: Maemo 5 / Fremantle 2013-05-24, 02:17
Replies: 2
Views: 1,952
Posted By pablocrossa
Re: Compiled kernel modules bigger than supplied.

Sorry for that, I am an idiot, I was exporting INSTALL_MOD_STRIP... *facepalm*
Forum: Nokia N900 2013-05-21, 22:39
Replies: 2,626
Views: 1,205,030
Posted By pablocrossa
Re: Problems with N900 USB port becoming broken / loose and resulting warranty & repair issues

If it starts charging when you plug it into a PC without prompting for mass storage etc it means that whoever resoldered it soldered the data pins together, hence why you cannot reflash or connect...
Forum: Applications 2013-05-21, 01:13
Replies: 178
Views: 61,553
Posted By pablocrossa
Re: [ANNOUNCE] Mouse Support - extmou

Looking around and (as this is a patched up/fixed evdev) I was wondering if someone could point me in the right direction where I can create a file a-la "10-evdev.conf" in a desktop linux xorg.conf.d...
Forum: Development 2013-04-04, 20:59
Replies: 110
Views: 50,685
Posted By pablocrossa
Re: Rebasing Maemo5 top of the Debian 6.0

Kudos for approaching this task :) If I had a second N900 I would be trying this right now :)
Up-to-date libraries (inc. libc)
Up-to-date stable OS
Up-to-date stable packages with a debian package...
Forum: Applications 2013-03-20, 16:48
Replies: 87
Views: 50,660
Posted By pablocrossa
Re: [N900] Mozilla Fennec browser builds (only for CSSU Thumb)

How optified is this build?? I only have 12 to 13MiB free in rootfs and I don't want this to finish filling it up :)
Forum: Development 2013-03-14, 14:18
Replies: 38
Views: 29,654
Posted By pablocrossa
Re: Working in progress: upgrading glibc - standard c-library

Maybe you need a newer locale-gen?? Also try this:
ln -s /usr/share/X11/locale/locale.alias /usr/share/locale/locale.alias

The file exists in our N900 (at least in mine), got it from here:...
Forum: Development 2013-03-12, 15:07
Replies: 197
Views: 96,281
Posted By pablocrossa
Re: Running native i386 linux binaries

qemu-i386 runs in user-mode, meaning that the only thing it does is translate instructions from one architecture to another; this means that software such as wine can be run, but it will run on the...
Forum: Development 2013-03-12, 10:33
Replies: 197
Views: 96,281
Posted By pablocrossa
Re: Running native i386 linux binaries

You would probably need to try with qemu-system-i386 ;) Not sure if it is on the repo, you might have to compile it yourself :)
Forum: Maemo 5 / Fremantle 2013-02-22, 17:54
Replies: 2,263
Views: 933,222
Posted By pablocrossa
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900

Still complains:
osso-systemui-powerkeymenu (>= 0.3.0.2+0cssu0)
rtcom-messaging-ui-portrait (>= 1.0)
system-services (>= 0.3.8-68+0cssu1)
upstart (>= 0.3.8-68+0cssu1)

Thanks for all :)
Forum: Maemo 5 / Fremantle 2013-02-22, 15:30
Replies: 2,263
Views: 933,222
Posted By pablocrossa
Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900

I am on the same boat, is it a problem with the repos 'regressing' from the whole moving out of Nokia's reign?? Are there any temporary updated repos by skeiron or whatnot :)
Forum: Maemo 5 / Fremantle 2013-02-07, 19:00
Replies: 32
Views: 18,335
Posted By pablocrossa
Re: GLib package update (2.22 and 2.26)

For older applications could something along the lines of a shim be used to preserve ABI compatibility?? I have certainly used them for API changes but never ABI... If so this could be a good...
Forum: Nokia N900 2013-02-07, 17:34
Replies: 6
Views: 3,544
Posted By pablocrossa
Re: updatehal.sh (or updating bme-addon without BME)

I was unaware of a KP52 release (I need to update out of 2011 software ;) )
Today sudo apt-get install hexedit gave me a hash sum error so I assumed they still weren't up properly, AFAIK they are up...
Forum: Nokia N900 2013-02-07, 16:06
Replies: 6
Views: 3,544
Posted By pablocrossa
Re: updatehal.sh (or updating bme-addon without BME)

Well it appears I am missing something :D
TBH I am stuck on powerkernel46-wl1 (the first one with packet injection) and was planning out the whole upgrade to thumb CSSU + PK51r1 + Better hostmode et...
Showing results 1 to 25 of 74



 
Forum Jump

All times are GMT. The time now is 11:46.