Re: [maemo-developers] Receiving application activation events from D-BUS

2006-12-04 Thread Kimmo Hämäläinen
On Fri, 2006-12-01 at 17:54 -0800, ext Manuel Roman wrote: > Hi, > > I am trying to write a simple program that listens to the D-BUS to > learn about applications starting and terminating. Should I use the > regular osso_rpc_set_cb_f function, or should I be calling another > method? I have seen o

Re: [maemo-developers] VKB problems

2006-12-04 Thread Tomas Junnonen
ext Tomas Frydrych wrote: > I am trying to put together package of AbiWord 2.4.6 for Maemo 2.1, but > run into difficulties with the VKB -- the kbd never comes up when the > window is clicked on, although the same code used to work with OS2005. > > I see in the Maemo 2.1 docs that "the input metho

[maemo-developers] Shutting down Hildon etc to run empty X server and one app

2006-12-04 Thread Simon Moore
Just wondering if it is possible to shut down most/all of the hildon framework so that I can just run opera with nothing else (in linux I guess I would start an empty x-server with no window manger and then start the program I wanted, is it the same). Kind Regards Simon -- No virus found in

RE: [maemo-developers] Shutting down Hildon etc to run empty X serverand one app

2006-12-04 Thread Jakub.Pavelek
Hi, Yes, something like this *might* be possible. I'm right now looking into similar hacks to get some kind of a kiosk-mode on one 770 I found laying around. I will write more about my findings bit later. Br, --jakub P.S.: This is my personal initiative, don't read into it too much. >-Ori

Re: [maemo-developers] Shutting down Hildon etc to run empty X serverand one app

2006-12-04 Thread Daniel Stone
On Mon, Dec 04, 2006 at 06:43:06PM +0200, ext [EMAIL PROTECTED] wrote: > Yes, something like this *might* be possible. I'm right now looking into > similar hacks to get some kind of a kiosk-mode on one 770 I found laying > around. I will write more about my findings bit later. It's entirely possib

[maemo-developers] Re: Getting scratchbox CPU transparency working on the n770

2006-12-04 Thread Arno Onken
> > On Mon, Nov 20, 2006 at 12:56:57PM -0800, Carl Worth wrote: > > >> > > But the real bug was that I was downloading non-free software for this >> > > device. That's what I'd like to fix. Has anyone succeeded in doing >> > > that and can point me to how to do the same? > > > > I believe the instr

[maemo-developers] Err http://repository.maemo.org scirocco/free Packages 404 Not Found

2006-12-04 Thread Rainer Dorsch
Hello, I rootstraped http://repository.maemo.org/stable/2.1/armel/Maemo_Dev_Platform_v2.1_armel-rootstrap.tgz on apohis r4 and apt-get update brought: Err http://repository.maemo.org scirocco/free Packages 404 Not Found [IP: 84.53.146.16 80] Err http://repository.maemo.org scirocco/non-free

Re: [maemo-developers] Re: Getting scratchbox CPU transparency working on the n770

2006-12-04 Thread Charles 'Buck' Krasic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The wlan does work on the developer image, so the driver must be there. :) For testing purposes, I was able to get sound working on the developer rootstrap by copying the /lib/dsp directory from the production image. There are instructions somewhere

Re: [maemo-developers] Re: Getting scratchbox CPU transparency working on the n770

2006-12-04 Thread Arno Onken
Thanks for the quick reply! :) Yes, the wlan driver comes with the rootfs and so you can get sound working by using binary files from the production image. But the question was actually more about license issues, the freedom of the software. Is it binary only or is the source available? Can you us

[maemo-developers] Optimized memory copying functions for Nokia 770 (final part)

2006-12-04 Thread Siarhei Siamashka
Hello All, Here is an old link with some benchmarks and initial information: http://maemo.org/pipermail/maemo-developers/2006-March/003269.html Now for more completeness, memcpy equivalent is also available and the functions exist in two flavours (either gcc inline macros, or just assembly code)